Searched refs:ucb (Results 1 - 25 of 53) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mfd/
H A Ducb1x00-core.c39 * @ucb: UCB1x00 structure describing chip
53 void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out) argument
57 spin_lock_irqsave(&ucb->io_lock, flags);
58 ucb->io_dir |= out;
59 ucb->io_dir &= ~in;
61 ucb1x00_reg_write(ucb, UCB_IO_DIR, ucb->io_dir);
62 spin_unlock_irqrestore(&ucb->io_lock, flags);
67 * @ucb: UCB1x00 structure describing chip
81 void ucb1x00_io_write(struct ucb1x00 *ucb, unsigne argument
105 ucb1x00_io_read(struct ucb1x00 *ucb) argument
135 ucb1x00_adc_enable(struct ucb1x00 *ucb) argument
161 ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) argument
189 ucb1x00_adc_disable(struct ucb1x00 *ucb) argument
208 struct ucb1x00 *ucb = devid; local
242 ucb1x00_hook_irq(struct ucb1x00 *ucb, unsigned int idx, void (*fn)(int, void *), void *devid) argument
272 ucb1x00_enable_irq(struct ucb1x00 *ucb, unsigned int idx, int edges) argument
301 ucb1x00_disable_irq(struct ucb1x00 *ucb, unsigned int idx, int edges) argument
335 ucb1x00_free_irq(struct ucb1x00 *ucb, unsigned int idx, void *devid) argument
368 ucb1x00_add_dev(struct ucb1x00 *ucb, struct ucb1x00_driver *drv) argument
417 ucb1x00_detect_irq(struct ucb1x00 *ucb) argument
463 struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); local
474 struct ucb1x00 *ucb; local
546 struct ucb1x00 *ucb = mcp_get_drvdata(mcp); local
563 struct ucb1x00 *ucb; local
590 struct ucb1x00 *ucb = mcp_get_drvdata(mcp); local
604 struct ucb1x00 *ucb = mcp_get_drvdata(mcp); local
[all...]
H A Ducb1x00-assabet.c25 struct ucb1x00 *ucb = classdev_to_ucb1x00(dev); \
27 ucb1x00_adc_enable(ucb); \
28 val = ucb1x00_adc_read(ucb, input, UCB_NOSYNC); \
29 ucb1x00_adc_disable(ucb); \
40 class_device_create_file(&dev->ucb->cdev, &class_device_attr_vbatt);
41 class_device_create_file(&dev->ucb->cdev, &class_device_attr_vcharger);
42 class_device_create_file(&dev->ucb->cdev, &class_device_attr_batt_temp);
48 class_device_remove_file(&dev->ucb->cdev, &class_device_attr_batt_temp);
49 class_device_remove_file(&dev->ucb->cdev, &class_device_attr_vcharger);
50 class_device_remove_file(&dev->ucb
[all...]
H A Ducb1x00.h133 struct ucb1x00 *ucb; member in struct:ucb1x00_dev
154 * @ucb: UCB1x00 structure describing chip
158 static inline unsigned int ucb1x00_clkrate(struct ucb1x00 *ucb) argument
160 return mcp_get_sclk_rate(ucb->mcp);
165 * @ucb: UCB1x00 structure describing chip
169 static inline void ucb1x00_enable(struct ucb1x00 *ucb) argument
171 mcp_enable(ucb->mcp);
176 * @ucb: UCB1x00 structure describing chip
182 static inline void ucb1x00_disable(struct ucb1x00 *ucb) argument
184 mcp_disable(ucb
196 ucb1x00_reg_write(struct ucb1x00 *ucb, unsigned int reg, unsigned int val) argument
209 ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg) argument
218 ucb1x00_set_audio_divisor(struct ucb1x00 *ucb, unsigned int div) argument
228 ucb1x00_set_telecom_divisor(struct ucb1x00 *ucb, unsigned int div) argument
[all...]
H A Ducb1x00-ts.c44 struct ucb1x00 *ucb; member in struct:ucb1x00_ts
80 ucb1x00_reg_write(ts->ucb, UCB_TS_CR,
93 ucb1x00_io_write(ts->ucb, COLLIE_TC35143_GPIO_TBL_CHK, 0);
94 ucb1x00_reg_write(ts->ucb, UCB_TS_CR,
100 return ucb1x00_adc_read(ts->ucb, UCB_ADC_INP_AD2, ts->adcsync);
102 ucb1x00_reg_write(ts->ucb, UCB_TS_CR,
107 return ucb1x00_adc_read(ts->ucb, UCB_ADC_INP_TSPY, ts->adcsync);
120 ucb1x00_io_write(ts->ucb, 0, COLLIE_TC35143_GPIO_TBL_CHK);
122 ucb1x00_reg_write(ts->ucb, UCB_TS_CR,
125 ucb1x00_reg_write(ts->ucb, UCB_TS_C
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/touchscreen/
H A Ducb1400_ts.c103 static inline u16 ucb1400_reg_read(struct ucb1400 *ucb, u16 reg) argument
105 return ucb->ac97->bus->ops->read(ucb->ac97, reg);
108 static inline void ucb1400_reg_write(struct ucb1400 *ucb, u16 reg, u16 val) argument
110 ucb->ac97->bus->ops->write(ucb->ac97, reg, val);
113 static inline void ucb1400_adc_enable(struct ucb1400 *ucb) argument
115 ucb1400_reg_write(ucb, UCB_ADC_CR, UCB_ADC_ENA);
118 static unsigned int ucb1400_adc_read(struct ucb1400 *ucb, u16 adc_channel) argument
122 if (ucb
140 ucb1400_adc_disable(struct ucb1400 *ucb) argument
146 ucb1400_ts_mode_int(struct ucb1400 *ucb) argument
158 ucb1400_ts_read_pressure(struct ucb1400 *ucb) argument
174 ucb1400_ts_read_xpos(struct ucb1400 *ucb) argument
197 ucb1400_ts_read_ypos(struct ucb1400 *ucb) argument
218 ucb1400_ts_read_xres(struct ucb1400 *ucb) argument
230 ucb1400_ts_read_yres(struct ucb1400 *ucb) argument
238 ucb1400_ts_pen_down(struct ucb1400 *ucb) argument
244 ucb1400_ts_irq_enable(struct ucb1400 *ucb) argument
251 ucb1400_ts_irq_disable(struct ucb1400 *ucb) argument
270 ucb1400_handle_pending_irq(struct ucb1400 *ucb) argument
288 struct ucb1400 *ucb = _ucb; local
362 struct ucb1400 *ucb = devid; local
375 struct ucb1400 *ucb = input_get_drvdata(idev); local
391 struct ucb1400 *ucb = input_get_drvdata(idev); local
403 struct ucb1400 *ucb = dev_get_drvdata(dev); local
428 ucb1400_detect_irq(struct ucb1400 *ucb) argument
476 struct ucb1400 *ucb; local
550 struct ucb1400 *ucb = dev_get_drvdata(dev); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dcollie_pm.c37 static struct ucb1x00 *ucb; variable in typeref:struct:ucb1x00
62 ucb1x00_io_set_dir(ucb, 0, COLLIE_TC35143_GPIO_MBAT_ON | COLLIE_TC35143_GPIO_TMP_ON |
70 ucb1x00_io_write(ucb, COLLIE_TC35143_GPIO_TMP_ON, 0);
72 ucb1x00_io_write(ucb, 0, COLLIE_TC35143_GPIO_TMP_ON);
120 ucb1x00_adc_enable(ucb);
122 ucb1x00_io_write(ucb, COLLIE_TC35143_GPIO_BBAT_ON, 0);
123 voltage = ucb1x00_adc_read(ucb, UCB_ADC_INP_AD1, UCB_SYNC);
125 ucb1x00_io_write(ucb, 0, COLLIE_TC35143_GPIO_BBAT_ON);
126 ucb1x00_adc_disable(ucb);
137 ucb1x00_adc_enable(ucb);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/scripts/
H A Dadd-disk45 /usr/ucb/ucblinks # Compatibility links
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dconfigure580 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
888 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
900 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconfigure316 for dir in $PATH /usr/ucb; do
1598 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2462 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2479 /usr/ucb/* ) ;;
2782 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfigure56 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
57 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
58 as_echo_n='/usr/ucb/echo -n'
609 for dir in $PATH /usr/ucb; do
2338 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2358 /usr/ucb/* ) ;;
2957 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3956 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
8815 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
8816 as_echo_body='eval /usr/ucb/ech
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfigure322 for dir in $PATH /usr/ucb; do
1497 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1514 /usr/ucb/* ) ;;
2105 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3156 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/
H A Dconfigure1816 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1835 /usr/ucb/* ) ;;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A Dconfigure1695 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1714 /usr/ucb/* ) ;;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/bridge-1.x/
H A Dconfigure1341 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1360 /usr/ucb/* ) ;;
1936 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2866 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2885 /usr/ucb/* ) ;;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfigure53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
594 for dir in $PATH /usr/ucb; do
2307 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2327 /usr/ucb/* ) ;;
3045 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4488 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4849 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
13110 if test "X`(/usr/ucb/ech
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/
H A Dconfigure53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
593 for dir in $PATH /usr/ucb; do
2592 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2612 /usr/ucb/* ) ;;
3217 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4717 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5078 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
11454 if test "X`(/usr/ucb/ech
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/
H A Dconfigure53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
594 for dir in $PATH /usr/ucb; do
2444 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2464 /usr/ucb/* ) ;;
3165 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4988 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5349 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
13810 if test "X`(/usr/ucb/ech
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/
H A Dconfigure1253 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1270 /usr/ucb/* ) ;;
1855 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2786 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2803 /usr/ucb/* ) ;;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A Dconfigure617 for dir in $PATH /usr/ucb; do
1973 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1992 /usr/ucb/* ) ;;
2575 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3513 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3532 /usr/ucb/* ) ;;
4181 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlx/
H A Dconfigure1740 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1759 /usr/ucb/* ) ;;
2341 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathly/
H A Dconfigure1740 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1759 /usr/ucb/* ) ;;
2341 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlyx/
H A Dconfigure1745 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1764 /usr/ucb/* ) ;;
2346 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlz/
H A Dconfigure1740 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1759 /usr/ucb/* ) ;;
2341 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlzyx/
H A Dconfigure1750 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1769 /usr/ucb/* ) ;;
2351 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dconfigure617 for dir in $PATH /usr/ucb; do
1973 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1992 /usr/ucb/* ) ;;
2577 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3987 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4006 /usr/ucb/* ) ;;
4654 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do

Completed in 471 milliseconds

123