Home
last modified time | relevance | path

Searched refs:DDEKIT_USB_IN (Results 1 – 6 of 6) sorted by relevance

/minix3/minix/include/ddekit/
H A Dusb.h16 #define DDEKIT_USB_IN 1 macro
/minix3/minix/drivers/usb/usb_storage/
H A Durb_helper.c34 assert((DDEKIT_USB_IN == conf->direction) || in init_urb()
H A Dusb_storage.c369 DDEKIT_USB_IN)) { in mass_storage_reset_recovery()
455 assert((DDEKIT_USB_OUT == direction) || (DDEKIT_USB_IN == direction)); in mass_storage_send_clear_feature()
476 if (DDEKIT_USB_IN == direction) in mass_storage_send_clear_feature()
1596 ep_conf.direction = DDEKIT_USB_IN;
1658 this_ep->direction = DDEKIT_USB_IN;
/minix3/minix/drivers/usb/usb_hub/
H A Durb_helper.c34 assert((DDEKIT_USB_IN == conf->direction) || in init_urb()
H A Dusb_hub.c529 ep_conf.direction = DDEKIT_USB_IN; in hub_get_descriptor()
649 ep_conf.direction = DDEKIT_USB_IN; in hub_get_port_status()
/minix3/minix/drivers/usb/usbd/hcd/
H A Dhcd_ddekit.c341 case DDEKIT_USB_IN: in hcd_decode_urb()