Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dbos.h91 uint32_t bmAttributes; /* Bitfield defined below */ member
107 uint8_t bmAttributes; /* Capability bitfield */ member
165 uint32_t bmAttributes; member
H A Dwusba.h205 uint8_t bmAttributes[2]; member
253 uint8_t bmAttributes; member
262 uint8_t bmAttributes; member
H A Dwhcdi.h191 #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 Dwa.h43 uint8_t bmAttributes; member
215 uint8_t bmAttributes; member
H A Dusba_ugend.h209 #define UGEN_XFER_TYPE(epp) ((epp)->ep_descr.bmAttributes & USB_EP_ATTR_MASK)
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb.h332 uDWord bmAttributes; member
346 uByte bmAttributes; member
387 uByte bmAttributes; member
531 uByte bmAttributes; member
560 uByte bmAttributes; member
666 uByte bmAttributes; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c660 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 Dehci_xfer.c439 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()
1809 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_start_periodic_pipe_polling()
1845 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_periodic_pipe_polling()
1926 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_pipe_polling()
2014 uchar_t ep_attr = endpoint->bmAttributes; in ehci_set_periodic_pipe_polling()
2214 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_stop_periodic_pipe_polling()
2866 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_allocate_tds_for_tw()
[all …]
H A Dehci_polled.c256 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 Dehci_hub.c322 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 Dehci_util.c2246 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_allocate_high_speed_bandwidth()
2258 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_allocate_high_speed_bandwidth()
2516 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_deallocate_high_speed_bandwidth()
2665 if ((endpoint->bmAttributes & in ehci_compute_high_speed_bandwidth()
2691 if ((endpoint->bmAttributes & in ehci_compute_high_speed_bandwidth()
2783 if ((endpoint->bmAttributes & in ehci_compute_classic_bandwidth()
3881 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_get_xfer_attrs()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h358 #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 &\
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h391 #define OHCI_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\
393 ((endpoint->bmAttributes &\
396 #define OHCI_NON_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\
398 ((endpoint->bmAttributes &\
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h501 #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))
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c121 uchar_t ep_attrs = ph_data->p_ep.bmAttributes & in _usba_check_req()
424 uchar_t ep_attr = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK; in usba_flags_attr_check()
509 uchar_t ep_attrs = ph_data->p_ep.bmAttributes & in usba_start_next_req()
762 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_normal_cb()
798 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_normal_cb()
866 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_exc_cb()
906 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_exc_cb()
977 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in usba_req_set_cb_flags()
2081 if ((ph_data->p_ep.bmAttributes & in usb_pipe_stop_intr_polling()
2582 if ((ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK) != in usb_pipe_stop_isoc_polling()
H A Dusbai_pipe_mgmt.c475 ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usba_init_pipe_handle()
537 if ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usba_init_pipe_handle()
891 if (((ep->bmAttributes & USB_EP_ATTR_MASK) == in usb_pipe_xopen()
893 ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usb_pipe_xopen()
1176 attribute = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK; in usba_pipe_sync_close()
H A Dhcdi.c511 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb()
663 switch (req_wrp->wr_ph_data->p_ep.bmAttributes & in hcdi_do_cb()
H A Dusbai.c776 (cfg_descr.bmAttributes & USB_CFG_ATTR_REMOTE_WAKEUP)) { in usb_handle_remote_wakeup()
822 cfg_attrib = cfg_descr.bmAttributes; in usb_create_pm_components()
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c174 .bmAttributes = UC_BUS_POWERED | UC_REMOTE_WAKEUP,
198 .bmAttributes = UE_INTERRUPT,
206 .bmAttributes = 0,
229 .bmAttributes = 0,
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3511 if ((endpoint->bmAttributes & in ohci_compute_total_bandwidth()
3851 if ((endpoint->bmAttributes & in ohci_unpack_endpoint()
3870 if ((endpoint->bmAttributes & in ohci_unpack_endpoint()
3901 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) { in ohci_insert_ed()
4260 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_ed()
4403 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_periodic_ed()
5095 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_start_periodic_pipe_polling()
5201 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling()
5241 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling()
5302 uchar_t ep_attr = endpoint->bmAttributes; in ohci_set_periodic_pipe_polling()
[all …]
H A Dohci_hub.c338 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()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h281 uint8_t bmAttributes; /* config characteristics */ member
316 uint8_t bmAttributes; /* config characteristics */ member
362 uint8_t bmAttributes; /* transfer type */ member
460 uint8_t bmAttributes; /* more endpoint attributes */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c235 int type = ep->bmAttributes & USB_EP_ATTR_MASK; in xhci_endpoint_epdesc_to_type()
363 int type = ep->bmAttributes & USB_EP_ATTR_MASK; in xhci_endpoint_interval()
448 int type = ep->bmAttributes & USB_EP_ATTR_MASK; in xhci_endpoint_avg_trb()
534 xep->xep_pipe->p_xep.uex_ep_ss.bmAttributes & in xhci_endpoint_setup_context()
668 xep->xep_type = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in xhci_endpoint_init()
710 if (xep->xep_type != (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK)) { in xhci_endpoint_reinit()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c285 (cfg_descrp->bmAttributes & 0x20) ? TRUE : FALSE); in set_usb_properties()
287 (cfg_descrp->bmAttributes & 0x40) ? TRUE : FALSE); in set_usb_properties()
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/
H A Dusb_audio.h333 uint8_t bmAttributes; /* bitmap of attributes */ member

12