Home
last modified time | relevance | path

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

123456

/drivers/pmdomain/bcm/
Draspberrypi-power.c33 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()
/drivers/crypto/vmx/
Dghashp8-ppc.pl48 ( $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: $!";
/drivers/pmdomain/amlogic/
Dmeson-secure-pwrc.c31 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()
Dmeson-ee-pwrc.c330 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()
/drivers/media/platform/intel/
Dpxa_camera.c715 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 …]
/drivers/misc/ibmasm/
Dremote.c70 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()
/drivers/memory/
Datmel-ebi.c137 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()
/drivers/sh/intc/
Dirqdomain.c41 .xlate = intc_evt_xlate,
/drivers/irqchip/
Dirq-jcore-aic.c58 .xlate = irq_domain_xlate_onecell,
Dirq-xtensa-pic.c41 .xlate = xtensa_pic_irq_domain_xlate,
Dirq-rda-intc.c81 .xlate = irq_domain_xlate_onecell,
Dirq-wpcm450-aic.c133 .xlate = irq_domain_xlate_twocell,
Dirq-goldfish-pic.c52 .xlate = irq_domain_xlate_onecell,
Dirq-sa11x0.c76 .xlate = irq_domain_xlate_onetwocell,
Dirq-loongarch-cpu.c94 .xlate = irq_domain_xlate_onecell,
Dirq-or1k-pic.c132 .xlate = irq_domain_xlate_onecell,
Dirq-ts4800.c78 .xlate = irq_domain_xlate_onecell,
Dirq-realtek-rtl.c100 .xlate = irq_domain_xlate_onecell,
Dirq-xtensa-mx.c57 .xlate = xtensa_mx_irq_domain_xlate,
Dirq-ath79-misc.c113 .xlate = irq_domain_xlate_onecell,
Dirq-riscv-intc.c151 .xlate = irq_domain_xlate_onecell,
Dirq-aspeed-vic.c181 .xlate = irq_domain_xlate_onetwocell,
/drivers/powercap/
Dintel_rapl_common.c253 bool xlate, u64 *data);
259 bool xlate, u64 *data);
814 enum rapl_primitives prim, bool xlate, u64 *data) in rapl_read_data_raw() argument
843 if (xlate) in rapl_read_data_raw()
881 enum pl_prims pl_prim, bool xlate, u64 *data) in rapl_read_pl_data() argument
888 return rapl_read_data_raw(rd, prim, xlate, data); in rapl_read_pl_data()
/drivers/base/power/
Ddomain.c2221 genpd_xlate_t xlate; member
2283 static int genpd_add_provider(struct device_node *np, genpd_xlate_t xlate, in genpd_add_provider() argument
2294 cp->xlate = xlate; in genpd_add_provider()
2386 if (!data->xlate) in of_genpd_add_provider_onecell()
2387 data->xlate = genpd_xlate_onecell; in of_genpd_add_provider_onecell()
2420 ret = genpd_add_provider(np, data->xlate, data); in of_genpd_add_provider_onecell()
2513 genpd = provider->xlate(genpdspec, provider->data); in genpd_get_from_provider()
/drivers/interconnect/
Dicc-clk.c102 provider->xlate = of_icc_xlate_onecell; in icc_clk_register()

123456