[go: nahoru, domu]

Searched defs:gpio3 (Results 1 - 4 of 4) sorted by relevance

/drivers/input/touchscreen/
H A Dad7877.c119 /* If gpio3 is set AUX3/GPIO3 acts as GPIO Output */
196 bool gpio3; /* P: mutex */ member in struct:ad7877
209 static bool gpio3; variable
210 module_param(gpio3, bool, 0);
211 MODULE_PARM_DESC(gpio3, "If gpio3 is set to 1 AUX3 acts as GPIO3");
537 return sprintf(buf, "%u\n", ts->gpio3);
553 ts->gpio3 = !!val;
555 (ts->gpio4 << 4) | (ts->gpio3 << 5));
561 static DEVICE_ATTR(gpio3, 066
[all...]
/drivers/pcmcia/
H A Dti113x.h370 u8 gpio3, gpio3_old; local
445 gpio3 = gpio3_old = config_readb(socket, TI1250_GPIO3_CONTROL);
446 gpio3 &= ~TI1250_GPIO_MODE_MASK;
447 if (gpio3 != gpio3_old)
448 config_writeb(socket, TI1250_GPIO3_CONTROL, gpio3);
452 gpio3 = gpio3_old = 0;
469 if (gpio3 != gpio3_old)
751 u8 gpio3; local
801 /* those oldies use gpio3 for INTA */
802 gpio3
[all...]
/drivers/media/pci/cx23885/
H A Dcx23885.h179 u32 gpio0, gpio1, gpio2, gpio3; member in struct:cx23885_input
/drivers/media/pci/cx88/
H A Dcx88.h256 u32 gpio0, gpio1, gpio2, gpio3; member in struct:cx88_input

Completed in 179 milliseconds