/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_intr.c | 660 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_check_for_short_xfer() 805 attributes = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_handle_error() 827 if (((ph->p_ep.bmAttributes & in ehci_handle_error() 1272 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) { in ehci_sendup_qtd_message() 1290 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_sendup_qtd_message() 1315 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_sendup_qtd_message() 1318 eptd->bmAttributes, USB_EP_DIR_IN); in ehci_sendup_qtd_message() 1321 eptd->bmAttributes, eptd->bEndpointAddress); in ehci_sendup_qtd_message()
|
H A D | ehci_xfer.c | 439 switch (endpoint->bmAttributes & USB_EP_ATTR_MASK) { in ehci_unpack_endpoint() 544 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) { in ehci_insert_qh() 960 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_clear_tt_buffer() 1130 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_remove_qh() 1811 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_start_periodic_pipe_polling() 1847 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_periodic_pipe_polling() 1928 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_pipe_polling() 2016 uchar_t ep_attr = endpoint->bmAttributes; in ehci_set_periodic_pipe_polling() 2216 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_stop_periodic_pipe_polling() 2870 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_allocate_tds_for_tw() [all …]
|
H A D | ehci_polled.c | 256 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_input_enter() 327 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_input_exit() 404 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_read() 815 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_polled_init() 1374 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_polled_process_active_intr_qtd_list()
|
H A D | ehci_hub.c | 322 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_open() 385 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_close() 455 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_reset() 2058 uchar_t attributes = ph->p_ep.bmAttributes & in ehci_root_hub_hcdi_callback()
|
H A D | ehci_util.c | 2225 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_allocate_high_speed_bandwidth() 2237 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_allocate_high_speed_bandwidth() 2495 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_deallocate_high_speed_bandwidth() 2644 if ((endpoint->bmAttributes & in ehci_compute_high_speed_bandwidth() 2670 if ((endpoint->bmAttributes & in ehci_compute_high_speed_bandwidth() 2762 if ((endpoint->bmAttributes & in ehci_compute_classic_bandwidth() 3859 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_get_xfer_attrs()
|
/titanic_41/usr/src/uts/common/sys/usb/usba/ |
H A D | wusba.h | 205 uint8_t bmAttributes[2]; member 253 uint8_t bmAttributes; member 262 uint8_t bmAttributes; member
|
H A D | whcdi.h | 191 #define WUSB_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes & \ 193 ((endpoint->bmAttributes &\ 196 #define WUSB_ISOC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ 199 #define WUSB_INTR_ENDPOINT(endpoint) (((endpoint->bmAttributes &\
|
H A D | wa.h | 43 uint8_t bmAttributes; member 215 uint8_t bmAttributes; member
|
H A D | usba_ugend.h | 208 #define UGEN_XFER_TYPE(epp) ((epp)->ep_descr.bmAttributes & USB_EP_ATTR_MASK)
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 358 #define EHCI_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ 360 ((endpoint->bmAttributes &\ 363 #define EHCI_NON_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ 365 ((endpoint->bmAttributes &\ 368 #define EHCI_ISOC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ 371 #define EHCI_INTR_ENDPOINT(endpoint) (((endpoint->bmAttributes &\
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 501 #define UHCI_XFER_TYPE(ept) ((ept)->bmAttributes & USB_EP_ATTR_MASK) 541 (((((ept)->bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) || \ 542 ((((ept)->bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH))
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 391 #define OHCI_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ 393 ((endpoint->bmAttributes &\ 396 #define OHCI_NON_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ 398 ((endpoint->bmAttributes &\
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 120 uchar_t ep_attrs = ph_data->p_ep.bmAttributes & in _usba_check_req() 419 uchar_t ep_attr = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK; in usba_flags_attr_check() 504 uchar_t ep_attrs = ph_data->p_ep.bmAttributes & in usba_start_next_req() 757 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_normal_cb() 793 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_normal_cb() 861 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_exc_cb() 901 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_exc_cb() 972 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_set_cb_flags() 2076 if ((ph_data->p_ep.bmAttributes & in usb_pipe_stop_intr_polling() 2577 if ((ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK) != in usb_pipe_stop_isoc_polling()
|
H A D | usbai_pipe_mgmt.c | 472 ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usba_init_pipe_handle() 518 if ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usba_init_pipe_handle() 829 if (((ep->bmAttributes & USB_EP_ATTR_MASK) == in usb_pipe_open() 831 ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usb_pipe_open() 1091 attribute = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK; in usba_pipe_sync_close()
|
H A D | hcdi.c | 497 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb() 649 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in hcdi_do_cb()
|
H A D | usbai.c | 773 (cfg_descr.bmAttributes & USB_CFG_ATTR_REMOTE_WAKEUP)) { in usb_handle_remote_wakeup() 819 cfg_attrib = cfg_descr.bmAttributes; in usb_create_pm_components()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 3527 if ((endpoint->bmAttributes & in ohci_compute_total_bandwidth() 3867 if ((endpoint->bmAttributes & in ohci_unpack_endpoint() 3886 if ((endpoint->bmAttributes & in ohci_unpack_endpoint() 3917 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) { in ohci_insert_ed() 4276 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_ed() 4419 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_periodic_ed() 5113 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_start_periodic_pipe_polling() 5219 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling() 5259 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling() 5320 uchar_t ep_attr = endpoint->bmAttributes; in ohci_set_periodic_pipe_polling() [all …]
|
H A D | ohci_hub.c | 338 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_open() 401 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_close() 471 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_reset() 1750 uchar_t attributes = ph->p_ep.bmAttributes & in ohci_root_hub_hcdi_callback()
|
H A D | ohci_polled.c | 170 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_hcdi_polled_input_init() 714 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_polled_init() 1911 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_polled_insert_td()
|
/titanic_41/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 280 uint8_t bmAttributes; /* config characteristics */ member 315 uint8_t bmAttributes; /* config characteristics */ member 361 uint8_t bmAttributes; /* transfer type */ member
|
/titanic_41/usr/src/uts/common/sys/usb/clients/audio/ |
H A D | usb_audio.h | 333 uint8_t bmAttributes; /* bitmap of attributes */ member
|
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_usb.c | 285 (cfg_descrp->bmAttributes & 0x20) ? TRUE : FALSE); in set_usb_properties() 287 (cfg_descrp->bmAttributes & 0x40) ? TRUE : FALSE); in set_usb_properties()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 1176 ph->p_ep.bmAttributes, ph->p_ep.bEndpointAddress); in uhci_handle_intr_td() 1365 uhci_do_byte_stats(uhcip, length, ept->bmAttributes, in uhci_sendup_td_message() 1691 eptd->bmAttributes, eptd->bEndpointAddress); in uhci_handle_ctrl_td()
|
H A D | uhcitgt.c | 276 if (((ph->p_ep.bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR || in uhci_hcdi_pipe_open() 277 ((ph->p_ep.bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK) { in uhci_hcdi_pipe_open()
|
/titanic_41/usr/src/cmd/mdb/common/modules/usba/ |
H A D | usb.c | 363 switch (ept_descr.bmAttributes & USB_EP_ATTR_MASK) { in usb_pipe_handle()
|