Searched refs:gpio_oe (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/cx25840/
H A Dcx25840-firmware.c113 u32 gpio_oe = 0, gpio_da = 0; local
117 gpio_oe = cx25840_read(client, 0x160);
161 cx25840_write(client, 0x160, gpio_oe);
H A Dcx25840-core.c190 u8 gpio_oe, gpio_data, strength; local
193 gpio_oe = cx25840_read(client, 0x160);
226 gpio_oe |= (0x1 << 0);
231 gpio_oe &= ~(0x1 << 0);
243 gpio_oe |= (0x1 << 1);
252 gpio_oe &= ~(0x1 << 1);
265 gpio_oe |= (0x1 << 2);
270 gpio_oe &= ~(0x1 << 2);
283 gpio_oe |= (0x1 << 3);
288 gpio_oe
[all...]
/drivers/staging/rts5139/
H A Drts51x_card.c919 u8 gpio_oe[4] = { local
926 temp_reg ^= gpio_oe[gpio];
939 temp_reg | gpio_oe[gpio]);
950 u8 gpio_oe[4] = { local
959 gpio_oe[gpio]);
972 u8 gpio_oe[4] = { local
981 gpio_oe[gpio] | gpio_output[gpio]);

Completed in 84 milliseconds