Searched refs:SETUP_STAGE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 20 #define SETUP_STAGE 0 macro 390 urb->interval = SETUP_STAGE; in c67x00_urb_enqueue() 698 case SETUP_STAGE: in c67x00_add_ctrl_urb() 700 8, USB_PID_SETUP, 0, SETUP_STAGE); in c67x00_add_ctrl_urb() 703 urb->interval = SETUP_STAGE; in c67x00_add_ctrl_urb() 921 case SETUP_STAGE: in c67x00_handle_successful_td()
|
/kernel/linux/linux-6.6/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 20 #define SETUP_STAGE 0 macro 390 urb->interval = SETUP_STAGE; in c67x00_urb_enqueue() 698 case SETUP_STAGE: in c67x00_add_ctrl_urb() 700 8, USB_PID_SETUP, 0, SETUP_STAGE); in c67x00_add_ctrl_urb() 703 urb->interval = SETUP_STAGE; in c67x00_add_ctrl_urb() 921 case SETUP_STAGE: in c67x00_handle_successful_td()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 390 SETUP_STAGE, enumerator 400 "WAIT_FOR_SETUP", "SETUP_STAGE", "IN_DATA_STAGE", "OUT_DATA_STAGE",
|
H A D | pxa27x_udc.c | 1955 set_ep0state(udc, SETUP_STAGE); in handle_ep0() 1967 case SETUP_STAGE: in handle_ep0()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 390 SETUP_STAGE, enumerator 400 "WAIT_FOR_SETUP", "SETUP_STAGE", "IN_DATA_STAGE", "OUT_DATA_STAGE",
|
H A D | pxa27x_udc.c | 1955 set_ep0state(udc, SETUP_STAGE); in handle_ep0() 1967 case SETUP_STAGE: in handle_ep0()
|
Completed in 11 milliseconds