Home
last modified time | relevance | path

Searched refs:xlate (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dinput.h34 const uchar *xlate; /* keycode to ASCII table */ member
110 int right_keycode, const uchar *xlate, int num_entries);
/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c149 const uchar *xlate; /* Ascii code for each keycode */ member
463 if (key >= table->num_entries || table->xlate[key] == 0xff) { in input_keycodes_to_ascii()
479 ch = table->xlate[key]; in input_keycodes_to_ascii()
582 int right_keycode, const uchar *xlate, int num_entries) in input_add_table() argument
594 table->xlate = xlate; in input_add_table()
631 entry->right_keycode, entry->xlate, in input_add_tables()
/rk3399_rockchip-uboot/drivers/gpio/
H A D74x164_gpio.c123 .xlate = gen_74x164_xlate,
H A Dsandbox.c194 .xlate = sb_gpio_xlate,
H A Dtegra186_gpio.c163 .xlate = tegra186_gpio_xlate,
H A Dnca9539_gpio.c239 .xlate = nca9539_xlate,
H A Dsunxi_gpio.c239 .xlate = sunxi_gpio_xlate,
H A Dpca953x_gpio.c245 .xlate = pca953x_xlate,
H A Dtegra_gpio.c260 .xlate = tegra_gpio_xlate,
H A Dgpio-uclass.c140 if (ops->xlate) in gpio_find_and_xlate()
141 return ops->xlate(desc->dev, desc, args); in gpio_find_and_xlate()
/rk3399_rockchip-uboot/include/asm-generic/
H A Dgpio.h291 int (*xlate)(struct udevice *dev, struct gpio_desc *desc, member