Searched refs:bdc_ep (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_cmd.h | 19 int bdc_config_ep(struct bdc *, struct bdc_ep *); 20 int bdc_dconfig_ep(struct bdc *, struct bdc_ep *); 24 int bdc_ep_set_halt(struct bdc_ep *, u32 , int); 25 int bdc_ep_bla(struct bdc *, struct bdc_ep *, dma_addr_t);
|
D | bdc_ep.c | 57 static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) in ep_bd_list_free() 126 static int ep_bd_list_alloc(struct bdc_ep *ep) in ep_bd_list_alloc() 221 static int bd_add_to_bdi(struct bdc_ep *ep, dma_addr_t bd_dma_addr) in bd_add_to_bdi() 264 static int bdi_to_tbi(struct bdc_ep *ep, int bdi) in bdi_to_tbi() 277 static inline int find_end_bdi(struct bdc_ep *ep, int next_hwd_bdi) in find_end_bdi() 294 static int bd_available_ep(struct bdc_ep *ep) in bd_available_ep() 349 struct bdc_ep *ep = bdc->bdc_ep_array[epnum]; in bdc_notify_xfr() 363 static struct bdc_bd *bdi_to_bd(struct bdc_ep *ep, int bdi) in bdi_to_bd() 377 static void ep_bdlist_eqp_adv(struct bdc_ep *ep) in ep_bdlist_eqp_adv() 437 struct bdc_ep *ep; in setup_bd_list_xfr() [all …]
|
D | bdc_ep.h | 18 int bdc_ep_disable(struct bdc_ep *); 19 int bdc_ep_enable(struct bdc_ep *);
|
D | bdc_dbg.h | 20 void bdc_dbg_bd_list(struct bdc *, struct bdc_ep*); 31 static inline void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list()
|
D | bdc_cmd.c | 116 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep) in bdc_dconfig_ep() 128 static void ep_bd_list_reinit(struct bdc_ep *ep) in ep_bd_list_reinit() 142 int bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep) in bdc_config_ep() 231 int bdc_ep_bla(struct bdc *bdc, struct bdc_ep *ep, dma_addr_t dma_addr) in bdc_ep_bla() 308 struct bdc_ep *ep; in bdc_ep_clear_stall() 346 struct bdc_ep *ep; in bdc_stop_ep()
|
D | bdc.h | 267 #define to_bdc_ep(e) container_of(e, struct bdc_ep, usb_ep) 341 struct bdc_ep *ep; 355 struct bdc_ep { struct 422 struct bdc_ep **bdc_ep_array;
|
D | Makefile | 2 bdc-y := bdc_core.o bdc_cmd.o bdc_ep.o bdc_udc.o
|
D | bdc_dbg.c | 90 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list()
|
D | bdc_core.c | 400 bdc->bdc_ep_array = kcalloc(bdc->num_eps, sizeof(struct bdc_ep *), in bdc_mem_alloc()
|
D | bdc_udc.c | 136 struct bdc_ep *ep; in bdc_uspc_disconnected()
|