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

/linux-master/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)
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, ...)
199 static int lm8323_read(struct lm8323_chip *lm, u8 cmd, u8 *buf, int len)
227 static void lm8323_set_active_time(struct lm8323_chip *lm, int time)
246 static void process_keys(struct lm8323_chip *lm)
297 static void lm8323_process_error(struct lm8323_chip *lm)
315 static void lm8323_reset(struct lm8323_chip *l
[all...]

Completed in 159 milliseconds