Searched refs:usbhs_pipe (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/usb/renesas_usbhs/ |
H A D | pipe.h | 17 struct usbhs_pipe { struct 38 struct usbhs_pipe *pipe; argument 67 char *usbhs_pipe_name(struct usbhs_pipe *pipe); 68 struct usbhs_pipe 70 void usbhs_pipe_free(struct usbhs_pipe *pipe); 73 int usbhs_pipe_is_dir_in(struct usbhs_pipe *pipe); 74 int usbhs_pipe_is_dir_host(struct usbhs_pipe *pipe); 75 int usbhs_pipe_is_running(struct usbhs_pipe *pipe); 76 void usbhs_pipe_running(struct usbhs_pipe *pipe, int running); 81 int usbhs_pipe_get_maxpacket(struct usbhs_pipe *pipe); [all …]
|
H A D | pipe.c | 33 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 …]
|
H A D | fifo.h | 23 struct usbhs_pipe *pipe; 47 struct usbhs_pipe *pipe; 75 void usbhs_fifo_clear_dcp(struct usbhs_pipe *pipe); 94 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, 98 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt); 99 void usbhs_pkt_start(struct usbhs_pipe *pipe); 100 struct usbhs_pkt *__usbhsf_pkt_get(struct usbhs_pipe *pipe);
|
H A D | fifo.c | 45 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, in usbhs_pkt_push() 92 struct usbhs_pkt *__usbhsf_pkt_get(struct usbhs_pipe *pipe) in __usbhsf_pkt_get() 97 static void usbhsf_fifo_unselect(struct usbhs_pipe *pipe, 104 static void usbhsf_tx_irq_ctrl(struct usbhs_pipe *pipe, int enable); 105 static void usbhsf_rx_irq_ctrl(struct usbhs_pipe *pipe, int enable); 106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop() 156 static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type) in usbhsf_pkt_handler() 208 void usbhs_pkt_start(struct usbhs_pipe *pipe) in usbhs_pkt_start() 232 static void usbhsf_tx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_tx_irq_ctrl() 249 static void usbhsf_rx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_rx_irq_ctrl() [all …]
|
H A D | mod_gadget.c | 31 struct usbhs_pipe *pipe; 123 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in __usbhsg_queue_pop() 151 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_queue_done() 169 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_queue_push() 192 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_dma_map_ctrl() 223 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in usbhsg_recip_handler_std_control_done() 235 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_clear_endpoint() 282 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_set_endpoint() 315 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in __usbhsg_recip_send_status() 380 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_get_endpoint() [all …]
|
H A D | mod_host.c | 75 struct usbhs_pipe *pipe; /* attached pipe */ 86 struct usbhs_pipe *dcp; 250 struct usbhs_pipe *pipe; in usbhsh_pipe_attach() 328 struct usbhs_pipe *pipe; in usbhsh_pipe_detach() 665 struct usbhs_pipe *pipe = usbhsh_uep_to_pipe(uep); in usbhsh_queue_push() 706 struct usbhs_pipe *pipe) in usbhsh_queue_force_pop() 726 struct usbhs_pipe *pos; in usbhsh_queue_force_pop_all() 751 struct usbhs_pipe *pipe) in usbhsh_setup_stage_packet_push() 810 struct usbhs_pipe *pipe, in usbhsh_data_stage_packet_push() 841 struct usbhs_pipe *pipe, in usbhsh_status_stage_packet_push() [all …]
|