Searched refs:xlate (Results 1 - 20 of 20) sorted by relevance

/u-boot/include/
H A Dinput.h33 const uchar *xlate; /* keycode to ASCII table */ member in struct:input_key_xlate
105 * @param xlate Conversion table from key codes to ASCII
106 * @param num_entries Number of entries in xlate table
109 int right_keycode, const uchar *xlate, int num_entries);
/u-boot/drivers/input/
H A Dinput.c153 const uchar *xlate; /* Ascii code for each keycode */ member in struct:kbd_entry
154 int num_entries; /* Number of entries in xlate */
395 /* Select the 'plain' xlate table to start with */
397 debug("%s: No xlate tables: cannot decode keys\n", __func__);
482 if (key >= table->num_entries || table->xlate[key] == 0xff) {
498 ch = table->xlate[key];
601 int right_keycode, const uchar *xlate, int num_entries)
613 table->xlate = xlate;
650 entry->right_keycode, entry->xlate,
600 input_add_table(struct input_config *config, int left_keycode, int right_keycode, const uchar *xlate, int num_entries) argument
[all...]
/u-boot/drivers/gpio/
H A Dgpio_slg7xl45106.c84 .xlate = slg7xl45106_i2c_gpo_xlate,
H A Dzynqmp_gpio_modepin.c123 .xlate = modepin_gpio_xlate,
H A D74x164_gpio.c124 .xlate = gen_74x164_xlate,
H A Docteon_gpio.c174 .xlate = octeon_gpio_xlate,
H A Dadp5585_gpio.c190 .xlate = adp5585_xlate,
H A Dgpio-fxl6408.c265 .xlate = fxl6408_xlate,
H A Dintel_gpio.c200 .xlate = intel_gpio_xlate,
H A Dxilinx_gpio.c237 .xlate = xilinx_gpio_xlate,
H A Dtegra186_gpio.c160 .xlate = tegra186_gpio_xlate,
H A Dqcom_pmic_gpio.c275 .xlate = qcom_gpio_xlate,
H A Dsunxi_gpio.c326 .xlate = sunxi_gpio_xlate,
H A Dtegra_gpio.c258 .xlate = tegra_gpio_xlate,
H A Dda8xx_gpio.c520 .xlate = davinci_gpio_xlate,
H A Dsandbox.c321 .xlate = sb_gpio_xlate,
H A Dpca953x_gpio.c301 .xlate = pca953x_xlate,
H A Dgpio-uclass.c280 if (ops->xlate)
281 return ops->xlate(desc->dev, desc, args);
/u-boot/include/asm-generic/
H A Dgpio.h229 * GPIOD_* flags used internally. It can be called from driver xlate functions.
234 * gpio_xlate_offs_flags() - implementation for common use of dm_gpio_ops.xlate
309 * xlate() - Translate phandle arguments into a GPIO description
331 int (*xlate)(struct udevice *dev, struct gpio_desc *desc, member in struct:dm_gpio_ops
547 * calls the xlate() method, it can return default flags, which are then
/u-boot/drivers/misc/
H A Dturris_omnia_mcu.c234 .xlate = omnia_gpio_xlate,

Completed in 92 milliseconds