| /linux-4.1.27/drivers/usb/dwc3/ | 
| D | core.c | 52 void dwc3_set_mode(struct dwc3 *dwc, u32 mode)  in dwc3_set_mode()66 static int dwc3_core_soft_reset(struct dwc3 *dwc)  in dwc3_core_soft_reset()
 124 static void dwc3_free_one_event_buffer(struct dwc3 *dwc,  in dwc3_free_one_event_buffer()
 138 static struct dwc3_event_buffer *dwc3_alloc_one_event_buffer(struct dwc3 *dwc,  in dwc3_alloc_one_event_buffer()
 161 static void dwc3_free_event_buffers(struct dwc3 *dwc)  in dwc3_free_event_buffers()
 181 static int dwc3_alloc_event_buffers(struct dwc3 *dwc, unsigned length)  in dwc3_alloc_event_buffers()
 214 static int dwc3_event_buffers_setup(struct dwc3 *dwc)  in dwc3_event_buffers_setup()
 239 static void dwc3_event_buffers_cleanup(struct dwc3 *dwc)  in dwc3_event_buffers_cleanup()
 257 static int dwc3_alloc_scratch_buffers(struct dwc3 *dwc)  in dwc3_alloc_scratch_buffers()
 273 static int dwc3_setup_scratch_buffers(struct dwc3 *dwc)  in dwc3_setup_scratch_buffers()
 [all …]
 
 | 
| D | gadget.c | 47 int dwc3_gadget_set_test_mode(struct dwc3 *dwc, int mode)  in dwc3_gadget_set_test_mode()78 int dwc3_gadget_get_link_state(struct dwc3 *dwc)  in dwc3_gadget_get_link_state()
 95 int dwc3_gadget_set_link_state(struct dwc3 *dwc, enum dwc3_link_state state)  in dwc3_gadget_set_link_state()
 169 int dwc3_gadget_resize_tx_fifos(struct dwc3 *dwc)  in dwc3_gadget_resize_tx_fifos()
 237 	struct dwc3			*dwc = dep->dwc;  in dwc3_gadget_giveback()  local
 278 int dwc3_send_gadget_generic_command(struct dwc3 *dwc, unsigned cmd, u32 param)  in dwc3_send_gadget_generic_command()
 313 int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep,  in dwc3_send_gadget_ep_cmd()
 363 	struct dwc3		*dwc = dep->dwc;  in dwc3_alloc_trb_pool()  local
 382 	struct dwc3		*dwc = dep->dwc;  in dwc3_free_trb_pool()  local
 425 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep)  in dwc3_gadget_start_config()
 [all …]
 
 | 
| D | ep0.c | 58 static int dwc3_ep0_start_trans(struct dwc3 *dwc, u8 epnum, dma_addr_t buf_dma,  in dwc3_ep0_start_trans()111 	struct dwc3		*dwc = dep->dwc;  in __dwc3_gadget_ep0_queue()  local
 217 	struct dwc3			*dwc = dep->dwc;  in dwc3_gadget_ep0_queue()  local
 251 static void dwc3_ep0_stall_and_restart(struct dwc3 *dwc)  in dwc3_ep0_stall_and_restart()
 279 	struct dwc3			*dwc = dep->dwc;  in __dwc3_gadget_ep0_set_halt()  local
 289 	struct dwc3			*dwc = dep->dwc;  in dwc3_gadget_ep0_set_halt()  local
 300 void dwc3_ep0_out_start(struct dwc3 *dwc)  in dwc3_ep0_out_start()
 309 static struct dwc3_ep *dwc3_wIndex_to_dep(struct dwc3 *dwc, __le16 wIndex_le)  in dwc3_wIndex_to_dep()
 332 static int dwc3_ep0_handle_status(struct dwc3 *dwc,  in dwc3_ep0_handle_status()
 390 static int dwc3_ep0_handle_feature(struct dwc3 *dwc,  in dwc3_ep0_handle_feature()
 [all …]
 
 | 
| D | debugfs.c | 362 	struct dwc3		*dwc = s->private;  in dwc3_mode_show()  local396 	struct dwc3		*dwc = s->private;  in dwc3_mode_write()  local
 431 	struct dwc3		*dwc = s->private;  in dwc3_testmode_show()  local
 476 	struct dwc3		*dwc = s->private;  in dwc3_testmode_write()  local
 514 	struct dwc3		*dwc = s->private;  in dwc3_link_state_show()  local
 583 	struct dwc3		*dwc = s->private;  in dwc3_link_state_write()  local
 621 int dwc3_debugfs_init(struct dwc3 *dwc)  in dwc3_debugfs_init()
 686 void dwc3_debugfs_exit(struct dwc3 *dwc)  in dwc3_debugfs_exit()
 
 | 
| D | host.c | 23 int dwc3_host_init(struct dwc3 *dwc)  in dwc3_host_init()82 void dwc3_host_exit(struct dwc3 *dwc)  in dwc3_host_exit()
 
 | 
| D | core.h | 412 	struct dwc3		*dwc;  member455 	struct dwc3		*dwc;  member
 1003 static inline int dwc3_host_init(struct dwc3 *dwc)  in dwc3_host_init()
 1005 static inline void dwc3_host_exit(struct dwc3 *dwc)  in dwc3_host_exit()
 1019 static inline int dwc3_gadget_init(struct dwc3 *dwc)  in dwc3_gadget_init()
 1021 static inline void dwc3_gadget_exit(struct dwc3 *dwc)  in dwc3_gadget_exit()
 1023 static inline int dwc3_gadget_set_test_mode(struct dwc3 *dwc, int mode)  in dwc3_gadget_set_test_mode()
 1025 static inline int dwc3_gadget_get_link_state(struct dwc3 *dwc)  in dwc3_gadget_get_link_state()
 1027 static inline int dwc3_gadget_set_link_state(struct dwc3 *dwc,  in dwc3_gadget_set_link_state()
 1031 static inline int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep,  in dwc3_send_gadget_ep_cmd()
 [all …]
 
 | 
| D | gadget.h | 98 static inline u32 dwc3_gadget_ep_get_transfer_index(struct dwc3 *dwc, u8 number)  in dwc3_gadget_ep_get_transfer_index()
 | 
| /linux-4.1.27/drivers/dma/dw/ | 
| D | core.c | 78 static struct dw_desc *dwc_first_active(struct dw_dma_chan *dwc)  in dwc_first_active()83 static struct dw_desc *dwc_desc_get(struct dw_dma_chan *dwc)  in dwc_desc_get()
 111 static void dwc_desc_put(struct dw_dma_chan *dwc, struct dw_desc *desc)  in dwc_desc_put()
 130 static void dwc_initialize(struct dw_dma_chan *dwc)  in dwc_initialize()
 169 static inline void dwc_dump_chan_regs(struct dw_dma_chan *dwc)  in dwc_dump_chan_regs()
 180 static inline void dwc_chan_disable(struct dw_dma *dw, struct dw_dma_chan *dwc)  in dwc_chan_disable()
 190 static inline void dwc_do_single_block(struct dw_dma_chan *dwc,  in dwc_do_single_block()
 213 static void dwc_dostart(struct dw_dma_chan *dwc, struct dw_desc *first)  in dwc_dostart()
 258 static void dwc_dostart_first_queued(struct dw_dma_chan *dwc)  in dwc_dostart_first_queued()
 274 dwc_descriptor_complete(struct dw_dma_chan *dwc, struct dw_desc *desc,  in dwc_descriptor_complete()
 [all …]
 
 | 
| D | regs.h | 260 __dwc_regs(struct dw_dma_chan *dwc)  in __dwc_regs()265 #define channel_readl(dwc, name) \  argument
 267 #define channel_writel(dwc, name, val) \  argument
 
 | 
| /linux-4.1.27/include/math-emu/ | 
| D | op-common.h | 820 #define FP_CONV(dfs,sfs,dwc,swc,D,S)			\  argument
 |