Searched refs:usbhs_pipe (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | pipe.h | 26 struct usbhs_pipe { struct 47 struct usbhs_pipe *pipe; argument 76 char *usbhs_pipe_name(struct usbhs_pipe *pipe); 77 struct usbhs_pipe 79 void usbhs_pipe_free(struct usbhs_pipe *pipe); 82 int usbhs_pipe_is_dir_in(struct usbhs_pipe *pipe); 83 int usbhs_pipe_is_dir_host(struct usbhs_pipe *pipe); 84 int usbhs_pipe_is_running(struct usbhs_pipe *pipe); 85 void usbhs_pipe_running(struct usbhs_pipe *pipe, int running); 89 int usbhs_pipe_get_maxpacket(struct usbhs_pipe *pipe); [all …]
|
D | pipe.c | 42 char *usbhs_pipe_name(struct usbhs_pipe *pipe) in usbhs_pipe_name() 50 static void usbhsp_pipectrl_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipectrl_set() 61 static u16 usbhsp_pipectrl_get(struct usbhs_pipe *pipe) in usbhsp_pipectrl_get() 75 static void __usbhsp_pipe_xxx_set(struct usbhs_pipe *pipe, in __usbhsp_pipe_xxx_set() 87 static u16 __usbhsp_pipe_xxx_get(struct usbhs_pipe *pipe, in __usbhsp_pipe_xxx_get() 101 static void usbhsp_pipe_cfg_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_cfg_set() 106 static u16 usbhsp_pipe_cfg_get(struct usbhs_pipe *pipe) in usbhsp_pipe_cfg_get() 114 static void usbhsp_pipe_trn_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_trn_set() 150 static void usbhsp_pipe_tre_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_tre_set() 190 static void usbhsp_pipe_buf_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_buf_set() [all …]
|
D | fifo.h | 32 struct usbhs_pipe *pipe; 56 struct usbhs_pipe *pipe; 84 void usbhs_fifo_clear_dcp(struct usbhs_pipe *pipe); 103 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, 107 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt); 108 void usbhs_pkt_start(struct usbhs_pipe *pipe);
|
D | fifo.c | 54 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, in usbhs_pkt_push() 101 static struct usbhs_pkt *__usbhsf_pkt_get(struct usbhs_pipe *pipe) in __usbhsf_pkt_get() 109 static void usbhsf_fifo_clear(struct usbhs_pipe *pipe, 111 static void usbhsf_fifo_unselect(struct usbhs_pipe *pipe, 118 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop() 161 static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type) in usbhsf_pkt_handler() 211 void usbhs_pkt_start(struct usbhs_pipe *pipe) in usbhs_pkt_start() 235 static void usbhsf_tx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_tx_irq_ctrl() 252 static void usbhsf_rx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_rx_irq_ctrl() 260 static void usbhsf_send_terminator(struct usbhs_pipe *pipe, in usbhsf_send_terminator() [all …]
|
D | mod_gadget.c | 39 struct usbhs_pipe *pipe; 130 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in __usbhsg_queue_pop() 158 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_queue_done() 176 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_queue_push() 198 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_dma_map_ctrl() 231 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in usbhsg_recip_handler_std_control_done() 243 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_clear_endpoint() 290 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_set_endpoint() 323 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in __usbhsg_recip_send_status() 389 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_get_endpoint() [all …]
|
D | mod_host.c | 84 struct usbhs_pipe *pipe; /* attached pipe */ 95 struct usbhs_pipe *dcp; 263 struct usbhs_pipe *pipe; in usbhsh_pipe_attach() 341 struct usbhs_pipe *pipe; in usbhsh_pipe_detach() 680 struct usbhs_pipe *pipe = usbhsh_uep_to_pipe(uep); in usbhsh_queue_push() 721 struct usbhs_pipe *pipe) in usbhsh_queue_force_pop() 741 struct usbhs_pipe *pos; in usbhsh_queue_force_pop_all() 766 struct usbhs_pipe *pipe) in usbhsh_setup_stage_packet_push() 825 struct usbhs_pipe *pipe, in usbhsh_data_stage_packet_push() 856 struct usbhs_pipe *pipe, in usbhsh_status_stage_packet_push() [all …]
|