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.c130 struct lm8323_chip *chip;
133 struct lm8323_chip { struct
150 #define client_to_lm8323(c) container_of(c, struct lm8323_chip, client) argument
151 #define dev_to_lm8323(d) container_of(d, struct lm8323_chip, client->dev)
162 static int lm8323_write(struct lm8323_chip *lm, int len, ...) in lm8323_write()
199 static int lm8323_read(struct lm8323_chip *lm, u8 cmd, u8 *buf, int len) in lm8323_read()
227 static void lm8323_set_active_time(struct lm8323_chip *lm, int time) in lm8323_set_active_time()
246 static void process_keys(struct lm8323_chip *lm) in process_keys()
297 static void lm8323_process_error(struct lm8323_chip *lm) in lm8323_process_error()
315 static void lm8323_reset(struct lm8323_chip *lm) in lm8323_reset()
[all …]