Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/storage/
H A 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()
346 struct us_data *us = host_to_us(dev_to_shost(starget->dev.parent)); in target_alloc()
376 struct us_data *us = host_to_us(srb->device->host); in queuecommand_lck()
459 struct us_data *us = host_to_us(srb->device->host); in command_abort()
471 struct us_data *us = host_to_us(srb->device->host); in device_reset()
490 struct us_data *us = host_to_us(srb->device->host); in bus_reset()
542 struct us_data *us = host_to_us(host); in show_info()
H A Dusb.h157 static inline struct us_data *host_to_us(struct Scsi_Host *host) { in host_to_us() function
H A Dusb.c963 *pus = us = host_to_us(host); in usb_stor_probe1()