Home
last modified time | relevance | path

Searched refs:host_to_us (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/storage/
Dscsiglue.c75 struct us_data *us = host_to_us(host); in host_info()
81 struct us_data *us = host_to_us(sdev->host); in slave_alloc()
116 struct us_data *us = host_to_us(sdev->host); in slave_configure()
301 struct us_data *us = host_to_us(dev_to_shost(starget->dev.parent)); in target_alloc()
331 struct us_data *us = host_to_us(srb->device->host); in queuecommand_lck()
374 struct us_data *us = host_to_us(srb->device->host); in DEF_SCSI_QCMD()
410 struct us_data *us = host_to_us(srb->device->host); in device_reset()
426 struct us_data *us = host_to_us(srb->device->host); in bus_reset()
474 struct us_data *us = host_to_us(host); in show_info()
Dusb.h170 static inline struct us_data *host_to_us(struct Scsi_Host *host) { in host_to_us() function
Dusb.c956 *pus = us = host_to_us(host); in usb_stor_probe1()