Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dscsiglue.c64 struct us_data *us = host_to_us(host); in host_info()
70 struct us_data *us = host_to_us(sdev->host); in slave_alloc()
94 struct us_data *us = host_to_us(sdev->host); in slave_configure()
339 struct us_data *us = host_to_us(dev_to_shost(starget->dev.parent)); in target_alloc()
369 struct us_data *us = host_to_us(srb->device->host); in queuecommand_lck()
452 struct us_data *us = host_to_us(srb->device->host); in command_abort()
464 struct us_data *us = host_to_us(srb->device->host); in device_reset()
483 struct us_data *us = host_to_us(srb->device->host); in bus_reset()
535 struct us_data *us = host_to_us(host); in show_info()
Dusb.h157 static inline struct us_data *host_to_us(struct Scsi_Host *host) { in host_to_us() function
Dusb.c963 *pus = us = host_to_us(host); in usb_stor_probe1()