Home
last modified time | relevance | path

Searched refs:lm8323_chip (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/keyboard/
H A Dlm8323.c131 struct lm8323_chip *chip;
134 struct lm8323_chip { struct
151 #define client_to_lm8323(c) container_of(c, struct lm8323_chip, client) argument
152 #define dev_to_lm8323(d) container_of(d, struct lm8323_chip, client->dev)
163 static int lm8323_write(struct lm8323_chip *lm, int len, ...) in lm8323_write()
200 static int lm8323_read(struct lm8323_chip *lm, u8 cmd, u8 *buf, int len) in lm8323_read()
228 static void lm8323_set_active_time(struct lm8323_chip *lm, int time) in lm8323_set_active_time()
247 static void process_keys(struct lm8323_chip *lm) in process_keys()
298 static void lm8323_process_error(struct lm8323_chip *lm) in lm8323_process_error()
316 static void lm8323_reset(struct lm8323_chip *lm) in lm8323_reset()
[all …]