Searched refs:gpio_key (Results 1 – 4 of 4) sorted by relevance
649 int gpio_key = IMX_GPIO_NR(4, 16); in spl_start_uboot() local651 gpio_direction_input(gpio_key); in spl_start_uboot()652 if (gpio_get_value(gpio_key) == 0) in spl_start_uboot()
1 system_ss.add(when: 'CONFIG_GPIO_KEY', if_true: files('gpio_key.c'))
122 u32 gpio_key = cx_read(MO_GP0_IO); in cx88_ir_handle_key() local124 data = (data << 4) | ((gpio_key & 0xf0) >> 4); in cx88_ir_handle_key()
[all...]