OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imxuart_softc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/imx/
imxuart.c
174
void imxuart_shutdown(struct
imxuart_softc
*);
175
void imxuart_loadchannelregs(struct
imxuart_softc
*);
176
void imxuart_hwiflow(struct
imxuart_softc
*);
177
void imxuart_break(struct
imxuart_softc
*, bool);
178
void imxuart_modem(struct
imxuart_softc
*, int);
179
void tiocm_to_imxu(struct
imxuart_softc
*, u_long, int);
180
int imxuart_to_tiocm(struct
imxuart_softc
*);
181
void imxuart_iflush(struct
imxuart_softc
*);
194
static void imxuintr_read(struct
imxuart_softc
*);
195
static void imxuintr_send(struct
imxuart_softc
*);
[
all
...]
imxuartvar.h
38
struct
imxuart_softc
{
struct
128
int (*enable)(struct
imxuart_softc
*);
129
void (*disable)(struct
imxuart_softc
*);
165
void imxuart_attach_subr(struct
imxuart_softc
*);
imx31_uart.c
40
CFATTACH_DECL_NEW(imx31_uart, sizeof(struct
imxuart_softc
),
imx51_uart.c
45
CFATTACH_DECL_NEW(imx51_uart, sizeof(struct
imxuart_softc
),
/src/sys/arch/arm/nxp/
imx_com.c
47
CFATTACH_DECL_NEW(imx_com, sizeof(struct
imxuart_softc
),
66
struct
imxuart_softc
*sc = device_private(self);
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025