Searched refs:ucb1x00 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mfd/
H A DMakefile9 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o
10 obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o
13 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o
H A Ducb1x00.h2 * linux/drivers/mfd/ucb1x00.h
110 struct ucb1x00 { struct
133 struct ucb1x00 *ucb;
147 #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, cdev)
158 static inline unsigned int ucb1x00_clkrate(struct ucb1x00 *ucb)
169 static inline void ucb1x00_enable(struct ucb1x00 *ucb)
182 static inline void ucb1x00_disable(struct ucb1x00 *ucb)
196 static inline void ucb1x00_reg_write(struct ucb1x00 *ucb, unsigned int reg, unsigned int val)
209 static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg)
218 static inline void ucb1x00_set_audio_divisor(struct ucb1x00 *uc
[all...]
H A Ducb1x00-core.c2 * linux/drivers/mfd/ucb1x00-core.c
31 #include "ucb1x00.h"
53 void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out)
81 void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int set, unsigned int clear)
105 unsigned int ucb1x00_io_read(struct ucb1x00 *ucb)
123 * Enable the ucb1x00 and ADC converter on the UCB1x00 for use.
135 void ucb1x00_adc_enable(struct ucb1x00 *ucb)
161 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync)
189 void ucb1x00_adc_disable(struct ucb1x00 *ucb)
208 struct ucb1x00 *uc
[all...]
H A Ducb1x00-assabet.c2 * linux/drivers/mfd/ucb1x00-assabet.c
20 #include "ucb1x00.h"
25 struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); \
H A Ducb1x00-ts.c39 #include "ucb1x00.h"
44 struct ucb1x00 *ucb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dcollie_pm.c35 #include "../drivers/mfd/ucb1x00.h"
37 static struct ucb1x00 *ucb;

Completed in 65 milliseconds