Lines Matching refs:host_id

104 extern struct usb_hcd *msc_get_hcd(U8 host_id);
395 U8 host_id; in bSCSI_REQ_SENSE() local
409 host_id = pMass_stor->host_id; in bSCSI_REQ_SENSE()
410 USBCriticalSectionIn(host_id); in bSCSI_REQ_SENSE()
427 USBCriticalSectionOut(host_id); in bSCSI_REQ_SENSE()
440 U8 host_id; in bSCSI_INQUIRY() local
456 host_id = pMass_stor->host_id; in bSCSI_INQUIRY()
457 USBCriticalSectionIn(host_id); in bSCSI_INQUIRY()
475 USBCriticalSectionOut(host_id); in bSCSI_INQUIRY()
493 U8 host_id; in bSCSI_MODE_SENSE() local
508 host_id = pMass_stor->host_id; in bSCSI_MODE_SENSE()
509 USBCriticalSectionIn(host_id); in bSCSI_MODE_SENSE()
529 USBCriticalSectionOut(host_id); in bSCSI_MODE_SENSE()
545 U8 host_id; in bSCSI_READ_CAPACITY() local
560 host_id = pMass_stor->host_id; in bSCSI_READ_CAPACITY()
561 USBCriticalSectionIn(host_id); in bSCSI_READ_CAPACITY()
596 USBCriticalSectionOut(host_id); in bSCSI_READ_CAPACITY()
618 U8 host_id; in bSCSI_TEST_UNIT_READY()
632 host_id = pMass_stor->host_id; in bSCSI_TEST_UNIT_READY()
633 USBCriticalSectionIn(host_id); in bSCSI_TEST_UNIT_READY()
673 USBCriticalSectionOut(host_id); in bSCSI_TEST_UNIT_READY()
1039 U8 host_id; in bSCSI_Read_10()
1049 host_id = pMass_stor->host_id; in bSCSI_Read_10()
1050 USBCriticalSectionIn(host_id); in bSCSI_Read_10()
1099 hcd = msc_get_hcd(host_id); in bSCSI_Read_10()
1168 USBCriticalSectionOut(host_id); in bSCSI_Read_10()
1303 U8 host_id; in bSCSI_Write_10()
1312 host_id = pMass_stor->host_id; in bSCSI_Write_10()
1313 USBCriticalSectionIn(host_id); in bSCSI_Write_10()
1379 hcd = msc_get_hcd(host_id); in bSCSI_Write_10()
1390 USBCriticalSectionOut(host_id); in bSCSI_Write_10()
1392 USBCriticalSectionIn(host_id); in bSCSI_Write_10()
1410 USBCriticalSectionOut(host_id); in bSCSI_Write_10()
1412 USBCriticalSectionIn(host_id); in bSCSI_Write_10()
1470 USBCriticalSectionOut(host_id); in bSCSI_Write_10()