Searched refs:ucb1x00 (Results 1 – 7 of 7) sorted by relevance
120 struct ucb1x00 { struct146 struct ucb1x00 *ucb; argument160 #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 …]
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()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 …]
24 struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); \39 struct ucb1x00 *ucb = dev->ucb; in ucb1x00_assabet_add()
128 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o129 obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o132 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o
40 struct ucb1x00 *ucb;
26 static struct ucb1x00 *ucb;
265 14 = /dev/touchscreen/ucb1x00 UCB 1x00 touchscreen
Completed in 18 milliseconds