Searched refs:GPIO_OUT (Results 1 - 25 of 36) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-ixp2000.c58 gpio_line_config(ixp2000_scl_pin(data), GPIO_OUT); local
67 gpio_line_config(ixp2000_sda_pin(data), GPIO_OUT); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dcorgikbd.c277 pxa_gpio_mode(CORGI_GPIO_KEY_STROBE(i) | GPIO_OUT | GPIO_DFLT_HIGH);
357 pxa_gpio_mode(CORGI_GPIO_KEY_STROBE(i) | GPIO_OUT | GPIO_DFLT_HIGH);
H A Dspitzkbd.c332 pxa_gpio_mode(spitz_strobes[i] | GPIO_OUT | GPIO_DFLT_HIGH);
414 pxa_gpio_mode(spitz_strobes[i] | GPIO_OUT | GPIO_DFLT_HIGH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481.h86 #define GPIO_OUT 0x53 /* GPIO pins output register */ macro
H A Dst5481_b.c162 st5481_usb_device_ctrl_msg(adapter, GPIO_OUT, leds, NULL, NULL);
252 st5481_usb_device_ctrl_msg(adapter, GPIO_OUT, adapter->leds, NULL, NULL);
H A Dst5481_d.c579 st5481_usb_device_ctrl_msg(adapter, GPIO_OUT, adapter->leds, NULL, NULL);
593 st5481_usb_device_ctrl_msg(adapter, GPIO_OUT, adapter->leds, NULL, NULL);
H A Dst5481_usb.c360 GPIO_OUT,RED_LED,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddib0700_devices.c71 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(10);
72 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1); msleep(10);
73 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0); msleep(10);
74 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1); msleep(10);
77 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
79 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 0);
82 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(10);
229 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
230 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(50);
232 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT,
[all...]
H A Ddib07x0.h19 #define GPIO_OUT 1 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ep93xx/
H A Dcore.c201 if (direction == GPIO_OUT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-imx/
H A Dgeneric.c52 if(gpio_mode & GPIO_OUT)
H A Dmx1ads.c134 imx_gpio_mode(GPIO_PORTA | GPIO_OUT | 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dcore.c291 if (direction == GPIO_OUT) {
H A Dixdp2x00.c305 gpio_line_config(IXDP2X00_GPIO_I2C_ENABLE, GPIO_OUT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dcorgi.c223 pxa_gpio_mode(CORGI_GPIO_SD_PWR | GPIO_OUT);
340 pxa_gpio_mode(CORGI_GPIO_IR_ON | GPIO_OUT);
H A Dcorgi_pm.c40 pxa_gpio_mode(CORGI_GPIO_ADC_TEMP_ON | GPIO_OUT);
41 pxa_gpio_mode(CORGI_GPIO_CHRG_ON | GPIO_OUT);
42 pxa_gpio_mode(CORGI_GPIO_CHRG_UKN | GPIO_OUT);
H A Dcorgi_ssp.c212 pxa_gpio_mode(ssp_machinfo->cs_lcdcon | GPIO_OUT | GPIO_DFLT_HIGH);
214 pxa_gpio_mode(ssp_machinfo->cs_max1111 | GPIO_OUT | GPIO_DFLT_HIGH);
216 pxa_gpio_mode(ssp_machinfo->cs_ads7846 | GPIO_OUT | GPIO_DFLT_HIGH);
H A Dleds-trizeps4.c44 pxa_gpio_mode( GPIO_SYS_BUSY_LED | GPIO_OUT); /* LED1 */
45 pxa_gpio_mode( GPIO_HEARTBEAT_LED | GPIO_OUT); /* LED2 */
H A Dpoodle.c209 pxa_gpio_mode(POODLE_GPIO_SD_PWR | GPIO_OUT);
210 pxa_gpio_mode(POODLE_GPIO_SD_PWR1 | GPIO_OUT);
385 pxa_gpio_mode(POODLE_GPIO_USB_PULLUP | GPIO_OUT);
386 pxa_gpio_mode(POODLE_GPIO_IR_ON | GPIO_OUT);
H A Dspitz.c357 pxa_gpio_mode(SPITZ_GPIO_USB_HOST | GPIO_OUT);
462 pxa_gpio_mode(SPITZ_GPIO_ON_RESET | GPIO_OUT);
H A Dspitz_pm.c110 pxa_gpio_mode(GPIO18_RDY|GPIO_OUT | GPIO_DFLT_HIGH);
H A Dtosa.c236 pxa_gpio_mode(GPIO47_STTXD|GPIO_OUT);
275 pxa_gpio_mode(TOSA_GPIO_ON_RESET | GPIO_OUT);
H A Dtrizeps4.c472 pxa_gpio_mode( GPIO_SYS_BUSY_LED | GPIO_OUT); /* LED1 */
473 pxa_gpio_mode( GPIO_HEARTBEAT_LED | GPIO_OUT); /* LED2 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-iop/
H A Dgpio.c23 } else if (direction == GPIO_OUT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datarihw.h404 #define GPIO_OUT 1 macro

Completed in 183 milliseconds

12