Lines Matching defs:pipe
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()
90 static void usbhsp_pipe_cfg_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_cfg_set()
98 static void usbhsp_pipe_buf_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_buf_set()
109 static void usbhsp_pipe_maxp_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_maxp_set()
117 static void usbhsp_pipe_select(struct usbhs_pipe *pipe) in usbhsp_pipe_select()
139 static int usbhsp_pipe_barrier(struct usbhs_pipe *pipe) in usbhsp_pipe_barrier()
179 int usbhs_pipe_is_accessible(struct usbhs_pipe *pipe) in usbhs_pipe_is_accessible()
193 static void __usbhsp_pid_try_nak_if_stall(struct usbhs_pipe *pipe) in __usbhsp_pid_try_nak_if_stall()
212 void usbhs_pipe_disable(struct usbhs_pipe *pipe) in usbhs_pipe_disable()
232 void usbhs_pipe_enable(struct usbhs_pipe *pipe) in usbhs_pipe_enable()
240 void usbhs_pipe_stall(struct usbhs_pipe *pipe) in usbhs_pipe_stall()
260 int usbhs_pipe_is_stall(struct usbhs_pipe *pipe) in usbhs_pipe_is_stall()
270 static int usbhsp_possible_double_buffer(struct usbhs_pipe *pipe) in usbhsp_possible_double_buffer()
282 static u16 usbhsp_setup_pipecfg(struct usbhs_pipe *pipe, in usbhsp_setup_pipecfg()
356 static u16 usbhsp_setup_pipebuff(struct usbhs_pipe *pipe) in usbhsp_setup_pipebuff()
432 void usbhs_pipe_config_update(struct usbhs_pipe *pipe, u16 devsel, in usbhs_pipe_config_update()
460 int usbhs_pipe_get_maxpacket(struct usbhs_pipe *pipe) in usbhs_pipe_get_maxpacket()
470 int usbhs_pipe_is_dir_in(struct usbhs_pipe *pipe) in usbhs_pipe_is_dir_in()
475 int usbhs_pipe_is_dir_host(struct usbhs_pipe *pipe) in usbhs_pipe_is_dir_host()
480 void usbhs_pipe_data_sequence(struct usbhs_pipe *pipe, int sequence) in usbhs_pipe_data_sequence()
505 void usbhs_pipe_clear(struct usbhs_pipe *pipe) in usbhs_pipe_clear()
513 struct usbhs_pipe *pos, *pipe; in usbhsp_get_pipe() local
546 struct usbhs_pipe *pipe; in usbhs_pipe_init() local
583 struct usbhs_pipe *pipe; in usbhs_pipe_malloc() local
628 void usbhs_pipe_select_fifo(struct usbhs_pipe *pipe, struct usbhs_fifo *fifo) in usbhs_pipe_select_fifo()
645 struct usbhs_pipe *pipe; in usbhs_dcp_malloc() local
660 void usbhs_dcp_control_transfer_done(struct usbhs_pipe *pipe) in usbhs_dcp_control_transfer_done()
672 void usbhs_dcp_dir_for_host(struct usbhs_pipe *pipe, int dir_out) in usbhs_dcp_dir_for_host()
684 struct usbhs_pipe *pipe; in usbhs_pipe_probe() local