Symbol: ucb1x00
drivers/mfd/ucb1x00-assabet.c
24
struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); \
drivers/mfd/ucb1x00-assabet.c
39
struct ucb1x00 *ucb = dev->ucb;
drivers/mfd/ucb1x00-core.c
102
unsigned int ucb1x00_io_read(struct ucb1x00 *ucb)
drivers/mfd/ucb1x00-core.c
110
struct ucb1x00 *ucb = gpiochip_get_data(chip);
drivers/mfd/ucb1x00-core.c
129
struct ucb1x00 *ucb = gpiochip_get_data(chip);
drivers/mfd/ucb1x00-core.c
141
struct ucb1x00 *ucb = gpiochip_get_data(chip);
drivers/mfd/ucb1x00-core.c
157
struct ucb1x00 *ucb = gpiochip_get_data(chip);
drivers/mfd/ucb1x00-core.c
184
struct ucb1x00 *ucb = gpiochip_get_data(chip);
drivers/mfd/ucb1x00-core.c
214
void ucb1x00_adc_enable(struct ucb1x00 *ucb)
drivers/mfd/ucb1x00-core.c
240
unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync)
drivers/mfd/ucb1x00-core.c
268
void ucb1x00_adc_disable(struct ucb1x00 *ucb)
drivers/mfd/ucb1x00-core.c
287
struct ucb1x00 *ucb = irq_desc_get_handler_data(desc);
drivers/mfd/ucb1x00-core.c
301
static void ucb1x00_irq_update(struct ucb1x00 *ucb, unsigned mask)
drivers/mfd/ucb1x00-core.c
319
struct ucb1x00 *ucb = irq_data_get_irq_chip_data(data);
drivers/mfd/ucb1x00-core.c
330
struct ucb1x00 *ucb = irq_data_get_irq_chip_data(data);
drivers/mfd/ucb1x00-core.c
341
struct ucb1x00 *ucb = irq_data_get_irq_chip_data(data);
drivers/mfd/ucb1x00-core.c
367
struct ucb1x00 *ucb = irq_data_get_irq_chip_data(data);
drivers/mfd/ucb1x00-core.c
393
static int ucb1x00_add_dev(struct ucb1x00 *ucb, struct ucb1x00_driver *drv)
drivers/mfd/ucb1x00-core.c
444
static int ucb1x00_detect_irq(struct ucb1x00 *ucb)
drivers/mfd/ucb1x00-core.c
486
struct ucb1x00 *ucb = classdev_to_ucb1x00(dev);
drivers/mfd/ucb1x00-core.c
499
struct ucb1x00 *ucb;
drivers/mfd/ucb1x00-core.c
50
void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out)
drivers/mfd/ucb1x00-core.c
516
ucb = kzalloc_obj(struct ucb1x00);
drivers/mfd/ucb1x00-core.c
617
struct ucb1x00 *ucb = mcp_get_drvdata(mcp);
drivers/mfd/ucb1x00-core.c
641
struct ucb1x00 *ucb;
drivers/mfd/ucb1x00-core.c
669
struct ucb1x00 *ucb = dev_get_drvdata(dev);
drivers/mfd/ucb1x00-core.c
701
struct ucb1x00 *ucb = dev_get_drvdata(dev);
drivers/mfd/ucb1x00-core.c
78
void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int set, unsigned int clear)
drivers/mfd/ucb1x00-ts.c
40
struct ucb1x00 *ucb;
drivers/power/supply/collie_battery.c
26
static struct ucb1x00 *ucb;
include/linux/mfd/ucb1x00.h
147
struct ucb1x00 *ucb;
include/linux/mfd/ucb1x00.h
161
#define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, dev)
include/linux/mfd/ucb1x00.h
172
static inline unsigned int ucb1x00_clkrate(struct ucb1x00 *ucb)
include/linux/mfd/ucb1x00.h
183
static inline void ucb1x00_enable(struct ucb1x00 *ucb)
include/linux/mfd/ucb1x00.h
196
static inline void ucb1x00_disable(struct ucb1x00 *ucb)
include/linux/mfd/ucb1x00.h
210
static inline void ucb1x00_reg_write(struct ucb1x00 *ucb, unsigned int reg, unsigned int val)
include/linux/mfd/ucb1x00.h
223
static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg)
include/linux/mfd/ucb1x00.h
232
static inline void ucb1x00_set_audio_divisor(struct ucb1x00 *ucb, unsigned int div)
include/linux/mfd/ucb1x00.h
242
static inline void ucb1x00_set_telecom_divisor(struct ucb1x00 *ucb, unsigned int div)
include/linux/mfd/ucb1x00.h
247
void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int, unsigned int);
include/linux/mfd/ucb1x00.h
248
void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int, unsigned int);
include/linux/mfd/ucb1x00.h
249
unsigned int ucb1x00_io_read(struct ucb1x00 *ucb);
include/linux/mfd/ucb1x00.h
254
unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync);
include/linux/mfd/ucb1x00.h
255
void ucb1x00_adc_enable(struct ucb1x00 *ucb);
include/linux/mfd/ucb1x00.h
256
void ucb1x00_adc_disable(struct ucb1x00 *ucb);