OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sci_softc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
scivar.h
39
struct
sci_softc
;
41
struct
sci_softc
{
struct
63
int (*dma_xfer_in)(struct
sci_softc
*, int, u_char *, int);
65
int (*dma_xfer_out)(struct
sci_softc
*, int, u_char *, int);
136
void scireset(struct
sci_softc
*);
/src/sys/arch/sh3/dev/
sci.c
139
struct
sci_softc
{
struct
194
void sci_break(struct
sci_softc
*, int);
195
void sci_iflush(struct
sci_softc
*);
200
integrate void sci_rxsoft(struct
sci_softc
*, struct tty *);
201
integrate void sci_txsoft(struct
sci_softc
*, struct tty *);
202
integrate void sci_stsoft(struct
sci_softc
*, struct tty *);
203
integrate void sci_schedrx(struct
sci_softc
*);
238
CFATTACH_DECL_NEW(sci, sizeof(struct
sci_softc
),
387
struct
sci_softc
*sc = device_private(self);
438
struct
sci_softc
*sc = device_lookup_private(&sci_cd,SCIUNIT(tp->t_dev))
[
all
...]
Completed in 11 milliseconds
Indexes created Sun Sep 21 15:09:59 GMT 2025