Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
A Ducb1x00.h120 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()
246 void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int, unsigned int);
247 void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int, unsigned int);
248 unsigned int ucb1x00_io_read(struct ucb1x00 *ucb);
254 void ucb1x00_adc_enable(struct ucb1x00 *ucb);
[all …]
/linux/drivers/mfd/
A Ducb1x00-core.c109 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()
211 void ucb1x00_adc_enable(struct ucb1x00 *ucb) in ucb1x00_adc_enable()
265 void ucb1x00_adc_disable(struct ucb1x00 *ucb) in ucb1x00_adc_disable()
496 struct ucb1x00 *ucb; in ucb1x00_probe()
614 struct ucb1x00 *ucb = mcp_get_drvdata(mcp); in ucb1x00_remove()
638 struct ucb1x00 *ucb; in ucb1x00_register_driver()
667 struct ucb1x00 *ucb = dev_get_drvdata(dev); in ucb1x00_suspend()
[all …]
A Ducb1x00-assabet.c24 struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); \
39 struct ucb1x00 *ucb = dev->ucb; in ucb1x00_assabet_add()
A DMakefile128 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o
129 obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o
132 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o
A Ducb1x00-ts.c40 struct ucb1x00 *ucb;
/linux/drivers/power/supply/
A Dcollie_battery.c26 static struct ucb1x00 *ucb;
/linux/Documentation/admin-guide/
A Ddevices.txt265 14 = /dev/touchscreen/ucb1x00 UCB 1x00 touchscreen

Completed in 18 milliseconds