Searched refs:bdc_sr (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc.h | 289 struct bdc_sr { struct 384 struct bdc_sr *sr_bds; 446 void (*sr_handler[2])(struct bdc *, struct bdc_sr *); 448 void (*sr_xsf_ep0[3])(struct bdc *, struct bdc_sr *); 482 void bdc_sr_uspc(struct bdc *, struct bdc_sr *); 484 void bdc_sr_xsf(struct bdc *, struct bdc_sr *); 486 void bdc_xsf_ep0_setup_recv(struct bdc *, struct bdc_sr *); 487 void bdc_xsf_ep0_data_start(struct bdc *, struct bdc_sr *); 488 void bdc_xsf_ep0_status_start(struct bdc *, struct bdc_sr *);
|
D | bdc_dbg.c | 70 struct bdc_sr *sr; in bdc_dbg_srr()
|
D | bdc_ep.c | 959 struct bdc_sr *sreport) in handle_xsr_succ_status() 1070 void bdc_xsf_ep0_setup_recv(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_setup_recv() 1518 void bdc_xsf_ep0_data_start(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_data_start() 1556 void bdc_xsf_ep0_status_start(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_status_start() 1618 static void ep0_xsf_complete(struct bdc *bdc, struct bdc_sr *sreport) in ep0_xsf_complete() 1652 void bdc_sr_xsf(struct bdc *bdc, struct bdc_sr *sreport) in bdc_sr_xsf()
|
D | bdc_udc.c | 235 void bdc_sr_uspc(struct bdc *bdc, struct bdc_sr *sreport) in bdc_sr_uspc() 295 struct bdc_sr *sreport; in bdc_udc_interrupt()
|