Searched refs:platform (Results 126 - 150 of 596) sorted by relevance

1234567891011>>

/linux-master/arch/xtensa/kernel/
H A Dpci-dma.c22 #include <asm/platform.h>
89 * Memory caching is platform-dependent in noMMU xtensa configurations.
90 * This function should be implemented in platform code in order to enable
H A Dpci.c25 #include <asm/platform.h>
H A DMakefile8 obj-y := head.o align.o coprocessor.o entry.o irq.o platform.o process.o \
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mcu.h82 char platform[4]; member in struct:mt76x02_patch_header
/linux-master/arch/powerpc/include/asm/
H A Dvdso_datapage.h56 /* Note about the platform flags: it now only contains the lpar
57 * bit. The actual platform number is dead and buried
59 __u32 platform; /* Platform flags 0x18 */ member in struct:vdso_arch_data
/linux-master/include/xen/arm/
H A Dhypercall.h40 #include <xen/interface/platform.h>
/linux-master/sound/soc/codecs/
H A Dbt-sco.c90 MODULE_DEVICE_TABLE(platform, bt_sco_driver_ids);
H A Dwm8350.c1080 struct wm8350_audio_platform_data *platform = local
1091 platform->codec_current_on << 14);
1118 platform->dis_out1 |
1119 (platform->dis_out2 << 2) |
1120 (platform->dis_out3 << 4) |
1121 (platform->dis_out4 << 6));
1125 (platform->
1130 (platform->vmid_s_curve << 8));
1134 (platform->
1141 (platform
[all...]
/linux-master/drivers/net/dsa/
H A DMakefile18 obj-$(CONFIG_NET_DSA_VITESSE_VSC73XX_PLATFORM) += vitesse-vsc73xx-platform.o
/linux-master/drivers/infiniband/hw/hfi1/
H A DMakefile37 platform.o \
/linux-master/sound/soc/intel/boards/
H A Dbdw-rt5650.c221 SND_SOC_DAILINK_DEF(platform,
244 SND_SOC_DAILINK_REG(fe, dummy, platform),
262 SND_SOC_DAILINK_REG(ssp0_port, be, platform),
303 /* override platform name, if required */
306 mach->mach_params.platform);
339 MODULE_ALIAS("platform:bdw-rt5650");
/linux-master/sound/soc/amd/acp/
H A Dacp-legacy-mach.c60 .platform = RENOIR,
71 .platform = REMBRANDT,
83 .platform = REMBRANDT,
174 acp_card_drvdata->platform = *((int *)dev->platform_data);
243 MODULE_ALIAS("platform:acp3xalc56821019");
244 MODULE_ALIAS("platform:acp3xalc5682sm98360");
245 MODULE_ALIAS("platform:acp3xalc5682s1019");
246 MODULE_ALIAS("platform:acp3x-es83xx");
247 MODULE_ALIAS("platform:rmb-nau8825-max");
248 MODULE_ALIAS("platform
[all...]
H A Dacp-platform.c74 int size, platform; local
77 platform = adata->platform;
79 PLATFORM_DEVID_NONE, &platform,
80 sizeof(platform));
/linux-master/drivers/gpu/drm/xe/
H A Dxe_rtp.c44 match = xe->info.platform == r->platform;
47 match = xe->info.platform == r->platform &&
319 "Checking gslice for platform without geometry pipeline\n"))
H A Dxe_rtp_types.h64 u8 platform; member in struct:xe_rtp_rule::__anon891::__anon892
H A Dxe_hwmon.c89 if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG)
91 else if ((xe->info.platform == XE_DG2) && (channel == CHANNEL_PKG))
95 if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG)
97 else if ((xe->info.platform == XE_DG2) && (channel == CHANNEL_PKG))
101 if (xe->info.platform == XE_PVC)
103 else if (xe->info.platform == XE_DG2)
107 if (xe->info.platform == XE_DG2 && channel == CHANNEL_PKG)
111 if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG)
113 else if ((xe->info.platform == XE_DG2) && (channel == CHANNEL_PKG))
433 if (gt_to_xe(gt)->info.platform
[all...]
/linux-master/drivers/gpio/
H A Dgpio-elkhartlake.c62 MODULE_DEVICE_TABLE(platform, ehl_gpio_ids);
/linux-master/include/soc/tegra/
H A Dfuse.h66 enum tegra_platform platform; member in struct:tegra_sku_info
/linux-master/sound/soc/meson/
H A Daiu.h39 const struct aiu_platform_data *platform; member in struct:aiu
/linux-master/drivers/of/
H A DMakefile2 obj-y = base.o cpu.o device.o module.o platform.o property.o
/linux-master/include/sound/
H A Dsof.h77 const char *platform; member in struct:snd_sof_pdata
101 /* platform's preferred IPC type and path overrides */
124 * Descriptor used for setting up SOF platform data. This is used when
158 /* The platform supports DSPless mode */
/linux-master/drivers/platform/x86/
H A DMakefile3 # Makefile for linux/drivers/platform/x86
85 obj-$(CONFIG_MSI_WMI_PLATFORM) += msi-wmi-platform.o
125 obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
149 obj-$(CONFIG_SILICOM_PLATFORM) += silicom-platform.o
155 obj-$(CONFIG_SEL3350_PLATFORM) += sel3350-platform.o
/linux-master/drivers/i2c/busses/
H A Di2c-viai2c-common.h76 unsigned int platform; member in struct:viai2c
H A DMakefile60 obj-$(CONFIG_I2C_DESIGNWARE_PLATFORM) += i2c-designware-platform.o
61 i2c-designware-platform-y := i2c-designware-platdrv.o
62 i2c-designware-platform-$(CONFIG_I2C_DESIGNWARE_AMDPSP) += i2c-designware-amdpsp.o
63 i2c-designware-platform-$(CONFIG_I2C_DESIGNWARE_BAYTRAIL) += i2c-designware-baytrail.o
96 obj-$(CONFIG_I2C_APPLE) += i2c-pasemi-core.o i2c-pasemi-platform.o
97 obj-$(CONFIG_I2C_PCA_PLATFORM) += i2c-pca-platform.o
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_hevc_common.c42 if (codec_hevc_use_mmu(core->platform->revision,
48 if (core->platform->revision < VDEC_REVISION_SM1)
117 u32 revision = core->platform->revision;
261 if (codec_hevc_use_mmu(core->platform->revision,
270 if (core->platform->revision == VDEC_REVISION_GXBB)

Completed in 188 milliseconds

1234567891011>>