Searched refs:bdc_ep (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_cmd.h | 14 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 D | bdc_ep.h | 13 int bdc_ep_disable(struct bdc_ep *ep); 14 int bdc_ep_enable(struct bdc_ep *ep);
|
| H A D | bdc_cmd.c | 108 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 D | bdc_dbg.h | 15 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 D | bdc.h | 262 #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 D | Makefile | 3 bdc-y := bdc_core.o bdc_cmd.o bdc_ep.o bdc_udc.o
|
| H A D | bdc_dbg.c | 85 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list()
|
| H A D | bdc_udc.c | 131 struct bdc_ep *ep; in bdc_uspc_disconnected()
|
| H A D | bdc_core.c | 400 bdc->bdc_ep_array = kzalloc_objs(struct bdc_ep *, bdc->num_eps); in bdc_mem_alloc()
|