Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusbai_private.h525 uchar_t usb_get_ep_index(uint8_t ep_addr);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c986 ep_index = usb_get_ep_index(ep_addr); in usba_hcdi_get_data_toggle()
1006 ep_index = usb_get_ep_index(ep_addr); in usba_hcdi_set_data_toggle()
1021 return (usba_device->usb_ph_list[usb_get_ep_index(ep_addr)]. in usba_hcdi_get_ph_data()
H A Dusbai_pipe_mgmt.c419 usb_get_ep_index(uint8_t ep_addr) in usb_get_ep_index() function
912 ep_index = usb_get_ep_index(ep->bEndpointAddress); in usb_pipe_xopen()
H A Dusba_ugen.c1299 if (usb_get_ep_index(ep_data->ep_descr. in ugen_get_ep_descr()
1495 usb_get_ep_index(ep_data->ep_descr.bEndpointAddress); in ugen_epxs_data_init()
1605 usb_get_ep_index(ep_descr->bEndpointAddress); in ugen_epxs_minor_nodes_create()
1996 if (usb_get_ep_index(ep_data->ep_descr. in ugen_update_ep_descr()
1998 usb_get_ep_index(epp->ep_descr. in ugen_update_ep_descr()
H A Dusbai_util.c1643 ep_index = usb_get_ep_index((uint8_t)what); in usba_sync_clear_feature()