Home
last modified time | relevance | path

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

12345678

/linux-6.15/drivers/pmdomain/bcm/
H A Draspberrypi-power.c33 struct genpd_onecell_data xlate; member
108 rpi_domains->xlate.domains[xlate_index] = &dom->base; in rpi_common_init_power_domain()
171 rpi_domains->xlate.domains = in rpi_power_probe()
174 sizeof(*rpi_domains->xlate.domains), in rpi_power_probe()
176 if (!rpi_domains->xlate.domains) in rpi_power_probe()
179 rpi_domains->xlate.num_domains = RPI_POWER_DOMAIN_COUNT; in rpi_power_probe()
228 of_genpd_add_provider_onecell(dev->of_node, &rpi_domains->xlate); in rpi_power_probe()
/linux-6.15/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst41 #define of_phy_provider_register(dev, xlate) \
42 __of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate))
44 #define devm_of_phy_provider_register(dev, xlate) \
46 (xlate))
59 #define of_phy_provider_register_full(dev, children, xlate) \
60 __of_phy_provider_register(dev, children, THIS_MODULE, xlate)
62 #define devm_of_phy_provider_register_full(dev, children, xlate) \
64 THIS_MODULE, xlate)
/linux-6.15/arch/powerpc/crypto/
H A 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: $!";
H A Dghashp10-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: $!";
H A Daesp10-ppc.pl106 ( $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: $!";
/linux-6.15/include/linux/framer/
H A Dframer-provider.h187 #define framer_provider_of_register(dev, xlate) \ argument
188 __framer_provider_of_register((dev), THIS_MODULE, (xlate))
190 #define devm_framer_provider_of_register(dev, xlate) \ argument
191 __devm_framer_provider_of_register((dev), THIS_MODULE, (xlate))
/linux-6.15/include/linux/phy/
H A Dphy.h203 #define of_phy_provider_register(dev, xlate) \ argument
204 __of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate))
206 #define devm_of_phy_provider_register(dev, xlate) \ argument
207 __devm_of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate))
209 #define of_phy_provider_register_full(dev, children, xlate) \ argument
210 __of_phy_provider_register(dev, children, THIS_MODULE, xlate)
212 #define devm_of_phy_provider_register_full(dev, children, xlate) \ argument
213 __devm_of_phy_provider_register(dev, children, THIS_MODULE, xlate)
/linux-6.15/drivers/pmdomain/amlogic/
H A Dmeson-secure-pwrc.c36 struct genpd_onecell_data xlate; member
297 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count, in meson_secure_pwrc_probe()
298 sizeof(*pwrc->xlate.domains), in meson_secure_pwrc_probe()
300 if (!pwrc->xlate.domains) in meson_secure_pwrc_probe()
308 pwrc->xlate.num_domains = match->count; in meson_secure_pwrc_probe()
330 pwrc->xlate.domains[i] = &dom->base; in meson_secure_pwrc_probe()
342 return of_genpd_add_provider_onecell(pdev->dev.of_node, &pwrc->xlate); in meson_secure_pwrc_probe()
H A Dmeson-ee-pwrc.c346 struct genpd_onecell_data xlate; member
518 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count, in meson_ee_pwrc_probe()
519 sizeof(*pwrc->xlate.domains), in meson_ee_pwrc_probe()
521 if (!pwrc->xlate.domains) in meson_ee_pwrc_probe()
529 pwrc->xlate.num_domains = match->count; in meson_ee_pwrc_probe()
560 pwrc->xlate.domains[i] = &dom->base; in meson_ee_pwrc_probe()
563 return of_genpd_add_provider_onecell(pdev->dev.of_node, &pwrc->xlate); in meson_ee_pwrc_probe()
571 for (i = 0 ; i < pwrc->xlate.num_domains ; ++i) { in meson_ee_pwrc_shutdown()
/linux-6.15/drivers/media/platform/intel/
H A Dpxa_camera.c1661 if (xlate) { in pxa_camera_get_formats()
1664 xlate++; in pxa_camera_get_formats()
1675 if (xlate) in pxa_camera_get_formats()
1683 if (xlate) in pxa_camera_get_formats()
1692 if (xlate) { in pxa_camera_get_formats()
1693 xlate->host_fmt = fmt; in pxa_camera_get_formats()
1694 xlate->code = code.code; in pxa_camera_get_formats()
1695 xlate++; in pxa_camera_get_formats()
1707 if (IS_ERR(xlate)) in pxa_camera_build_formats()
1708 return PTR_ERR(xlate); in pxa_camera_build_formats()
[all …]
/linux-6.15/Documentation/driver-api/phy/
H A Dphy.rst40 #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-6.15/drivers/misc/ibmasm/
H A 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()
/linux-6.15/drivers/memory/
H A Datmel-ebi.c141 const struct atmel_smc_timing_xlate *xlate; in atmel_ebi_xslate_smc_timings() local
143 xlate = &timings_xlate_table[i]; in atmel_ebi_xslate_smc_timings()
145 ret = of_property_read_u32(np, xlate->name, &val); in atmel_ebi_xslate_smc_timings()
159 ret = xlate->converter(smcconf, xlate->shift, ncycles); in atmel_ebi_xslate_smc_timings()
/linux-6.15/arch/arm64/crypto/
H A Dpoly1305-armv8.pl35 ( $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";
H A 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-6.15/drivers/sh/intc/
H A Dirqdomain.c41 .xlate = intc_evt_xlate,
/linux-6.15/arch/nios2/kernel/
H A Dirq.c58 .xlate = irq_domain_xlate_onecell,
/linux-6.15/drivers/irqchip/
H A Dirq-jcore-aic.c58 .xlate = irq_domain_xlate_onecell,
H A Dirq-xtensa-pic.c40 .xlate = xtensa_pic_irq_domain_xlate,
H A Dirq-rda-intc.c81 .xlate = irq_domain_xlate_onecell,
H A Dirq-goldfish-pic.c52 .xlate = irq_domain_xlate_onecell,
/linux-6.15/arch/powerpc/sysdev/
H A Dmpic_msi.c63 ops->xlate(mpic->irqhost, NULL, oirq.args, in mpic_msi_reserve_u3_hwirqs()
/linux-6.15/arch/arc/kernel/
H A Dintc-compact.c103 .xlate = irq_domain_xlate_onecell,
/linux-6.15/arch/arm/crypto/
H A Dpoly1305-armv4.pl29 ( $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";
/linux-6.15/arch/sh/boards/mach-x3proto/
H A Dgpio.c96 .xlate = irq_domain_xlate_twocell,

12345678