Searched refs:sdev (Results 151 - 175 of 221) sorted by relevance

123456789

/drivers/scsi/
H A D3w-sas.c195 static int twl_change_queue_depth(struct scsi_device *sdev, int queue_depth, argument
203 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, queue_depth);
1451 static int twl_scsi_biosparam(struct scsi_device *sdev, struct block_device *bdev, sector_t capacity, int geom[]) argument
1456 tw_dev = (TW_Device_Extension *)sdev->host->hostdata;
1578 static int twl_slave_configure(struct scsi_device *sdev) argument
1581 blk_queue_rq_timeout(sdev->request_queue, 60 * HZ);
H A Daha1740.c503 static int aha1740_biosparam(struct scsi_device *sdev, argument
508 int extended = HOSTDATA(sdev->host)->translation;
H A Ddpti.h39 static int adpt_bios_param(struct scsi_device * sdev, struct block_device *dev,
H A Ddtc.c332 static int dtc_biosparam(struct scsi_device *sdev, struct block_device *dev, argument
H A Dpas16.c512 int pas16_biosparam(struct scsi_device *sdev, struct block_device *dev, argument
H A D3w-9xxx.c193 static int twa_change_queue_depth(struct scsi_device *sdev, int queue_depth, argument
201 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, queue_depth);
1714 static int twa_scsi_biosparam(struct scsi_device *sdev, struct block_device *bdev, sector_t capacity, int geom[]) argument
1719 tw_dev = (TW_Device_Extension *)sdev->host->hostdata;
2004 static int twa_slave_configure(struct scsi_device *sdev) argument
2007 blk_queue_rq_timeout(sdev->request_queue, 60 * HZ);
H A D3w-xxxx.c527 static int tw_change_queue_depth(struct scsi_device *sdev, int queue_depth, argument
535 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, queue_depth);
1369 static int tw_scsi_biosparam(struct scsi_device *sdev, struct block_device *bdev, argument
1376 tw_dev = (TW_Device_Extension *)sdev->host->hostdata;
2259 static int tw_slave_configure(struct scsi_device *sdev) argument
2262 blk_queue_rq_timeout(sdev->request_queue, 60 * HZ);
H A Dmvumi.h484 struct scsi_device *sdev; member in struct:mvumi_device
/drivers/dma/sh/
H A Drcar-hpbdma.c505 struct shdma_dev *sdev = &hpbdev->shdma_dev; local
523 shdma_chan_probe(sdev, schan, id);
/drivers/spi/
H A Dspi-s3c24xx.c87 static inline struct s3c24xx_spi *to_hw(struct spi_device *sdev) argument
89 return spi_master_get_devdata(sdev->master);
H A Dspi.c86 const struct spi_device *sdev)
89 if (!strcmp(sdev->modalias, id->name))
96 const struct spi_device_id *spi_get_device_id(const struct spi_device *sdev) argument
98 const struct spi_driver *sdrv = to_spi_driver(sdev->dev.driver);
100 return spi_match_id(sdrv->id_table, sdev);
85 spi_match_id(const struct spi_device_id *id, const struct spi_device *sdev) argument
/drivers/net/bonding/
H A Dbond_options.c1240 struct net_device *sdev; local
1264 sdev = __dev_get_by_name(dev_net(bond->dev), newval->string);
1265 if (!sdev)
1271 if (sdev == slave->dev)
/drivers/staging/media/omap24xx/
H A Domap24xxcam.h502 struct v4l2_int_device *sdev; member in struct:omap24xxcam_device
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.h260 * struct MPT2SAS_DEVICE - sdev private hostdata
384 * @sdev: scsi device struct (volumes are single lun)
407 struct scsi_device *sdev; member in struct:_raid_device
1184 extern int scsi_internal_device_block(struct scsi_device *sdev);
1187 extern int scsi_internal_device_unblock(struct scsi_device *sdev,
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h230 * struct MPT3SAS_DEVICE - sdev private hostdata
323 * @sdev: scsi device struct (volumes are single lun)
338 struct scsi_device *sdev; member in struct:_raid_device
1156 extern int scsi_internal_device_block(struct scsi_device *sdev);
1157 extern int scsi_internal_device_unblock(struct scsi_device *sdev,
/drivers/net/wireless/b43/
H A Ddma.c828 tmp = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
1106 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI &&
1107 !(pci_is_pcie(dev->dev->sdev->bus->host_pci) &&
1108 ssb_read32(dev->dev->sdev, SSB_TMSHIGH) & SSB_TMSHIGH_DMA64))
1135 dma->translation = ssb_dma_translation(dev->dev->sdev);
/drivers/scsi/aacraid/
H A Daachba.c1923 struct scsi_device *sdev = cmd->device; local
1925 u32 cid = sdev_id(sdev);
1950 struct scsi_device *sdev = scsicmd->device; local
1962 spin_lock_irqsave(&sdev->list_lock, flags);
1963 list_for_each_entry(cmd, &sdev->cmd_list, list)
2013 spin_unlock_irqrestore(&sdev->list_lock, flags);
2021 aac = (struct aac_dev *)sdev->host->hostdata;
2087 struct scsi_device *sdev = scsicmd->device; local
2088 struct aac_dev *aac = (struct aac_dev *)sdev->host->hostdata;
2116 pmcmd->cid = cpu_to_le32(sdev_id(sdev));
[all...]
/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1655 static int megasas_slave_configure(struct scsi_device *sdev) argument
1660 blk_queue_rq_timeout(sdev->request_queue,
1666 static int megasas_slave_alloc(struct scsi_device *sdev) argument
1670 instance = megasas_lookup_instance(sdev->host->host_no);
1671 if (sdev->channel < MEGASAS_MAX_PD_CHANNELS) {
1676 (sdev->channel * MEGASAS_MAX_DEV_PER_CHANNEL) +
1677 sdev->id;
2493 * @sdev: device handle
2499 megasas_bios_param(struct scsi_device *sdev, struct block_device *bdev, argument
2589 static int megasas_change_queue_depth(struct scsi_device *sdev, argument
[all...]
/drivers/block/
H A Dcciss_scsi.c641 struct scsi_device *sdev = local
644 if (sdev != NULL) {
645 scsi_remove_device(sdev);
646 scsi_device_put(sdev);
/drivers/message/i2o/
H A Di2o_scsi.c735 * @sdev: scsi device
744 static int i2o_scsi_bios_param(struct scsi_device *sdev, argument
/drivers/net/can/
H A Dgrcan.c1490 static ssize_t grcan_store_##name(struct device *sdev, \
1495 struct net_device *dev = to_net_dev(sdev); \
1507 static ssize_t grcan_show_##name(struct device *sdev, \
1511 struct net_device *dev = to_net_dev(sdev); \
/drivers/net/ethernet/broadcom/
H A Db44.h394 struct ssb_device *sdev; member in struct:b44
/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h675 void ahd_platform_set_tags(struct ahd_softc *ahd, struct scsi_device *sdev,
H A Daic7xxx_osm.h684 void ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev,
/drivers/scsi/mvsas/
H A Dmv_sas.h224 struct scsi_device *sdev; member in struct:mvs_phy

Completed in 1640 milliseconds

123456789