cros_ec_softc
cros_ec_i2c_command(struct cros_ec_softc *sc, uint8_t cmd, int cmd_version,
cros_ec_send_command(struct cros_ec_softc *sc, uint8_t cmd, int cmd_version,
cros_ec_command(struct cros_ec_softc *sc, uint8_t cmd,
cros_ec_command_inptr(struct cros_ec_softc *sc, uint8_t cmd,
cros_ec_scan_keyboard(struct cros_ec_softc *sc, uint8_t *scan, int len)
cros_ec_info(struct cros_ec_softc *sc, struct ec_response_cros_ec_info *info)
int cros_ec_send_command(struct cros_ec_softc *, uint8_t,
int cros_ec_command(struct cros_ec_softc *, uint8_t,
int cros_ec_command_inptr(struct cros_ec_softc *, uint8_t,
int cros_ec_i2c_command(struct cros_ec_softc *, uint8_t,
sizeof(struct cros_ec_softc), cros_ec_match, cros_ec_attach
struct cros_ec_softc *sc = (struct cros_ec_softc *)self;
cros_ec_check_version(struct cros_ec_softc *sc)
cros_ec_init_keyboard(struct cros_ec_softc *sc)
struct cros_ec_softc *sc = (struct cros_ec_softc *)arg;
struct cros_ec_softc *sc = (struct cros_ec_softc *)arg;
cros_ec_get_keystate(struct cros_ec_softc *sc)
struct cros_ec_softc *sc = v;
struct cros_ec_softc *sc = v;
int cros_ec_get_keystate(struct cros_ec_softc *);
int cros_ec_check_version(struct cros_ec_softc *);
int cros_ec_scan_keyboard(struct cros_ec_softc *, uint8_t *, int);
int cros_ec_info(struct cros_ec_softc *, struct ec_response_cros_ec_info *);
int cros_ec_init_keyboard(struct cros_ec_softc *);