Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/drivers/soc/bcm/
Draspberrypi-power.c36 struct genpd_onecell_data xlate; member
104 rpi_domains->xlate.domains[xlate_index] = &dom->base; in rpi_common_init_power_domain()
167 rpi_domains->xlate.domains = in rpi_power_probe()
170 sizeof(*rpi_domains->xlate.domains), in rpi_power_probe()
172 if (!rpi_domains->xlate.domains) in rpi_power_probe()
175 rpi_domains->xlate.num_domains = RPI_POWER_DOMAIN_COUNT; in rpi_power_probe()
224 of_genpd_add_provider_onecell(dev->of_node, &rpi_domains->xlate); in rpi_power_probe()
/Linux-v4.19/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: $!";
/Linux-v4.19/include/linux/phy/
Dphy.h132 #define of_phy_provider_register(dev, xlate) \ argument
133 __of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate))
135 #define devm_of_phy_provider_register(dev, xlate) \ argument
136 __devm_of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate))
138 #define of_phy_provider_register_full(dev, children, xlate) \ argument
139 __of_phy_provider_register(dev, children, THIS_MODULE, xlate)
141 #define devm_of_phy_provider_register_full(dev, children, xlate) \ argument
142 __devm_of_phy_provider_register(dev, children, THIS_MODULE, xlate)
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c947 struct soc_camera_format_xlate *xlate) in sh_mobile_ceu_get_formats() argument
1072 for (k = 0; xlate && k < n; k++) { in sh_mobile_ceu_get_formats()
1073 xlate->host_fmt = &sh_mobile_ceu_formats[k]; in sh_mobile_ceu_get_formats()
1074 xlate->code = code.code; in sh_mobile_ceu_get_formats()
1075 xlate++; in sh_mobile_ceu_get_formats()
1087 if (xlate) { in sh_mobile_ceu_get_formats()
1088 xlate->host_fmt = fmt; in sh_mobile_ceu_get_formats()
1089 xlate->code = code.code; in sh_mobile_ceu_get_formats()
1090 xlate++; in sh_mobile_ceu_get_formats()
1275 const struct soc_camera_format_xlate *xlate; in sh_mobile_ceu_set_fmt() local
[all …]
/Linux-v4.19/drivers/media/platform/
Dpxa_camera.c760 struct pxa_camera_format_xlate *xlate)) in pxa_mbus_build_fmts_xlate() argument
1724 struct pxa_camera_format_xlate *xlate) in pxa_camera_get_formats() argument
1754 if (xlate) { in pxa_camera_get_formats()
1755 xlate->host_fmt = &pxa_camera_formats[0]; in pxa_camera_get_formats()
1756 xlate->code = code.code; in pxa_camera_get_formats()
1757 xlate++; in pxa_camera_get_formats()
1768 if (xlate) in pxa_camera_get_formats()
1776 if (xlate) in pxa_camera_get_formats()
1785 if (xlate) { in pxa_camera_get_formats()
1786 xlate->host_fmt = fmt; in pxa_camera_get_formats()
[all …]
/Linux-v4.19/Documentation/
Dphy.txt40 #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)
/Linux-v4.19/drivers/misc/ibmasm/
Dremote.c84 static const unsigned short xlate[XLATE_SIZE] = { variable
179 key = xlate[code]; in send_keyboard_event()
248 if (xlate[i]) in ibmasm_init_remote_input_dev()
249 set_bit(xlate[i], keybd_dev->keybit); in ibmasm_init_remote_input_dev()
/Linux-v4.19/drivers/memory/
Datmel-ebi.c136 const struct atmel_smc_timing_xlate *xlate; in atmel_ebi_xslate_smc_timings() local
138 xlate = &timings_xlate_table[i]; in atmel_ebi_xslate_smc_timings()
140 ret = of_property_read_u32(np, xlate->name, &val); in atmel_ebi_xslate_smc_timings()
154 ret = xlate->converter(smcconf, xlate->shift, ncycles); in atmel_ebi_xslate_smc_timings()
/Linux-v4.19/arch/arm64/crypto/
Dsha512-armv8.pl68 ( $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";
/Linux-v4.19/drivers/sh/intc/
Dirqdomain.c41 .xlate = intc_evt_xlate,
/Linux-v4.19/drivers/irqchip/
Dirq-renesas-h8300h.c73 .xlate = irq_domain_xlate_onecell,
Dirq-jcore-aic.c58 .xlate = irq_domain_xlate_onecell,
Dirq-xtensa-pic.c40 .xlate = xtensa_pic_irq_domain_xlate,
Dirq-renesas-h8s.c79 .xlate = irq_domain_xlate_onecell,
Dirq-eznps.c131 .xlate = irq_domain_xlate_onecell,
Dirq-ativic32.c66 .xlate = irq_domain_xlate_onecell
Dirq-goldfish-pic.c57 .xlate = irq_domain_xlate_onecell,
Dirq-sa11x0.c79 .xlate = irq_domain_xlate_onetwocell,
/Linux-v4.19/arch/nios2/kernel/
Dirq.c72 .xlate = irq_domain_xlate_onecell,
/Linux-v4.19/arch/powerpc/sysdev/
Dmpic_msi.c67 ops->xlate(mpic->irqhost, NULL, oirq.args, in mpic_msi_reserve_u3_hwirqs()
/Linux-v4.19/arch/c6x/kernel/
Dirq.c92 .xlate = irq_domain_xlate_onecell,
/Linux-v4.19/arch/arc/kernel/
Dintc-compact.c107 .xlate = irq_domain_xlate_onecell,
Dintc-arcv2.c157 .xlate = irq_domain_xlate_onecell,
/Linux-v4.19/arch/sh/boards/mach-x3proto/
Dgpio.c99 .xlate = irq_domain_xlate_twocell,
/Linux-v4.19/arch/powerpc/platforms/8xx/
Dpic.c125 .xlate = mpc8xx_pic_host_xlate,

1234567