Home
last modified time | relevance | path

Searched refs:gpio_key (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dgpio_key.c36 U_BOOT_DRIVER(gpio_key) = {
H A DMakefile24 obj-$(CONFIG_GPIO_KEY) += gpio_key.o
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-input.c122 u32 gpio_key = cx_read(MO_GP0_IO); in cx88_ir_handle_key() local
124 data = (data << 4) | ((gpio_key & 0xf0) >> 4); in cx88_ir_handle_key()