Home
last modified time | relevance | path

Searched refs:plat (Results 126 - 150 of 286) sorted by relevance

12345678910>>...12

/kernel/linux/linux-6.6/arch/arm/mach-dove/
H A Dmpp.c11 #include <plat/mpp.h>
12 #include <plat/orion-gpio.h>
H A DMakefile2 ccflags-y := -I$(srctree)/arch/arm/plat-orion/include
H A Dcommon.c20 #include <plat/common.h>
21 #include <plat/irq.h>
22 #include <plat/time.h>
/kernel/linux/linux-6.6/drivers/memory/
H A Dmtk-smi.c149 const struct mtk_smi_common_plat *plat; member
750 common->plat = of_device_get_match_data(dev); in mtk_smi_common_probe()
752 if (common->plat->has_gals) { in mtk_smi_common_probe()
753 if (common->plat->type == MTK_SMI_GEN2) in mtk_smi_common_probe()
755 else if (common->plat->type == MTK_SMI_GEN2_SUB_COMM) in mtk_smi_common_probe()
768 if (common->plat->type == MTK_SMI_GEN1) { in mtk_smi_common_probe()
787 if (common->plat->type == MTK_SMI_GEN2_SUB_COMM) { in mtk_smi_common_probe()
802 if (common->plat->type == MTK_SMI_GEN2_SUB_COMM) in mtk_smi_common_remove()
811 const struct mtk_smi_reg_pair *init = common->plat->init; in mtk_smi_common_resume()
812 u32 bus_sel = common->plat in mtk_smi_common_resume()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c776 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in get_ephy_nodes()
822 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in sun8i_dwmac_power_internal_phy()
878 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in mdio_mux_syscon_switch_fn()
920 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in sun8i_dwmac_register_mdio_mux()
933 struct plat_stmmacenet_data *plat) in sun8i_dwmac_set_syscon()
935 struct sunxi_priv_data *gmac = plat->bsp_priv; in sun8i_dwmac_set_syscon()
961 ret = of_mdio_parse_addr(dev, plat->phy_node); in sun8i_dwmac_set_syscon()
1018 switch (plat->mac_interface) { in sun8i_dwmac_set_syscon()
1033 phy_modes(plat->mac_interface)); in sun8i_dwmac_set_syscon()
1307 struct sunxi_priv_data *gmac = priv->plat in sun8i_dwmac_remove()
932 sun8i_dwmac_set_syscon(struct device *dev, struct plat_stmmacenet_data *plat) sun8i_dwmac_set_syscon() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H A Dmfp.h16 #include <plat/mfp.h>
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci.c1745 if (host->plat->ios_handler && in mmci_set_ios()
1746 host->plat->ios_handler(mmc_dev(mmc), ios)) in mmci_set_ios()
1856 struct mmci_platform_data *plat = host->plat; in mmci_get_cd() local
1860 if (!plat->status) in mmci_get_cd()
1863 status = plat->status(mmc_dev(host->mmc)); in mmci_get_cd()
1934 struct mmci_platform_data *plat = dev->dev.platform_data; in mmci_probe() local
1942 if (!plat && !np) { in mmci_probe()
1943 dev_err(&dev->dev, "No plat data or DT found\n"); in mmci_probe()
1947 if (!plat) { in mmci_probe()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c745 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in get_ephy_nodes()
791 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in sun8i_dwmac_power_internal_phy()
848 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in mdio_mux_syscon_switch_fn()
890 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in sun8i_dwmac_register_mdio_mux()
903 struct plat_stmmacenet_data *plat) in sun8i_dwmac_set_syscon()
905 struct sunxi_priv_data *gmac = plat->bsp_priv; in sun8i_dwmac_set_syscon()
931 ret = of_mdio_parse_addr(dev, plat->phy_node); in sun8i_dwmac_set_syscon()
988 switch (plat->interface) { in sun8i_dwmac_set_syscon()
1003 phy_modes(plat->interface)); in sun8i_dwmac_set_syscon()
1276 struct sunxi_priv_data *gmac = priv->plat in sun8i_dwmac_remove()
902 sun8i_dwmac_set_syscon(struct device *dev, struct plat_stmmacenet_data *plat) sun8i_dwmac_set_syscon() argument
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-pxa.c1281 struct i2c_pxa_platform_data *plat = dev_get_platdata(&pdev->dev); in i2c_pxa_probe_pdata() local
1285 if (plat) { in i2c_pxa_probe_pdata()
1286 i2c->use_pio = plat->use_pio; in i2c_pxa_probe_pdata()
1287 i2c->fast_mode = plat->fast_mode; in i2c_pxa_probe_pdata()
1288 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1289 i2c->master_code = plat->master_code; in i2c_pxa_probe_pdata()
1292 i2c->rate = plat->rate; in i2c_pxa_probe_pdata()
1424 struct i2c_pxa_platform_data *plat = dev_get_platdata(&dev->dev); in i2c_pxa_probe() local
1497 if (plat) { in i2c_pxa_probe()
1498 i2c->adap.class = plat in i2c_pxa_probe()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-pxa.c1279 struct i2c_pxa_platform_data *plat = dev_get_platdata(&pdev->dev); in i2c_pxa_probe_pdata() local
1283 if (plat) { in i2c_pxa_probe_pdata()
1284 i2c->use_pio = plat->use_pio; in i2c_pxa_probe_pdata()
1285 i2c->fast_mode = plat->fast_mode; in i2c_pxa_probe_pdata()
1286 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1287 i2c->master_code = plat->master_code; in i2c_pxa_probe_pdata()
1290 i2c->rate = plat->rate; in i2c_pxa_probe_pdata()
1422 struct i2c_pxa_platform_data *plat = dev_get_platdata(&dev->dev); in i2c_pxa_probe() local
1493 if (plat) { in i2c_pxa_probe()
1494 i2c->adap.class = plat in i2c_pxa_probe()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp462 vector<string_view> GetPreferredDeviceExtensions(const BackendExtraVk* backendExtra, DevicePlatformDataVk& plat) in GetPreferredDeviceExtensions() argument
479 if (plat.deviceApiMinor >= 1) { // enable only for 1.1+ in GetPreferredDeviceExtensions()
482 if (plat.deviceApiMinor >= 2) { // enable only for 1.2+ in GetPreferredDeviceExtensions()
535 void PreparePhysicalDeviceFeaturesForEnabling(const BackendExtraVk* backendExtra, DevicePlatformDataVk& plat) in PreparePhysicalDeviceFeaturesForEnabling() argument
538 plat.enabledPhysicalDeviceFeatures = plat.physicalDeviceProperties.physicalDeviceFeatures; in PreparePhysicalDeviceFeaturesForEnabling()
540 plat.enabledPhysicalDeviceFeatures.geometryShader = VK_FALSE; in PreparePhysicalDeviceFeaturesForEnabling()
541 plat.enabledPhysicalDeviceFeatures.tessellationShader = VK_FALSE; in PreparePhysicalDeviceFeaturesForEnabling()
542 plat.enabledPhysicalDeviceFeatures.sampleRateShading = VK_FALSE; in PreparePhysicalDeviceFeaturesForEnabling()
543 plat in PreparePhysicalDeviceFeaturesForEnabling()
[all...]
/kernel/linux/linux-5.10/arch/arm/plat-omap/
H A DMakefile6 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H A DMakefile2 ccflags-y := -I$(srctree)/arch/arm/plat-orion/include
H A Dmpp.c11 #include <plat/mpp.h>
/kernel/linux/linux-5.10/arch/arm/mach-mv78xx0/
H A Dmpp.c14 #include <plat/mpp.h>
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Dmfp.h5 #include <plat/mfp.h>
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h42 } plat; member
H A Dcipher_aes.h49 } plat; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h42 } plat; member
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H A Dcommon.c25 #include <plat/common.h>
26 #include <plat/irq.h>
27 #include <plat/time.h>
/third_party/python/Lib/distutils/
H A Dccompiler.py990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0):
992 platform/compiler combination. 'plat' defaults to 'os.name'
999 'compiler', 'plat' is ignored.
1001 if plat is None:
1002 plat = os.name
1006 compiler = get_default_compiler(plat)
1010 msg = "don't know how to compile C/C++ code on platform '%s'" % plat
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/
H A DMakefile6 -I$(srctree)/arch/arm/plat-versatile/include
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dmpp.c14 #include <plat/mpp.h>
/kernel/linux/linux-5.10/arch/arm/plat-versatile/
H A Dhotplug.c18 #include <plat/platsmp.h>
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H A Dmpp.c11 #include <plat/mpp.h>

Completed in 21 milliseconds

12345678910>>...12