Searched refs:bmAttributes (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwusba.h205 uint8_t bmAttributes[2]; member in struct:wusb_ie_host_info
253 uint8_t bmAttributes; member in struct:wusb_ie_channel_stop
262 uint8_t bmAttributes; member in struct:wusb_ie_isoc_discard
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 Dusba_ugend.h208 #define UGEN_XFER_TYPE(epp) ((epp)->ep_descr.bmAttributes & USB_EP_ATTR_MASK)
H A Dwa.h43 uint8_t bmAttributes; member in struct:usb_wa_descr
215 uint8_t bmAttributes; member in struct:hwa_notif_dn_recvd
/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/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/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/io/usb/hcd/ehci/
H A Dehci_intr.c660 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK;
805 attributes = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK;
827 if (((ph->p_ep.bmAttributes &
1272 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) {
1290 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
1315 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) ==
1318 eptd->bmAttributes, USB_EP_DIR_IN);
1321 eptd->bmAttributes, eptd->bEndpointAddress);
H A Dehci_xfer.c439 switch (endpoint->bmAttributes & USB_EP_ATTR_MASK) {
544 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) {
960 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK;
1130 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK;
1811 ((eptd->bmAttributes & USB_EP_ATTR_MASK) ==
1847 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
1928 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
2016 uchar_t ep_attr = endpoint->bmAttributes;
2216 ((eptd->bmAttributes & USB_EP_ATTR_MASK) ==
2870 attributes = eptd->bmAttributes
[all...]
H A Dehci_polled.c256 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK;
327 p_ep.bmAttributes & USB_EP_ATTR_MASK;
404 p_ep.bmAttributes & USB_EP_ATTR_MASK;
815 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK;
1374 p_ep.bmAttributes & USB_EP_ATTR_MASK;
H A Dehci_hub.c253 0x40, /* bmAttributes */
271 0x03, /* bmAttributes */
322 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
385 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
455 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
2058 uchar_t attributes = ph->p_ep.bmAttributes &
H A Dehci_util.c2225 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) ==
2237 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) ==
2495 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) ==
2644 if ((endpoint->bmAttributes &
2670 if ((endpoint->bmAttributes &
2762 if ((endpoint->bmAttributes &
3859 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c120 uchar_t ep_attrs = ph_data->p_ep.bmAttributes &
419 uchar_t ep_attr = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK;
504 uchar_t ep_attrs = ph_data->p_ep.bmAttributes &
757 switch (req_wrp->wr_ph_data->p_ep.bmAttributes &
793 switch (req_wrp->wr_ph_data->p_ep.bmAttributes &
861 switch (req_wrp->wr_ph_data->p_ep.bmAttributes &
901 switch (req_wrp->wr_ph_data->p_ep.bmAttributes &
972 switch (req_wrp->wr_ph_data->p_ep.bmAttributes &
2076 if ((ph_data->p_ep.bmAttributes &
2577 if ((ph_data->p_ep.bmAttributes
[all...]
H A Dusbai_pipe_mgmt.c472 ((ep->bmAttributes & USB_EP_ATTR_MASK) ==
518 if ((ep->bmAttributes & USB_EP_ATTR_MASK) ==
829 if (((ep->bmAttributes & USB_EP_ATTR_MASK) ==
831 ((ep->bmAttributes & USB_EP_ATTR_MASK) ==
1091 attribute = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK;
H A Dusbai_util.c217 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK;
1646 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) ==
1647 USB_EP_ATTR_BULK || (eptd->bmAttributes &
H A Dhcdi.c497 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
649 switch (req_wrp->wr_ph_data->p_ep.bmAttributes &
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3527 if ((endpoint->bmAttributes &
3867 if ((endpoint->bmAttributes &
3886 if ((endpoint->bmAttributes &
3917 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) {
4276 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK;
4419 p_ep.bmAttributes & USB_EP_ATTR_MASK;
5113 ((eptd->bmAttributes & USB_EP_ATTR_MASK) ==
5219 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
5259 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
5320 uchar_t ep_attr = endpoint->bmAttributes;
[all...]
H A Dohci_hub.c269 0x40, /* bmAttributes */
287 0x03, /* bmAttributes */
338 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
401 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
471 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
1750 uchar_t attributes = ph->p_ep.bmAttributes &
H A Dohci_polled.c170 p_ep.bmAttributes & USB_EP_ATTR_MASK;
714 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK;
1911 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK;
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h280 uint8_t bmAttributes; /* config characteristics */ member in struct:usb_cfg_descr
315 uint8_t bmAttributes; /* config characteristics */ member in struct:usb_other_speed_cfg_descr
361 uint8_t bmAttributes; /* transfer type */ member in struct:usb_ep_descr
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c285 (cfg_descrp->bmAttributes & 0x20) ? TRUE : FALSE);
287 (cfg_descrp->bmAttributes & 0x40) ? TRUE : FALSE);
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/
H A Dusb_audio.h333 uint8_t bmAttributes; /* bitmap of attributes */ member in struct:usb_audio_as_isoc_ep_descr
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1176 ph->p_ep.bmAttributes, ph->p_ep.bEndpointAddress);
1365 uhci_do_byte_stats(uhcip, length, ept->bmAttributes,
1691 eptd->bmAttributes, eptd->bEndpointAddress);
H A Duhcitgt.c276 if (((ph->p_ep.bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR ||
277 ((ph->p_ep.bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK) {
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c363 switch (ept_descr.bmAttributes & USB_EP_ATTR_MASK) {

Completed in 192 milliseconds

12