Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_GPIO_KEY', if_true: files('gpio_key.c'))
/openbmc/u-boot/board/embest/mx6boards/
H A Dmx6boards.c649 int gpio_key = IMX_GPIO_NR(4, 16); in spl_start_uboot() local
651 gpio_direction_input(gpio_key); in spl_start_uboot()
652 if (gpio_get_value(gpio_key) == 0) in spl_start_uboot()
/openbmc/linux/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()