ucb1x00 24 drivers/mfd/ucb1x00-assabet.c struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); \ ucb1x00 39 drivers/mfd/ucb1x00-assabet.c struct ucb1x00 *ucb = dev->ucb; ucb1x00 50 drivers/mfd/ucb1x00-core.c void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out) ucb1x00 78 drivers/mfd/ucb1x00-core.c void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int set, unsigned int clear) ucb1x00 102 drivers/mfd/ucb1x00-core.c unsigned int ucb1x00_io_read(struct ucb1x00 *ucb) ucb1x00 109 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = gpiochip_get_data(chip); ucb1x00 126 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = gpiochip_get_data(chip); ucb1x00 138 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = gpiochip_get_data(chip); ucb1x00 154 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = gpiochip_get_data(chip); ucb1x00 181 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = gpiochip_get_data(chip); ucb1x00 211 drivers/mfd/ucb1x00-core.c void ucb1x00_adc_enable(struct ucb1x00 *ucb) ucb1x00 237 drivers/mfd/ucb1x00-core.c unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) ucb1x00 265 drivers/mfd/ucb1x00-core.c void ucb1x00_adc_disable(struct ucb1x00 *ucb) ucb1x00 284 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = irq_desc_get_handler_data(desc); ucb1x00 298 drivers/mfd/ucb1x00-core.c static void ucb1x00_irq_update(struct ucb1x00 *ucb, unsigned mask) ucb1x00 316 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = irq_data_get_irq_chip_data(data); ucb1x00 327 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = irq_data_get_irq_chip_data(data); ucb1x00 338 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = irq_data_get_irq_chip_data(data); ucb1x00 364 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = irq_data_get_irq_chip_data(data); ucb1x00 390 drivers/mfd/ucb1x00-core.c static int ucb1x00_add_dev(struct ucb1x00 *ucb, struct ucb1x00_driver *drv) ucb1x00 441 drivers/mfd/ucb1x00-core.c static int ucb1x00_detect_irq(struct ucb1x00 *ucb) ucb1x00 483 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); ucb1x00 496 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb; ucb1x00 513 drivers/mfd/ucb1x00-core.c ucb = kzalloc(sizeof(struct ucb1x00), GFP_KERNEL); ucb1x00 614 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = mcp_get_drvdata(mcp); ucb1x00 638 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb; ucb1x00 667 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = dev_get_drvdata(dev); ucb1x00 699 drivers/mfd/ucb1x00-core.c struct ucb1x00 *ucb = dev_get_drvdata(dev); ucb1x00 40 drivers/mfd/ucb1x00-ts.c struct ucb1x00 *ucb; ucb1x00 24 drivers/power/supply/collie_battery.c static struct ucb1x00 *ucb; ucb1x00 146 include/linux/mfd/ucb1x00.h struct ucb1x00 *ucb; ucb1x00 160 include/linux/mfd/ucb1x00.h #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, dev) ucb1x00 171 include/linux/mfd/ucb1x00.h static inline unsigned int ucb1x00_clkrate(struct ucb1x00 *ucb) ucb1x00 182 include/linux/mfd/ucb1x00.h static inline void ucb1x00_enable(struct ucb1x00 *ucb) ucb1x00 195 include/linux/mfd/ucb1x00.h static inline void ucb1x00_disable(struct ucb1x00 *ucb) ucb1x00 209 include/linux/mfd/ucb1x00.h static inline void ucb1x00_reg_write(struct ucb1x00 *ucb, unsigned int reg, unsigned int val) ucb1x00 222 include/linux/mfd/ucb1x00.h static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg) ucb1x00 231 include/linux/mfd/ucb1x00.h static inline void ucb1x00_set_audio_divisor(struct ucb1x00 *ucb, unsigned int div) ucb1x00 241 include/linux/mfd/ucb1x00.h static inline void ucb1x00_set_telecom_divisor(struct ucb1x00 *ucb, unsigned int div) ucb1x00 246 include/linux/mfd/ucb1x00.h void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int, unsigned int); ucb1x00 247 include/linux/mfd/ucb1x00.h void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int, unsigned int); ucb1x00 248 include/linux/mfd/ucb1x00.h unsigned int ucb1x00_io_read(struct ucb1x00 *ucb); ucb1x00 253 include/linux/mfd/ucb1x00.h unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync); ucb1x00 254 include/linux/mfd/ucb1x00.h void ucb1x00_adc_enable(struct ucb1x00 *ucb); ucb1x00 255 include/linux/mfd/ucb1x00.h void ucb1x00_adc_disable(struct ucb1x00 *ucb);