Symbol: sc16is7xx_sc
sys/dev/i2c/sc16is7xxi2c.c
102
sc16is7xxi2c_read_register(struct sc16is7xx_sc *sc, uint8_t reg, int channel,
sys/dev/i2c/sc16is7xxi2c.c
117
sc16is7xxi2c_write_register(struct sc16is7xx_sc *sc, uint8_t reg, int channel,
sys/dev/i2c/sc16is7xxi2c.c
132
sc16is7xxi2c_copy_handles(struct sc16is7xx_sc *sc, struct com_regs *regs)
sys/dev/i2c/sc16is7xxi2c.c
147
struct sc16is7xx_sc *sc = (struct sc16is7xx_sc *)regs->cr_cookie;
sys/dev/i2c/sc16is7xxi2c.c
178
struct sc16is7xx_sc *sc = (struct sc16is7xx_sc *)regs->cr_cookie;
sys/dev/i2c/sc16is7xxi2c.c
204
struct sc16is7xx_sc *sc = (struct sc16is7xx_sc *)regs->cr_cookie;
sys/dev/i2c/sc16is7xxi2c.c
282
struct sc16is7xx_sc *sc = &isc->sc_sc16is7xx;
sys/dev/i2c/sc16is7xxi2c.c
46
struct sc16is7xx_sc sc_sc16is7xx;
sys/dev/ic/sc16is7xx.c
126
struct sc16is7xx_sc *sc = arg;
sys/dev/ic/sc16is7xx.c
134
struct sc16is7xx_sc *sc = arg;
sys/dev/ic/sc16is7xx.c
157
struct sc16is7xx_sc *sc = arg;
sys/dev/ic/sc16is7xx.c
168
sc16is7xx_to_gpio_flags(struct sc16is7xx_sc *sc, int pin, int nc,
sys/dev/ic/sc16is7xx.c
199
struct sc16is7xx_sc *sc = arg;
sys/dev/ic/sc16is7xx.c
213
struct sc16is7xx_sc *sc = arg;
sys/dev/ic/sc16is7xx.c
228
sc16is7xx_gpio_ctl_alt0(struct sc16is7xx_sc *sc, uint8_t bank_mask,
sys/dev/ic/sc16is7xx.c
246
sc16is7xx_gpio_ctl_inout(struct sc16is7xx_sc *sc, uint8_t bank_mask,
sys/dev/ic/sc16is7xx.c
274
struct sc16is7xx_sc *sc = arg;
sys/dev/ic/sc16is7xx.c
320
struct sc16is7xx_sc *sc;
sys/dev/ic/sc16is7xx.c
350
sc16is7xx_sysctl_init(struct sc16is7xx_sc *sc)
sys/dev/ic/sc16is7xx.c
411
sc16is7xx_attach(struct sc16is7xx_sc *sc)
sys/dev/ic/sc16is7xx.c
56
void sc16is7xx_attach(struct sc16is7xx_sc *);
sys/dev/ic/sc16is7xx.c
634
sc16is7xx_detach(struct sc16is7xx_sc *sc, int flags)
sys/dev/ic/sc16is7xx.c
64
sc16is7xx_comintr(struct sc16is7xx_sc *sc)
sys/dev/ic/sc16is7xx.c
80
struct sc16is7xx_sc *sc = arg;
sys/dev/ic/sc16is7xx_tty.c
123
struct sc16is7xx_sc *psc = device_private(parent);
sys/dev/ic/sc16is7xx_tty.c
53
struct sc16is7xx_sc *psc = sc->psc;
sys/dev/ic/sc16is7xx_tty.c
91
struct sc16is7xx_sc *psc = sc->psc;
sys/dev/ic/sc16is7xx_ttyvar.h
33
struct sc16is7xx_sc *psc;
sys/dev/ic/sc16is7xxvar.h
102
void sc16is7xx_attach(struct sc16is7xx_sc *);
sys/dev/ic/sc16is7xxvar.h
103
int sc16is7xx_detach(struct sc16is7xx_sc *, int);
sys/dev/ic/sc16is7xxvar.h
44
struct sc16is7xx_sc;
sys/dev/ic/sc16is7xxvar.h
47
int (*read_reg)(struct sc16is7xx_sc *, uint8_t, int, uint8_t *,
sys/dev/ic/sc16is7xxvar.h
49
int (*write_reg)(struct sc16is7xx_sc *, uint8_t, int, uint8_t *,
sys/dev/ic/sc16is7xxvar.h
51
void (*copy_handles)(struct sc16is7xx_sc *, struct com_regs *);
sys/dev/spi/sc16is7xxspi.c
114
sc16is7xxspi_write_register(struct sc16is7xx_sc *sc, uint8_t reg, int channel,
sys/dev/spi/sc16is7xxspi.c
129
sc16is7xxspi_copy_handles(struct sc16is7xx_sc *sc, struct com_regs *regs)
sys/dev/spi/sc16is7xxspi.c
144
struct sc16is7xx_sc *sc = (struct sc16is7xx_sc *)regs->cr_cookie;
sys/dev/spi/sc16is7xxspi.c
175
struct sc16is7xx_sc *sc = (struct sc16is7xx_sc *)regs->cr_cookie;
sys/dev/spi/sc16is7xxspi.c
201
struct sc16is7xx_sc *sc = (struct sc16is7xx_sc *)regs->cr_cookie;
sys/dev/spi/sc16is7xxspi.c
248
struct sc16is7xx_sc *sc = &ssc->sc_sc16is7xx;
sys/dev/spi/sc16is7xxspi.c
48
struct sc16is7xx_sc sc_sc16is7xx;
sys/dev/spi/sc16is7xxspi.c
99
sc16is7xxspi_read_register(struct sc16is7xx_sc *sc, uint8_t reg, int channel,