/drivers/pmdomain/bcm/ |
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()
|
/drivers/crypto/vmx/ |
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: $!";
|
/drivers/pmdomain/amlogic/ |
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()
|
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()
|
/drivers/media/platform/intel/ |
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 …]
|
/drivers/misc/ibmasm/ |
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()
|
/drivers/memory/ |
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()
|
/drivers/sh/intc/ |
D | irqdomain.c | 41 .xlate = intc_evt_xlate,
|
/drivers/irqchip/ |
D | irq-jcore-aic.c | 58 .xlate = irq_domain_xlate_onecell,
|
D | irq-xtensa-pic.c | 41 .xlate = xtensa_pic_irq_domain_xlate,
|
D | irq-rda-intc.c | 81 .xlate = irq_domain_xlate_onecell,
|
D | irq-wpcm450-aic.c | 133 .xlate = irq_domain_xlate_twocell,
|
D | irq-goldfish-pic.c | 52 .xlate = irq_domain_xlate_onecell,
|
D | irq-sa11x0.c | 76 .xlate = irq_domain_xlate_onetwocell,
|
D | irq-loongarch-cpu.c | 94 .xlate = irq_domain_xlate_onecell,
|
D | irq-or1k-pic.c | 132 .xlate = irq_domain_xlate_onecell,
|
D | irq-ts4800.c | 78 .xlate = irq_domain_xlate_onecell,
|
D | irq-realtek-rtl.c | 100 .xlate = irq_domain_xlate_onecell,
|
D | irq-xtensa-mx.c | 57 .xlate = xtensa_mx_irq_domain_xlate,
|
D | irq-ath79-misc.c | 113 .xlate = irq_domain_xlate_onecell,
|
D | irq-riscv-intc.c | 151 .xlate = irq_domain_xlate_onecell,
|
D | irq-aspeed-vic.c | 181 .xlate = irq_domain_xlate_onetwocell,
|
/drivers/powercap/ |
D | intel_rapl_common.c | 253 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/ |
D | domain.c | 2221 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/ |
D | icc-clk.c | 102 provider->xlate = of_icc_xlate_onecell; in icc_clk_register()
|