Lines Matching refs:USB_DIR_IN
148 #define DIR_STRING(bAddress) (((bAddress) & USB_DIR_IN) ? "in" : "out")
266 !(desc->bEndpointAddress & USB_DIR_IN)) in net2280_enable()
287 ep->is_in = (tmp & USB_DIR_IN) != 0; in net2280_enable()
341 if ((desc->bEndpointAddress & USB_DIR_IN) == 0) { in net2280_enable()
1796 (t & USB_DIR_IN) ? "in" : "out", in queues_show()
2688 if ((wIndex ^ bEndpointAddress) & USB_DIR_IN) in get_ep_by_addr()
2707 (r.bRequestType & USB_DIR_IN))) in defect7374_workaround()
2804 case (USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE): in handle_stat0_irqs_superspeed()
2816 case (USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_ENDPOINT): in handle_stat0_irqs_superspeed()
3111 ep->is_in = (u.r.bRequestType & USB_DIR_IN) != 0; in handle_stat0_irqs()
3139 if (u.r.bRequestType != (USB_DIR_IN|USB_RECIP_ENDPOINT)) in handle_stat0_irqs()