OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ubsa_softc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/usb/
ubsavar.h
114
struct
ubsa_softc
{
struct
149
void ubsa_close_pipe(struct
ubsa_softc
*);
151
void ubsa_break(struct
ubsa_softc
*, int, int);
152
int ubsa_request(struct
ubsa_softc
*, int, uint8_t, uint16_t);
153
void ubsa_dtr(struct
ubsa_softc
*, int, int);
154
void ubsa_quadumts_dtr(struct
ubsa_softc
*, int, int);
155
void ubsa_rts(struct
ubsa_softc
*, int, int);
156
void ubsa_quadumts_rts(struct
ubsa_softc
*, int, int);
157
void ubsa_baudrate(struct
ubsa_softc
*, int, speed_t);
158
void ubsa_parity(struct
ubsa_softc
*, int, tcflag_t)
[
all
...]
ubsa_common.c
98
ubsa_request(struct
ubsa_softc
*sc, int portno, uint8_t request, uint16_t value)
127
ubsa_dtr(struct
ubsa_softc
*sc, int portno, int onoff)
140
ubsa_rts(struct
ubsa_softc
*sc, int portno, int onoff)
153
ubsa_quadumts_dtr(struct
ubsa_softc
*sc, int portno, int onoff)
167
ubsa_quadumts_rts(struct
ubsa_softc
*sc, int portno, int onoff)
181
ubsa_break(struct
ubsa_softc
*sc, int portno, int onoff)
194
struct
ubsa_softc
*sc = addr;
222
ubsa_baudrate(struct
ubsa_softc
*sc, int portno, speed_t speed)
261
ubsa_parity(struct
ubsa_softc
*sc, int portno, tcflag_t cflag)
276
ubsa_databits(struct
ubsa_softc
*sc, int portno, tcflag_t cflag
[
all
...]
ubsa.c
138
CFATTACH_DECL2_NEW(ubsa, sizeof(struct
ubsa_softc
),
153
struct
ubsa_softc
*sc = device_private(self);
295
struct
ubsa_softc
*sc = device_private(self);
308
struct
ubsa_softc
*sc = device_private(self);
uhmodem.c
128
static usbd_status uhmodem_endpointhalt(struct
ubsa_softc
*, int);
137
/* this driver uses the
ubsa_softc
and methods directly as-is. */
171
CFATTACH_DECL2_NEW(uhmodem, sizeof(struct
ubsa_softc
), uhmodem_match,
190
struct
ubsa_softc
*sc = device_private(self);
382
struct
ubsa_softc
*sc = device_private(self);
395
struct
ubsa_softc
*sc = device_private(self);
421
struct
ubsa_softc
*sc = addr;
507
uhmodem_endpointhalt(struct
ubsa_softc
*sc, int iface)
Completed in 14 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025