Home
last modified time | relevance | path

Searched refs:bdc_ep (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.h14 int bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep);
15 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep);
19 int bdc_ep_bla(struct bdc *bdc, struct bdc_ep *ep, dma_addr_t dma_addr);
H A Dbdc_ep.c431 struct bdc_ep *ep; in setup_bd_list_xfr()
512 struct bdc_ep *ep; in bdc_queue_xfr()
641 struct bdc_ep *ep; in ep0_queue_status_stage()
698 struct bdc_ep *ep; in ep0_queue_data_stage()
903 struct bdc_ep *ep; in bdc_free_ep()
1233 struct bdc_ep *ep; in ep0_handle_feature()
1308 struct bdc_ep *ep; in ep0_handle_status()
1388 struct bdc_ep *ep; in ep0_set_sel()
1512 struct bdc_ep *ep; in bdc_xsf_ep0_data_start()
1551 struct bdc_ep *ep; in bdc_xsf_ep0_status_start()
[all …]
H A Dbdc_ep.h13 int bdc_ep_disable(struct bdc_ep *ep);
14 int bdc_ep_enable(struct bdc_ep *ep);
H A Dbdc_dbg.h15 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep);
26 static inline void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list()
H A Dbdc_cmd.c108 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep) in bdc_dconfig_ep()
120 static void ep_bd_list_reinit(struct bdc_ep *ep) in ep_bd_list_reinit()
134 int bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep) in bdc_config_ep()
222 int bdc_ep_bla(struct bdc *bdc, struct bdc_ep *ep, dma_addr_t dma_addr) in bdc_ep_bla()
299 struct bdc_ep *ep; in bdc_ep_clear_stall()
337 struct bdc_ep *ep; in bdc_stop_ep()
H A Dbdc.h262 #define to_bdc_ep(e) container_of(e, struct bdc_ep, usb_ep)
336 struct bdc_ep *ep;
350 struct bdc_ep { struct
420 struct bdc_ep **bdc_ep_array;
H A DMakefile3 bdc-y := bdc_core.o bdc_cmd.o bdc_ep.o bdc_udc.o
H A Dbdc_dbg.c85 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list()
H A Dbdc_udc.c131 struct bdc_ep *ep; in bdc_uspc_disconnected()
H A Dbdc_core.c400 bdc->bdc_ep_array = kcalloc(bdc->num_eps, sizeof(struct bdc_ep *), in bdc_mem_alloc()