Lines Matching refs:USB_DIR_IN
109 #define DIR_STRING(bAddress) (((bAddress) & USB_DIR_IN) ? "in" : "out")
206 !(desc->bEndpointAddress & USB_DIR_IN)) in net2280_enable()
227 ep->is_in = (tmp & USB_DIR_IN) != 0; in net2280_enable()
279 if ((desc->bEndpointAddress & USB_DIR_IN) == 0) { in net2280_enable()
1696 (t & USB_DIR_IN) ? "in" : "out", in queues_show()
2572 if ((wIndex ^ bEndpointAddress) & USB_DIR_IN) in get_ep_by_addr()
2591 (r.bRequestType & USB_DIR_IN))) in defect7374_workaround()
2688 case (USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE): in handle_stat0_irqs_superspeed()
2700 case (USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_ENDPOINT): in handle_stat0_irqs_superspeed()
2975 ep->is_in = (u.r.bRequestType & USB_DIR_IN) != 0; in handle_stat0_irqs()
3003 if (u.r.bRequestType != (USB_DIR_IN|USB_RECIP_ENDPOINT)) in handle_stat0_irqs()