Searched refs:gpio_key (Results 1 – 3 of 3) sorted by relevance
36 U_BOOT_DRIVER(gpio_key) = {
24 obj-$(CONFIG_GPIO_KEY) += gpio_key.o
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()