Searched refs:lm8323_chip (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | lm8323.c | 130 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, ...) 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 *l [all...] |
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | lm8323.c | 130 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, ...) 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 *l [all...] |
Completed in 3 milliseconds