Home
last modified time | relevance | path

Searched refs:usbhs_pipe (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/usb/renesas_usbhs/
Dpipe.h26 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 …]
Dpipe.c42 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 …]
Dfifo.h32 struct usbhs_pipe *pipe;
55 struct usbhs_pipe *pipe;
83 void usbhs_fifo_clear_dcp(struct usbhs_pipe *pipe);
102 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt,
106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt);
107 void usbhs_pkt_start(struct usbhs_pipe *pipe);
Dfifo.c54 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 …]
Dmod_gadget.c38 struct usbhs_pipe *pipe;
127 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in __usbhsg_queue_pop()
154 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_queue_done()
172 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_queue_push()
194 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_dma_map_ctrl()
227 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in usbhsg_recip_handler_std_control_done()
239 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_clear_endpoint()
286 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_set_endpoint()
319 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in __usbhsg_recip_send_status()
385 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_get_endpoint()
[all …]
Dmod_host.c84 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 …]