Home
last modified time | relevance | path

Searched refs:usb_get_ep_index (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/usb/usba/
H A Dusbai_private.h525 uchar_t usb_get_ep_index(uint8_t ep_addr);
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c973 ep_index = usb_get_ep_index(ep_addr); in usba_hcdi_get_data_toggle()
993 ep_index = usb_get_ep_index(ep_addr); in usba_hcdi_set_data_toggle()
1008 return (usba_device->usb_ph_list[usb_get_ep_index(ep_addr)]. in usba_hcdi_get_ph_data()
H A Dusbai_pipe_mgmt.c418 usb_get_ep_index(uint8_t ep_addr) in usb_get_ep_index() function
850 ep_index = usb_get_ep_index(ep->bEndpointAddress); in usb_pipe_open()
H A Dusba_ugen.c1288 if (usb_get_ep_index(ep_data->ep_descr. in ugen_get_ep_descr()
1484 usb_get_ep_index(ep_data->ep_descr.bEndpointAddress); in ugen_epxs_data_init()
1579 usb_get_ep_index(ep_descr->bEndpointAddress); in ugen_epxs_minor_nodes_create()
1970 if (usb_get_ep_index(ep_data->ep_descr. in ugen_update_ep_descr()
1972 usb_get_ep_index(epp->ep_descr. in ugen_update_ep_descr()
H A Dusbai_util.c1642 ep_index = usb_get_ep_index((uint8_t)what); in usba_sync_clear_feature()