Searched refs:ucb1x00 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/include/linux/mfd/ |
D | ucb1x00.h | 121 struct ucb1x00 { struct 147 struct ucb1x00 *ucb; argument 161 #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, dev) 172 static inline unsigned int ucb1x00_clkrate(struct ucb1x00 *ucb) in ucb1x00_clkrate() 183 static inline void ucb1x00_enable(struct ucb1x00 *ucb) in ucb1x00_enable() 196 static inline void ucb1x00_disable(struct ucb1x00 *ucb) in ucb1x00_disable() 210 static inline void ucb1x00_reg_write(struct ucb1x00 *ucb, unsigned int reg, unsigned int val) in ucb1x00_reg_write() 223 static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg) in ucb1x00_reg_read() 232 static inline void ucb1x00_set_audio_divisor(struct ucb1x00 *ucb, unsigned int div) in ucb1x00_set_audio_divisor() 242 static inline void ucb1x00_set_telecom_divisor(struct ucb1x00 *ucb, unsigned int div) in ucb1x00_set_telecom_divisor() [all …]
|
/Linux-v6.6/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-v6.6/drivers/power/supply/ |
D | collie_battery.c | 26 static struct ucb1x00 *ucb;
|
/Linux-v6.6/Documentation/admin-guide/ |
D | devices.txt | 265 14 = /dev/touchscreen/ucb1x00 UCB 1x00 touchscreen
|