HomeSort by: relevance | last modified time | path
    Searched refs:sc16is7xx_sc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
sc16is7xxvar.h 44 struct sc16is7xx_sc;
47 int (*read_reg)(struct sc16is7xx_sc *, uint8_t, int, uint8_t *,
49 int (*write_reg)(struct sc16is7xx_sc *, uint8_t, int, uint8_t *,
51 void (*copy_handles)(struct sc16is7xx_sc *, struct com_regs *);
57 struct sc16is7xx_sc { struct
90 void sc16is7xx_attach(struct sc16is7xx_sc *);
91 int sc16is7xx_detach(struct sc16is7xx_sc *, int);
sc16is7xx.c 57 void sc16is7xx_attach(struct sc16is7xx_sc *);
65 sc16is7xx_comintr(struct sc16is7xx_sc *sc)
81 struct sc16is7xx_sc *sc = arg;
109 struct sc16is7xx_sc *sc = arg;
120 struct sc16is7xx_sc *sc = arg;
148 struct sc16is7xx_sc *sc = arg;
159 sc16is7xx_to_gpio_flags(struct sc16is7xx_sc *sc, int pin, int nc,
190 struct sc16is7xx_sc *sc = arg;
204 struct sc16is7xx_sc *sc = arg;
219 sc16is7xx_gpio_ctl_alt0(struct sc16is7xx_sc *sc, uint8_t bank_mask
    [all...]
sc16is7xx_tty.c 114 struct sc16is7xx_sc *psc = device_private(parent);
  /src/sys/dev/i2c/
sc16is7xxi2c.c 46 struct sc16is7xx_sc sc_sc16is7xx;
59 CFATTACH_DECL_NEW(sc16is7xxi2c, sizeof(struct sc16is7xx_sc),
102 sc16is7xxi2c_read_register(struct sc16is7xx_sc *sc, uint8_t reg, int channel,
117 sc16is7xxi2c_write_register(struct sc16is7xx_sc *sc, uint8_t reg, int channel,
132 sc16is7xxi2c_copy_handles(struct sc16is7xx_sc *sc, struct com_regs *regs)
233 struct sc16is7xx_sc *sc = &isc->sc_sc16is7xx;
  /src/sys/dev/spi/
sc16is7xxspi.c 48 struct sc16is7xx_sc sc_sc16is7xx;
59 CFATTACH_DECL_NEW(sc16is7xxspi, sizeof(struct sc16is7xx_sc),
99 sc16is7xxspi_read_register(struct sc16is7xx_sc *sc, uint8_t reg, int channel,
114 sc16is7xxspi_write_register(struct sc16is7xx_sc *sc, uint8_t reg, int channel,
129 sc16is7xxspi_copy_handles(struct sc16is7xx_sc *sc, struct com_regs *regs)
199 struct sc16is7xx_sc *sc = &ssc->sc_sc16is7xx;

Completed in 121 milliseconds