/kernel/linux/linux-5.10/drivers/soc/amlogic/ |
H A D | meson-secure-pwrc.c | 28 struct genpd_onecell_data xlate; member 151 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count, in meson_secure_pwrc_probe() 152 sizeof(*pwrc->xlate.domains), in meson_secure_pwrc_probe() 154 if (!pwrc->xlate.domains) in meson_secure_pwrc_probe() 162 pwrc->xlate.num_domains = match->count; in meson_secure_pwrc_probe() 180 pwrc->xlate.domains[i] = &dom->base; in meson_secure_pwrc_probe() 183 return of_genpd_add_provider_onecell(pdev->dev.of_node, &pwrc->xlate); in meson_secure_pwrc_probe()
|
H A D | meson-ee-pwrc.c | 313 struct genpd_onecell_data xlate; member 485 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count, in meson_ee_pwrc_probe() 486 sizeof(*pwrc->xlate.domains), in meson_ee_pwrc_probe() 488 if (!pwrc->xlate.domains) in meson_ee_pwrc_probe() 496 pwrc->xlate.num_domains = match->count; in meson_ee_pwrc_probe() 525 pwrc->xlate.domains[i] = &dom->base; in meson_ee_pwrc_probe() 528 return of_genpd_add_provider_onecell(pdev->dev.of_node, &pwrc->xlate); in meson_ee_pwrc_probe() 536 for (i = 0 ; i < pwrc->xlate.num_domains ; ++i) { in meson_ee_pwrc_shutdown()
|
/kernel/linux/linux-5.10/drivers/soc/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/linux/phy/ |
H A D | phy.h | 182 #define of_phy_provider_register(dev, xlate) \ 183 __of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate)) 185 #define devm_of_phy_provider_register(dev, xlate) \ 186 __devm_of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate)) 188 #define of_phy_provider_register_full(dev, children, xlate) \ 189 __of_phy_provider_register(dev, children, THIS_MODULE, xlate) 191 #define devm_of_phy_provider_register_full(dev, children, xlate) \ 192 __devm_of_phy_provider_register(dev, children, THIS_MODULE, xlate)
|
/kernel/linux/linux-6.6/include/linux/phy/ |
H A D | phy.h | 198 #define of_phy_provider_register(dev, xlate) \ 199 __of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate)) 201 #define devm_of_phy_provider_register(dev, xlate) \ 202 __devm_of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate)) 204 #define of_phy_provider_register_full(dev, children, xlate) \ 205 __of_phy_provider_register(dev, children, THIS_MODULE, xlate) 207 #define devm_of_phy_provider_register_full(dev, children, xlate) \ 208 __devm_of_phy_provider_register(dev, children, THIS_MODULE, xlate)
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | pxa_camera.c | 719 struct pxa_camera_format_xlate *xlate)) in pxa_mbus_build_fmts_xlate() 1640 struct pxa_camera_format_xlate *xlate) in pxa_camera_get_formats() 1665 if (xlate) { in pxa_camera_get_formats() 1666 xlate->host_fmt = &pxa_camera_formats[0]; in pxa_camera_get_formats() 1667 xlate->code = code.code; in pxa_camera_get_formats() 1668 xlate++; in pxa_camera_get_formats() 1679 if (xlate) in pxa_camera_get_formats() 1687 if (xlate) in pxa_camera_get_formats() 1696 if (xlate) { in pxa_camera_get_formats() 1697 xlate in pxa_camera_get_formats() 716 pxa_mbus_build_fmts_xlate( struct v4l2_device *v4l2_dev, struct v4l2_subdev *subdev, int (*get_formats)(struct v4l2_device *, unsigned int, struct pxa_camera_format_xlate *xlate)) pxa_mbus_build_fmts_xlate() argument 1638 pxa_camera_get_formats(struct v4l2_device *v4l2_dev, unsigned int idx, struct pxa_camera_format_xlate *xlate) pxa_camera_get_formats() argument 1707 struct pxa_camera_format_xlate *xlate; pxa_camera_build_formats() local 1796 const struct pxa_camera_format_xlate *xlate; pxac_vidioc_try_fmt_vid_cap() local 1860 const struct pxa_camera_format_xlate *xlate; pxac_vidioc_s_fmt_vid_cap() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/intel/ |
H A D | pxa_camera.c | 715 struct pxa_camera_format_xlate *xlate)) in pxa_mbus_build_fmts_xlate() 1637 struct pxa_camera_format_xlate *xlate) in pxa_camera_get_formats() 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 in pxa_camera_get_formats() 712 pxa_mbus_build_fmts_xlate( struct v4l2_device *v4l2_dev, struct v4l2_subdev *subdev, int (*get_formats)(struct v4l2_device *, unsigned int, struct pxa_camera_format_xlate *xlate)) pxa_mbus_build_fmts_xlate() argument 1635 pxa_camera_get_formats(struct v4l2_device *v4l2_dev, unsigned int idx, struct pxa_camera_format_xlate *xlate) pxa_camera_get_formats() argument 1704 struct pxa_camera_format_xlate *xlate; pxa_camera_build_formats() local 1793 const struct pxa_camera_format_xlate *xlate; pxac_vidioc_try_fmt_vid_cap() local 1860 const struct pxa_camera_format_xlate *xlate; pxac_vidioc_s_fmt_vid_cap() local [all...] |
/kernel/linux/linux-5.10/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 50 die "can't locate ppc-xlate.pl"; 52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
|
/kernel/linux/linux-6.6/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 50 die "can't locate ppc-xlate.pl"; 52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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 50 die "can't locate ppc-xlate.pl"; 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 108 die "can't locate ppc-xlate.pl"; 110 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/sh/intc/ |
H A D | irqdomain.c | 18 * intc_irq_domain_evt_xlate() - Generic xlate for vectored IRQs. 41 .xlate = intc_evt_xlate,
|
/kernel/linux/linux-6.6/drivers/sh/intc/ |
H A D | irqdomain.c | 18 * intc_irq_domain_evt_xlate() - Generic xlate for vectored IRQs. 41 .xlate = intc_evt_xlate,
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | irq.c | 59 .xlate = irq_domain_xlate_onecell,
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | irq.c | 58 .xlate = irq_domain_xlate_onecell,
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-renesas-h8300h.c | 73 .xlate = irq_domain_xlate_onecell,
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | irq.c | 88 .xlate = irq_domain_xlate_onecell,
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | mpic_msi.c | 62 ops->xlate(mpic->irqhost, NULL, oirq.args, in mpic_msi_reserve_u3_hwirqs()
|