Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/keyboard/
Dlm8323.c142 struct lm8323_chip *chip;
145 struct lm8323_chip { struct
162 #define client_to_lm8323(c) container_of(c, struct lm8323_chip, client) argument
163 #define dev_to_lm8323(d) container_of(d, struct lm8323_chip, client->dev)
174 static int lm8323_write(struct lm8323_chip *lm, int len, ...) in lm8323_write()
211 static int lm8323_read(struct lm8323_chip *lm, u8 cmd, u8 *buf, int len) in lm8323_read()
239 static void lm8323_set_active_time(struct lm8323_chip *lm, int time) in lm8323_set_active_time()
258 static void process_keys(struct lm8323_chip *lm) in process_keys()
309 static void lm8323_process_error(struct lm8323_chip *lm) in lm8323_process_error()
327 static void lm8323_reset(struct lm8323_chip *lm) in lm8323_reset()
[all …]