Home
last modified time | relevance | path

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

/u-boot/include/
A Dinput.h33 const uchar *xlate; /* keycode to ASCII table */ member
109 int right_keycode, const uchar *xlate, int num_entries);
/u-boot/drivers/input/
A Dinput.c153 const uchar *xlate; /* Ascii code for each keycode */ member
482 if (key >= table->num_entries || table->xlate[key] == 0xff) { in input_keycodes_to_ascii()
498 ch = table->xlate[key]; in input_keycodes_to_ascii()
601 int right_keycode, const uchar *xlate, int num_entries) in input_add_table() argument
613 table->xlate = xlate; in input_add_table()
650 entry->right_keycode, entry->xlate, in input_add_tables()
/u-boot/drivers/gpio/
A D74x164_gpio.c124 .xlate = gen_74x164_xlate,
A Dintel_gpio.c185 .xlate = intel_gpio_xlate,
A Docteon_gpio.c174 .xlate = octeon_gpio_xlate,
A Dtegra186_gpio.c160 .xlate = tegra186_gpio_xlate,
A Dgpio-uclass.c225 if (ops->xlate) in gpio_find_and_xlate()
226 return ops->xlate(desc->dev, desc, args); in gpio_find_and_xlate()
1307 if (ops->xlate) in gpio_post_bind()
1308 ops->xlate += gd->reloc_off; in gpio_post_bind()
A Dxilinx_gpio.c237 .xlate = xilinx_gpio_xlate,
A Dsunxi_gpio.c236 .xlate = sunxi_gpio_xlate,
A Dtegra_gpio.c258 .xlate = tegra_gpio_xlate,
A Dda8xx_gpio.c520 .xlate = davinci_gpio_xlate,
A Dpca953x_gpio.c269 .xlate = pca953x_xlate,
A Dsandbox.c274 .xlate = sb_gpio_xlate,
/u-boot/include/asm-generic/
A Dgpio.h300 int (*xlate)(struct udevice *dev, struct gpio_desc *desc, member

Completed in 22 milliseconds