Searched refs:ucb1x00 (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/include/linux/mfd/ ! |
D | ucb1x00.h | 120 struct ucb1x00 { struct 146 struct ucb1x00 *ucb; argument 160 #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, dev) 171 static inline unsigned int ucb1x00_clkrate(struct ucb1x00 *ucb) in ucb1x00_clkrate() 182 static inline void ucb1x00_enable(struct ucb1x00 *ucb) in ucb1x00_enable() 195 static inline void ucb1x00_disable(struct ucb1x00 *ucb) in ucb1x00_disable() 209 static inline void ucb1x00_reg_write(struct ucb1x00 *ucb, unsigned int reg, unsigned int val) in ucb1x00_reg_write() 222 static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg) in ucb1x00_reg_read() 231 static inline void ucb1x00_set_audio_divisor(struct ucb1x00 *ucb, unsigned int div) in ucb1x00_set_audio_divisor() 241 static inline void ucb1x00_set_telecom_divisor(struct ucb1x00 *ucb, unsigned int div) in ucb1x00_set_telecom_divisor() [all …]
|
/linux-5.19.10/drivers/mfd/ ! |
D | ucb1x00-core.c | 50 void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out) in ucb1x00_io_set_dir() 78 void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int set, unsigned int clear) in ucb1x00_io_write() 102 unsigned int ucb1x00_io_read(struct ucb1x00 *ucb) in ucb1x00_io_read() 109 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_gpio_set() 126 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_gpio_get() 138 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_gpio_direction_input() 154 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_gpio_direction_output() 181 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_to_irq() 211 void ucb1x00_adc_enable(struct ucb1x00 *ucb) in ucb1x00_adc_enable() 237 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) in ucb1x00_adc_read() [all …]
|
D | ucb1x00-assabet.c | 24 struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); \ 39 struct ucb1x00 *ucb = dev->ucb; in ucb1x00_assabet_add()
|
D | Makefile | 128 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o 129 obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o 132 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o
|
D | ucb1x00-ts.c | 40 struct ucb1x00 *ucb;
|
/linux-5.19.10/drivers/power/supply/ ! |
D | collie_battery.c | 26 static struct ucb1x00 *ucb;
|
/linux-5.19.10/Documentation/admin-guide/ ! |
D | devices.txt | 265 14 = /dev/touchscreen/ucb1x00 UCB 1x00 touchscreen
|