Searched refs:bdc_sr (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/usb/gadget/udc/bdc/ |
D | bdc.h | 284 struct bdc_sr { struct 379 struct bdc_sr *sr_bds; 444 void (*sr_handler[2])(struct bdc *, struct bdc_sr *); 446 void (*sr_xsf_ep0[3])(struct bdc *, struct bdc_sr *); 481 void bdc_sr_uspc(struct bdc *bdc, struct bdc_sr *sreport); 483 void bdc_sr_xsf(struct bdc *bdc, struct bdc_sr *sreport); 485 void bdc_xsf_ep0_setup_recv(struct bdc *bdc, struct bdc_sr *sreport); 486 void bdc_xsf_ep0_data_start(struct bdc *bdc, struct bdc_sr *sreport); 487 void bdc_xsf_ep0_status_start(struct bdc *bdc, struct bdc_sr *sreport);
|
D | bdc_dbg.c | 65 struct bdc_sr *sr; in bdc_dbg_srr()
|
D | bdc_ep.c | 953 struct bdc_sr *sreport) in handle_xsr_succ_status() 1064 void bdc_xsf_ep0_setup_recv(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_setup_recv() 1510 void bdc_xsf_ep0_data_start(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_data_start() 1548 void bdc_xsf_ep0_status_start(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_status_start() 1610 static void ep0_xsf_complete(struct bdc *bdc, struct bdc_sr *sreport) in ep0_xsf_complete() 1644 void bdc_sr_xsf(struct bdc *bdc, struct bdc_sr *sreport) in bdc_sr_xsf()
|
D | bdc_udc.c | 231 void bdc_sr_uspc(struct bdc *bdc, struct bdc_sr *sreport) in bdc_sr_uspc() 292 struct bdc_sr *sreport; in bdc_udc_interrupt()
|