Searched refs:xlate (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | input.h | 34 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 D | input.c | 149 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 D | 74x164_gpio.c | 123 .xlate = gen_74x164_xlate,
|
| H A D | sandbox.c | 194 .xlate = sb_gpio_xlate,
|
| H A D | tegra186_gpio.c | 163 .xlate = tegra186_gpio_xlate,
|
| H A D | nca9539_gpio.c | 239 .xlate = nca9539_xlate,
|
| H A D | sunxi_gpio.c | 239 .xlate = sunxi_gpio_xlate,
|
| H A D | pca953x_gpio.c | 245 .xlate = pca953x_xlate,
|
| H A D | tegra_gpio.c | 260 .xlate = tegra_gpio_xlate,
|
| H A D | gpio-uclass.c | 140 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 D | gpio.h | 291 int (*xlate)(struct udevice *dev, struct gpio_desc *desc, member
|