Home
last modified time | relevance | path

Searched refs:ENDPOINT_DIRECTION (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/usb/
Dnet2280.h393 #define ENDPOINT_DIRECTION 7 macro
/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2272.h199 #define ENDPOINT_DIRECTION 4 macro
Dnet2272.c233 tmp |= usb_endpoint_dir_in(desc) << ENDPOINT_DIRECTION; in net2272_enable()
1701 net2272_write(dev, EP_CFG, 1 << ENDPOINT_DIRECTION); in net2272_set_test_mode()
Dnet2280.c296 tmp |= (ep->is_in << ENDPOINT_DIRECTION); in net2280_enable()
1960 tmp = ((0 << ENDPOINT_NUMBER) | BIT(ENDPOINT_DIRECTION) | in defect7374_enable_data_eps_zero()