OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usbd_pipe
(Results
1 - 25
of
76
) sorted by relevancy
1
2
3
4
/src/sys/dev/usb/
usbdi.h
44
struct
usbd_pipe
;
95
struct
usbd_pipe
**, void *, void *, uint32_t, usbd_callback, int);
97
struct
usbd_pipe
**);
98
void usbd_close_pipe(struct
usbd_pipe
*);
103
struct
usbd_pipe
*usbd_get_pipe0(struct usbd_device *);
105
int usbd_create_xfer(struct
usbd_pipe
*, size_t, unsigned int, unsigned int,
125
void usbd_abort_pipe(struct
usbd_pipe
*);
128
void usbd_suspend_pipe(struct
usbd_pipe
*);
129
void usbd_resume_pipe(struct
usbd_pipe
*);
131
usbd_status usbd_clear_endpoint_stall(struct
usbd_pipe
*);
[
all
...]
usbdivar.h
91
struct
usbd_pipe
;
101
usbd_status (*ubm_open)(struct
usbd_pipe
*);
122
void (*upm_close)(struct
usbd_pipe
*);
123
void (*upm_cleartoggle)(struct
usbd_pipe
*);
202
struct
usbd_pipe
*ud_pipe0; /* pipe 0 */
245
struct
usbd_pipe
{
struct
272
struct
usbd_pipe
*ux_pipe;
335
void usbd_dump_queue(struct
usbd_pipe
*);
336
void usbd_dump_pipe(struct
usbd_pipe
*);
350
struct
usbd_pipe
**);
[
all
...]
umodemvar.h
57
struct
usbd_pipe
* sc_notify_pipe; /* Notification pipe */
if_otusvar.h
180
struct
usbd_pipe
* sc_data_tx_pipe;
181
struct
usbd_pipe
* sc_data_rx_pipe;
182
struct
usbd_pipe
* sc_cmd_tx_pipe;
183
struct
usbd_pipe
* sc_cmd_rx_pipe;
emdtvvar.h
87
struct
usbd_pipe
*sc_isoc_pipe;
92
struct
usbd_pipe
*sc_intr_pipe;
if_rumvar.h
99
struct
usbd_pipe
* sc_rx_pipeh;
100
struct
usbd_pipe
* sc_tx_pipeh;
if_uralvar.h
99
struct
usbd_pipe
* sc_rx_pipeh;
100
struct
usbd_pipe
* sc_tx_pipeh;
usbdi_util.h
88
usbd_status usbd_bulk_transfer(struct usbd_xfer *, struct
usbd_pipe
*,
90
usbd_status usbd_intr_transfer(struct usbd_xfer *, struct
usbd_pipe
*,
auvitekvar.h
77
struct
usbd_pipe
* ax_pipe;
95
struct
usbd_pipe
*ab_pipe;
uirdavar.h
127
struct
usbd_pipe
*sc_rd_pipe;
137
struct
usbd_pipe
*sc_wr_pipe;
usbdi.c
69
"struct
usbd_pipe
*"/*pipe*/);
78
"struct
usbd_pipe
*"/*pipe*/);
81
"struct
usbd_pipe
*"/*pipe*/,
84
"struct
usbd_pipe
*"/*pipe*/,
88
"struct
usbd_pipe
*"/*pipe*/,
91
SDT_PROBE_DEFINE1(usb, device, pipe, close, "struct
usbd_pipe
*"/*pipe*/);
93
"struct
usbd_pipe
*"/*pipe*/);
95
"struct
usbd_pipe
*"/*pipe*/);
97
"struct
usbd_pipe
*"/*pipe*/);
99
"struct
usbd_pipe
*"/*pipe*/)
[
all
...]
if_runvar.h
94
struct
usbd_pipe
* pipeh;
102
struct
usbd_pipe
* pipeh;
if_urtwnvar.h
139
struct
usbd_pipe
* rx_pipe[R92C_MAX_EPIN];
141
struct
usbd_pipe
* tx_pipe[R92C_MAX_EPOUT];
motgvar.h
37
struct
usbd_pipe
pipe;
ubsavar.h
123
struct
usbd_pipe
* sc_intr_pipe; /* interrupt pipe */
if_umbreg.h
377
struct
usbd_pipe
*sc_ctrl_pipe;
388
struct
usbd_pipe
*sc_rx_pipe;
395
struct
usbd_pipe
*sc_tx_pipe;
usbroothub.c
77
static void roothub_ctrl_close(struct
usbd_pipe
*);
79
static void roothub_noop(struct
usbd_pipe
*pipe);
354
struct
usbd_pipe
*pipe = xfer->ux_pipe;
605
roothub_ctrl_close(struct
usbd_pipe
*pipe)
619
roothub_noop(struct
usbd_pipe
*pipe)
if_urtwreg.h
369
struct
usbd_pipe
* sc_rxpipe;
370
struct
usbd_pipe
* sc_txpipe_low;
371
struct
usbd_pipe
* sc_txpipe_normal;
if_athn_usb.h
475
struct
usbd_pipe
*usc_tx_data_pipe;
476
struct
usbd_pipe
*usc_rx_data_pipe;
477
struct
usbd_pipe
*usc_rx_intr_pipe;
478
struct
usbd_pipe
*usc_tx_intr_pipe;
vhci.c
73
static usbd_status vhci_open(struct
usbd_pipe
*);
95
static void vhci_device_ctrl_close(struct
usbd_pipe
*);
96
static void vhci_device_ctrl_cleartoggle(struct
usbd_pipe
*);
113
static void vhci_root_intr_close(struct
usbd_pipe
*);
114
static void vhci_root_intr_cleartoggle(struct
usbd_pipe
*);
216
struct
usbd_pipe
pipe;
386
vhci_open(struct
usbd_pipe
*pipe)
674
vhci_device_ctrl_close(struct
usbd_pipe
*pipe)
680
vhci_device_ctrl_cleartoggle(struct
usbd_pipe
*pipe)
747
vhci_root_intr_close(struct
usbd_pipe
*pipe
[
all
...]
xhci.c
130
struct
usbd_pipe
xp_pipe;
143
static usbd_status xhci_open(struct
usbd_pipe
*);
144
static void xhci_close_pipe(struct
usbd_pipe
*);
158
static void xhci_pipe_restart(struct
usbd_pipe
*);
160
static void xhci_pipe_restart_async(struct
usbd_pipe
*);
162
static usbd_status xhci_configure_endpoint(struct
usbd_pipe
*);
163
//static usbd_status xhci_unconfigure_endpoint(struct
usbd_pipe
*);
164
static void xhci_reset_endpoint(struct
usbd_pipe
*);
167
static usbd_status xhci_stop_endpoint(struct
usbd_pipe
*);
170
static void xhci_set_dequeue(struct
usbd_pipe
*);
[
all
...]
/src/sys/arch/mips/adm5120/dev/
ahci.c
93
static usbd_status ahci_open(struct
usbd_pipe
*);
110
static void ahci_root_intr_close(struct
usbd_pipe
*);
116
static void ahci_device_ctrl_close(struct
usbd_pipe
*);
122
static void ahci_device_intr_close(struct
usbd_pipe
*);
128
static void ahci_device_isoc_close(struct
usbd_pipe
*);
134
static void ahci_device_bulk_close(struct
usbd_pipe
*);
138
struct
usbd_pipe
*, uint8_t, int, u_char *, uint8_t);
139
static void ahci_noop(struct
usbd_pipe
*);
140
static void ahci_device_clear_toggle(struct
usbd_pipe
*);
223
struct
usbd_pipe
pipe
[
all
...]
/src/sys/external/bsd/dwc2/
dwc2var.h
50
struct
usbd_pipe
pipe; /* Must be first */
dwc2.c
111
Static usbd_status dwc2_open(struct
usbd_pipe
*);
126
Static void dwc2_root_intr_close(struct
usbd_pipe
*);
132
Static void dwc2_device_ctrl_close(struct
usbd_pipe
*);
137
Static void dwc2_device_bulk_close(struct
usbd_pipe
*);
143
Static void dwc2_device_intr_close(struct
usbd_pipe
*);
148
Static void dwc2_device_isoc_close(struct
usbd_pipe
*);
153
Static void dwc2_close_pipe(struct
usbd_pipe
*);
156
Static void dwc2_device_clear_toggle(struct
usbd_pipe
*);
157
Static void dwc2_noop(struct
usbd_pipe
*pipe);
370
dwc2_open(struct
usbd_pipe
*pipe
[
all
...]
/src/sys/rump/dev/lib/libugenhc/
ugenhc.c
415
rumpusb_device_ctrl_close(struct
usbd_pipe
*pipe)
421
rumpusb_device_ctrl_cleartoggle(struct
usbd_pipe
*pipe)
546
rumpusb_root_intr_close(struct
usbd_pipe
*pipe)
552
rumpusb_root_intr_cleartoggle(struct
usbd_pipe
*pipe)
679
struct
usbd_pipe
*pipe = arg;
726
rumpusb_device_bulk_close(struct
usbd_pipe
*pipe)
745
rumpusb_device_bulk_cleartoggle(struct
usbd_pipe
*pipe)
766
ugenhc_open(struct
usbd_pipe
*pipe)
885
struct
usbd_pipe
pipe;
Completed in 24 milliseconds
1
2
3
4
Indexes created Thu Oct 02 14:10:14 GMT 2025