Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/drivers/soc/bcm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/soc/amlogic/
H A Dmeson-secure-pwrc.c29 struct genpd_onecell_data xlate; member
152 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count, in meson_secure_pwrc_probe()
153 sizeof(*pwrc->xlate.domains), in meson_secure_pwrc_probe()
155 if (!pwrc->xlate.domains) in meson_secure_pwrc_probe()
163 pwrc->xlate.num_domains = match->count; in meson_secure_pwrc_probe()
181 pwrc->xlate.domains[i] = &dom->base; in meson_secure_pwrc_probe()
184 return of_genpd_add_provider_onecell(pdev->dev.of_node, &pwrc->xlate); in meson_secure_pwrc_probe()
H A Dmeson-ee-pwrc.c314 struct genpd_onecell_data xlate; member
486 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count, in meson_ee_pwrc_probe()
487 sizeof(*pwrc->xlate.domains), in meson_ee_pwrc_probe()
489 if (!pwrc->xlate.domains) in meson_ee_pwrc_probe()
497 pwrc->xlate.num_domains = match->count; in meson_ee_pwrc_probe()
526 pwrc->xlate.domains[i] = &dom->base; in meson_ee_pwrc_probe()
529 return of_genpd_add_provider_onecell(pdev->dev.of_node, &pwrc->xlate); in meson_ee_pwrc_probe()
537 for (i = 0 ; i < pwrc->xlate.num_domains ; ++i) { in meson_ee_pwrc_shutdown()
/OK3568_Linux_fs/buildroot/package/libopenssl/
H A D0005-crypto-perlasm-ppc-xlate.pl-add-linux64v2-flavour.patch4 Subject: [PATCH] crypto/perlasm/ppc-xlate.pl: add linux64v2 flavour
19 crypto/perlasm/ppc-xlate.pl | 8 ++++----
22 diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl
24 --- a/crypto/perlasm/ppc-xlate.pl
25 +++ b/crypto/perlasm/ppc-xlate.pl
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
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: $!";
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy.h182 #define of_phy_provider_register(dev, xlate) \ argument
183 __of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate))
185 #define devm_of_phy_provider_register(dev, xlate) \ argument
186 __devm_of_phy_provider_register((dev), NULL, THIS_MODULE, (xlate))
188 #define of_phy_provider_register_full(dev, children, xlate) \ argument
189 __of_phy_provider_register(dev, children, THIS_MODULE, xlate)
191 #define devm_of_phy_provider_register_full(dev, children, xlate) \ argument
192 __devm_of_phy_provider_register(dev, children, THIS_MODULE, xlate)
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dinput.c149 const uchar *xlate; /* Ascii code for each keycode */ member
463 if (key >= table->num_entries || table->xlate[key] == 0xff) { in input_keycodes_to_ascii()
479 ch = table->xlate[key]; in input_keycodes_to_ascii()
582 int right_keycode, const uchar *xlate, int num_entries) in input_add_table() argument
594 table->xlate = xlate; in input_add_table()
631 entry->right_keycode, entry->xlate, in input_add_tables()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dpxa_camera.c719 struct pxa_camera_format_xlate *xlate)) in pxa_mbus_build_fmts_xlate() argument
1640 struct pxa_camera_format_xlate *xlate) in pxa_camera_get_formats() argument
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->host_fmt = fmt; in pxa_camera_get_formats()
[all …]
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/u-boot/include/
H A Dinput.h34 const uchar *xlate; /* keycode to ASCII table */ member
110 int right_keycode, const uchar *xlate, int num_entries);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-16.19/
H A Doe-npm-cache25 const xlate = { variable
67 const info = xlate[type];
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/memory/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
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";
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";
/OK3568_Linux_fs/kernel/drivers/sh/intc/
H A Dirqdomain.c41 .xlate = intc_evt_xlate,
/OK3568_Linux_fs/kernel/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";
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-renesas-h8300h.c73 .xlate = irq_domain_xlate_onecell,
H A Dirq-jcore-aic.c58 .xlate = irq_domain_xlate_onecell,
H A Dirq-renesas-h8s.c79 .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-eznps.c131 .xlate = irq_domain_xlate_onecell,
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dirq.c59 .xlate = irq_domain_xlate_onecell,
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dirq.c88 .xlate = irq_domain_xlate_onecell,

12345678