/openbmc/linux/drivers/pmdomain/bcm/ |
H A D | raspberrypi-power.c | 33 struct genpd_onecell_data xlate; member 101 rpi_domains->xlate.domains[xlate_index] = &dom->base; in rpi_common_init_power_domain() 164 rpi_domains->xlate.domains = in rpi_power_probe() 167 sizeof(*rpi_domains->xlate.domains), in rpi_power_probe() 169 if (!rpi_domains->xlate.domains) in rpi_power_probe() 172 rpi_domains->xlate.num_domains = RPI_POWER_DOMAIN_COUNT; in rpi_power_probe() 221 of_genpd_add_provider_onecell(dev->of_node, &rpi_domains->xlate); in rpi_power_probe()
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | ghashp8-ppc.pl | 48 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 49 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
|
/openbmc/linux/drivers/pmdomain/amlogic/ |
H A D | meson-secure-pwrc.c | 31 struct genpd_onecell_data xlate; member 182 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count, in meson_secure_pwrc_probe() 183 sizeof(*pwrc->xlate.domains), in meson_secure_pwrc_probe() 185 if (!pwrc->xlate.domains) in meson_secure_pwrc_probe() 193 pwrc->xlate.num_domains = match->count; in meson_secure_pwrc_probe() 211 pwrc->xlate.domains[i] = &dom->base; in meson_secure_pwrc_probe() 214 return of_genpd_add_provider_onecell(pdev->dev.of_node, &pwrc->xlate); in meson_secure_pwrc_probe()
|
H A D | meson-ee-pwrc.c | 330 struct genpd_onecell_data xlate; member 502 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count, in meson_ee_pwrc_probe() 503 sizeof(*pwrc->xlate.domains), in meson_ee_pwrc_probe() 505 if (!pwrc->xlate.domains) in meson_ee_pwrc_probe() 513 pwrc->xlate.num_domains = match->count; in meson_ee_pwrc_probe() 544 pwrc->xlate.domains[i] = &dom->base; in meson_ee_pwrc_probe() 547 return of_genpd_add_provider_onecell(pdev->dev.of_node, &pwrc->xlate); in meson_ee_pwrc_probe() 555 for (i = 0 ; i < pwrc->xlate.num_domains ; ++i) { in meson_ee_pwrc_shutdown()
|
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 198 #define of_phy_provider_register(dev, xlate) \ argument 199 __of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate)) 201 #define devm_of_phy_provider_register(dev, xlate) \ argument 202 __devm_of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate)) 204 #define of_phy_provider_register_full(dev, children, xlate) \ argument 205 __of_phy_provider_register(dev, children, THIS_MODULE, xlate) 207 #define devm_of_phy_provider_register_full(dev, children, xlate) \ argument 208 __devm_of_phy_provider_register(dev, children, THIS_MODULE, xlate)
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | ghashp10-ppc.pl | 48 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 49 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
|
H A D | aesp10-ppc.pl | 106 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 107 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 110 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
/openbmc/u-boot/drivers/input/ |
H A D | input.c | 151 const uchar *xlate; /* Ascii code for each keycode */ member 465 if (key >= table->num_entries || table->xlate[key] == 0xff) { in input_keycodes_to_ascii() 481 ch = table->xlate[key]; in input_keycodes_to_ascii() 584 int right_keycode, const uchar *xlate, int num_entries) in input_add_table() argument 596 table->xlate = xlate; in input_add_table() 633 entry->right_keycode, entry->xlate, in input_add_tables()
|
/openbmc/linux/drivers/media/platform/intel/ |
H A D | pxa_camera.c | 715 struct pxa_camera_format_xlate *xlate)) in pxa_mbus_build_fmts_xlate() argument 1637 struct pxa_camera_format_xlate *xlate) in pxa_camera_get_formats() argument 1662 if (xlate) { in pxa_camera_get_formats() 1663 xlate->host_fmt = &pxa_camera_formats[0]; in pxa_camera_get_formats() 1664 xlate->code = code.code; in pxa_camera_get_formats() 1665 xlate++; in pxa_camera_get_formats() 1676 if (xlate) in pxa_camera_get_formats() 1684 if (xlate) in pxa_camera_get_formats() 1693 if (xlate) { in pxa_camera_get_formats() 1694 xlate->host_fmt = fmt; in pxa_camera_get_formats() [all …]
|
/openbmc/u-boot/include/ |
H A D | input.h | 33 const uchar *xlate; /* keycode to ASCII table */ member 109 int right_keycode, const uchar *xlate, int num_entries);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.12/ |
H A D | oe-npm-cache |
|
/openbmc/linux/Documentation/driver-api/phy/ |
H A D | phy.rst | 40 #define of_phy_provider_register(dev, xlate) \ 41 __of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate)) 43 #define devm_of_phy_provider_register(dev, xlate) \ 45 (xlate)) 60 #define of_phy_provider_register_full(dev, children, xlate) \ 61 __of_phy_provider_register(dev, children, THIS_MODULE, xlate) 63 #define devm_of_phy_provider_register_full(dev, children, xlate) \ 65 THIS_MODULE, xlate)
|
/openbmc/linux/drivers/misc/ibmasm/ |
H A D | remote.c | 70 static const unsigned short xlate[XLATE_SIZE] = { variable 165 key = xlate[code]; in send_keyboard_event() 234 if (xlate[i]) in ibmasm_init_remote_input_dev() 235 set_bit(xlate[i], keybd_dev->keybit); in ibmasm_init_remote_input_dev()
|
/openbmc/linux/drivers/memory/ |
H A D | atmel-ebi.c | 137 const struct atmel_smc_timing_xlate *xlate; in atmel_ebi_xslate_smc_timings() local 139 xlate = &timings_xlate_table[i]; in atmel_ebi_xslate_smc_timings() 141 ret = of_property_read_u32(np, xlate->name, &val); in atmel_ebi_xslate_smc_timings() 155 ret = xlate->converter(smcconf, xlate->shift, ncycles); in atmel_ebi_xslate_smc_timings()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 68 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 69 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 72 open OUT,"| \"$^X\" $xlate $flavour $output";
|
H A D | poly1305-armv8.pl | 35 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 36 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 39 open STDOUT,"| \"$^X\" $xlate $flavour $output";
|
/openbmc/linux/drivers/sh/intc/ |
H A D | irqdomain.c | 41 .xlate = intc_evt_xlate,
|
/openbmc/qemu/hw/input/ |
H A D | trace-events | 33 …ier, unsigned int modifiers, int set, int xlate) "%p qcode %d down %d modifier 0x%x modifiers 0x%x…
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | irq.c | 58 .xlate = irq_domain_xlate_onecell,
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-jcore-aic.c | 58 .xlate = irq_domain_xlate_onecell,
|
H A D | irq-xtensa-pic.c | 41 .xlate = xtensa_pic_irq_domain_xlate,
|
H A D | irq-rda-intc.c | 81 .xlate = irq_domain_xlate_onecell,
|
/openbmc/linux/arch/arc/kernel/ |
H A D | intc-compact.c | 103 .xlate = irq_domain_xlate_onecell,
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | mpic_msi.c | 63 ops->xlate(mpic->irqhost, NULL, oirq.args, in mpic_msi_reserve_u3_hwirqs()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 29 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 30 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 33 open STDOUT,"| \"$^X\" $xlate $flavour $output";
|