/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | machdep.h | 275 #define __define_machine_initcall(mach, fn, id) \ argument 276 static int __init __machine_initcall_##mach##_##fn(void) { \ 277 if (machine_is(mach)) return fn(); \ 280 __define_initcall(__machine_initcall_##mach##_##fn, id); 282 #define machine_early_initcall(mach, fn) __define_machine_initcall(mach, fn, early) argument 283 #define machine_core_initcall(mach, fn) __define_machine_initcall(mach, fn, 1) argument 284 #define machine_core_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 1s) argument 285 #define machine_postcore_initcall(mach, fn) __define_machine_initcall(mach, fn, 2) argument 286 #define machine_postcore_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 2s) argument 287 #define machine_arch_initcall(mach, fn) __define_machine_initcall(mach, fn, 3) argument [all …]
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
D | Makefile.s3c24xx | 51 obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o 52 obj-$(CONFIG_ARCH_BAST) += mach-bast.o 54 obj-$(CONFIG_ARCH_H1940) += mach-h1940.o 57 obj-$(CONFIG_MACH_N30) += mach-n30.o 58 obj-$(CONFIG_MACH_OTOM) += mach-otom.o 59 obj-$(CONFIG_MACH_QT2410) += mach-qt2410.o 60 obj-$(CONFIG_ARCH_SMDK2410) += mach-smdk2410.o 61 obj-$(CONFIG_MACH_TCT_HAMMER) += mach-tct_hammer.o 62 obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o 64 obj-$(CONFIG_MACH_JIVE) += mach-jive.o [all …]
|
D | Makefile.s3c64xx | 49 obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o 50 obj-$(CONFIG_MACH_HMT) += mach-hmt.o 51 obj-$(CONFIG_MACH_MINI6410) += mach-mini6410.o 52 obj-$(CONFIG_MACH_NCP) += mach-ncp.o 53 obj-$(CONFIG_MACH_REAL6410) += mach-real6410.o 54 obj-$(CONFIG_MACH_SMARTQ) += mach-smartq.o 55 obj-$(CONFIG_MACH_SMARTQ5) += mach-smartq5.o 56 obj-$(CONFIG_MACH_SMARTQ7) += mach-smartq7.o 57 obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o 58 obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o [all …]
|
/kernel/linux/linux-5.10/sound/soc/ |
D | soc-acpi.c | 14 struct snd_soc_acpi_mach *mach; in snd_soc_acpi_find_machine() local 17 for (mach = machines; mach->id[0]; mach++) { in snd_soc_acpi_find_machine() 18 if (acpi_dev_present(mach->id, NULL, -1)) { in snd_soc_acpi_find_machine() 19 if (mach->machine_quirk) { in snd_soc_acpi_find_machine() 20 mach_alt = mach->machine_quirk(mach); in snd_soc_acpi_find_machine() 23 mach = mach_alt; in snd_soc_acpi_find_machine() 26 return mach; in snd_soc_acpi_find_machine() 92 struct snd_soc_acpi_mach *mach = arg; in snd_soc_acpi_codec_list() local 94 (struct snd_soc_acpi_codecs *) mach->quirk_data; in snd_soc_acpi_codec_list() 97 if (mach->quirk_data == NULL) in snd_soc_acpi_codec_list() [all …]
|
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
D | Makefile | 4 obj-$(CONFIG_SOC_IMX25) += cpu-imx25.o mach-imx25.o pm-imx25.o 6 obj-$(CONFIG_SOC_IMX27) += cpu-imx27.o pm-imx27.o mach-imx27.o 8 obj-$(CONFIG_SOC_IMX31) += mm-imx3.o cpu-imx31.o mach-imx31.o 9 obj-$(CONFIG_SOC_IMX35) += mm-imx3.o cpu-imx35.o mach-imx35.o 43 obj-$(CONFIG_SOC_IMX6Q) += mach-imx6q.o 44 obj-$(CONFIG_SOC_IMX6SL) += mach-imx6sl.o 45 obj-$(CONFIG_SOC_IMX6SLL) += mach-imx6sl.o 46 obj-$(CONFIG_SOC_IMX6SX) += mach-imx6sx.o 47 obj-$(CONFIG_SOC_IMX6UL) += mach-imx6ul.o 48 obj-$(CONFIG_SOC_IMX7D_CA7) += mach-imx7d.o [all …]
|
/kernel/linux/linux-5.10/arch/mips/generic/ |
D | init.c | 24 static __initconst const struct mips_machine *mach; variable 53 mach = check_mach; in plat_get_fdt() 71 mach = check_mach; in plat_get_fdt() 78 BUG_ON(!mach); in plat_get_fdt() 81 fdt = mach->fdt; in plat_get_fdt() 105 if (mach && mach->fixup_fdt) in plat_mem_setup() 106 fdt = mach->fixup_fdt(fdt, mach_match_data); in plat_mem_setup() 160 } else if (mach && mach->measure_hpt_freq) { in plat_time_init() 161 mips_hpt_frequency = mach->measure_hpt_freq(); in plat_time_init()
|
/kernel/linux/linux-5.10/arch/sh/ |
D | Makefile | 125 machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se 126 machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx 127 machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast 128 machdir-$(CONFIG_SH_SH03) += mach-sh03 129 machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d 130 machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander 131 machdir-$(CONFIG_SH_MIGOR) += mach-migor 132 machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa 133 machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09 134 machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24 [all …]
|
/kernel/linux/linux-5.10/sound/oss/dmasound/ |
D | dmasound_core.c | 230 dmasound.mach.silence(); /* _MUST_ stop DMA */ in sound_silence() 235 return dmasound.mach.setFormat(format); in sound_set_format() 249 if (dmasound.mach.max_dsp_speed && in sound_set_speed() 250 (speed > dmasound.mach.max_dsp_speed)) in sound_set_speed() 251 speed = dmasound.mach.max_dsp_speed ; in sound_set_speed() 329 if (!try_module_get(dmasound.mach.owner)) { in mixer_open() 342 module_put(dmasound.mach.owner); in mixer_release() 358 strlcpy(info.id, dmasound.mach.name2, sizeof(info.id)); in mixer_ioctl() 359 strlcpy(info.name, dmasound.mach.name2, sizeof(info.name)); in mixer_ioctl() 366 if (dmasound.mach.mixer_ioctl) in mixer_ioctl() [all …]
|
D | dmasound.h | 162 MACHINE mach; /* machine dependent things */ member 189 return dmasound.mach.setVolume(volume); in dmasound_set_volume() 194 return dmasound.mach.setBass ? dmasound.mach.setBass(bass) : 50; in dmasound_set_bass() 199 return dmasound.mach.setTreble ? dmasound.mach.setTreble(treble) : 50; in dmasound_set_treble() 204 return dmasound.mach.setGain ? dmasound.mach.setGain(gain) : 100; in dmasound_set_gain()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | machine.h | 28 #define for_each_mips_machine(mach) \ argument 29 for ((mach) = (struct mips_machine *)&__mips_machines_start; \ 30 (mach) < (struct mips_machine *)&__mips_machines_end; \ 31 (mach)++) 44 mips_machine_is_compatible(const struct mips_machine *mach, const void *fdt) in mips_machine_is_compatible() argument 48 if (!mach->matches) in mips_machine_is_compatible() 51 for (match = mach->matches; match->compatible[0]; match++) { in mips_machine_is_compatible()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | early.c | 109 struct sysinfo_1_1_1 *mach = (struct sysinfo_1_1_1 *)&sysinfo_page; in setup_arch_string() local 113 if (stsi(mach, 1, 1, 1)) in setup_arch_string() 115 EBCASC(mach->manufacturer, sizeof(mach->manufacturer)); in setup_arch_string() 116 EBCASC(mach->type, sizeof(mach->type)); in setup_arch_string() 117 EBCASC(mach->model, sizeof(mach->model)); in setup_arch_string() 118 EBCASC(mach->model_capacity, sizeof(mach->model_capacity)); in setup_arch_string() 120 mach->manufacturer, mach->type, in setup_arch_string() 121 mach->model, mach->model_capacity); in setup_arch_string()
|
/kernel/linux/linux-5.10/sound/soc/amd/ |
D | Makefile | 3 snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o 4 snd-soc-acp-rt5645-mach-objs := acp-rt5645.o 5 snd-soc-acp-rt5682-mach-objs := acp3x-rt5682-max9836.o 8 obj-$(CONFIG_SND_SOC_AMD_CZ_DA7219MX98357_MACH) += snd-soc-acp-da7219mx98357-mach.o 9 obj-$(CONFIG_SND_SOC_AMD_CZ_RT5645_MACH) += snd-soc-acp-rt5645-mach.o 11 obj-$(CONFIG_SND_SOC_AMD_RV_RT5682_MACH) += snd-soc-acp-rt5682-mach.o
|
/kernel/linux/linux-5.10/arch/mips/ralink/ |
D | Platform | 4 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink 10 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x 16 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x 22 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883 28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620 33 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
|
/kernel/linux/linux-5.10/Documentation/arm/spear/ |
D | overview.rst | 52 Each machine series have a directory with name arch/arm/mach-spear followed by 53 series name. Like mach-spear3xx, mach-spear6xx and mach-spear13xx. 55 Common file for machines of spear3xx family is mach-spear3xx/spear3xx.c, for 56 spear6xx is mach-spear6xx/spear6xx.c and for spear13xx family is 57 mach-spear13xx/spear13xx.c. mach-spear* also contain soc/machine specific 59 spear600.c. mach-spear* doesn't contains board specific files as they fully
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
D | sst_acpi.c | 240 struct snd_soc_acpi_mach *mach; in sst_acpi_probe() local 251 mach = (struct snd_soc_acpi_mach *)id->driver_data; in sst_acpi_probe() 252 mach = snd_soc_acpi_find_machine(mach); in sst_acpi_probe() 253 if (mach == NULL) { in sst_acpi_probe() 259 mach->pdata = &byt_rvp_platform_data; in sst_acpi_probe() 261 mach->pdata = &chv_platform_data; in sst_acpi_probe() 262 pdata = mach->pdata; in sst_acpi_probe() 282 mach->mach_params.acpi_ipc_irq_index = in sst_acpi_probe() 297 mdev = platform_device_register_data(dev, mach->drv_name, -1, in sst_acpi_probe() 298 (const void *)mach, sizeof(*mach)); in sst_acpi_probe() [all …]
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
D | uncompress.h | 69 #define _DEBUG_LL_ENTRY(mach, dbg_uart, dbg_shft, dbg_id) \ argument 70 if (machine_is_##mach()) { \ 78 #define DEBUG_LL_OMAP7XX(p, mach) \ argument 79 _DEBUG_LL_ENTRY(mach, OMAP1_UART##p##_BASE, OMAP7XX_PORT_SHIFT, \ 82 #define DEBUG_LL_OMAP1(p, mach) \ argument 83 _DEBUG_LL_ENTRY(mach, OMAP1_UART##p##_BASE, OMAP_PORT_SHIFT, \
|
/kernel/linux/linux-5.10/arch/sh/tools/ |
D | gen-mach-types | 12 mach[nr] = $1; 35 printf(" #define MACH_%s\t\t1\n", mach[i]); 37 printf(" #define MACH_%s\t\t0\n", mach[i]); 45 tolower(mach[i]), mach[i]);
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
D | hda.c | 1124 struct snd_soc_acpi_mach *mach; in hda_sdw_machine_select() local 1139 for (mach = pdata->desc->alt_machines; in hda_sdw_machine_select() 1140 mach && mach->link_mask; mach++) { in hda_sdw_machine_select() 1149 if (~link_mask & mach->link_mask) in hda_sdw_machine_select() 1153 if (!mach->links) in hda_sdw_machine_select() 1156 link = mach->links; in hda_sdw_machine_select() 1170 if (mach && mach->link_mask) { in hda_sdw_machine_select() 1173 mach->drv_name, in hda_sdw_machine_select() 1174 mach->sof_tplg_filename); in hda_sdw_machine_select() 1175 pdata->machine = mach; in hda_sdw_machine_select() [all …]
|
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
D | skl_hda_dsp_generic.c | 202 struct snd_soc_acpi_mach *mach; in skl_hda_audio_probe() local 214 mach = pdev->dev.platform_data; in skl_hda_audio_probe() 215 if (!mach) in skl_hda_audio_probe() 220 ret = skl_hda_fill_card_info(&mach->mach_params); in skl_hda_audio_probe() 228 ctx->platform_name = mach->mach_params.platform; in skl_hda_audio_probe() 229 ctx->common_hdmi_codec_drv = mach->mach_params.common_hdmi_codec_drv; in skl_hda_audio_probe() 233 if (mach->mach_params.dmic_num > 0) { in skl_hda_audio_probe() 235 "cfg-dmics:%d", mach->mach_params.dmic_num); in skl_hda_audio_probe()
|
D | ehl_rt5660.c | 256 struct snd_soc_acpi_mach *mach) in hdmi_link_init() argument 261 if (mach->mach_params.common_hdmi_codec_drv && in hdmi_link_init() 262 (mach->mach_params.codec_mask & IDISP_CODEC_MASK)) { in hdmi_link_init() 280 struct snd_soc_acpi_mach *mach; in snd_ehl_rt5660_probe() local 293 mach = pdev->dev.platform_data; in snd_ehl_rt5660_probe() 295 mach->mach_params.platform); in snd_ehl_rt5660_probe() 299 hdmi_link_init(card, ctx, mach); in snd_ehl_rt5660_probe()
|
/kernel/linux/linux-5.10/Documentation/sh/ |
D | index.rst | 29 mach-dreamcast 32 .. kernel-doc:: arch/sh/boards/mach-dreamcast/rtc.c 35 mach-x3proto 38 .. kernel-doc:: arch/sh/boards/mach-x3proto/ilsel.c
|
/kernel/linux/linux-5.10/arch/mips/fw/arc/ |
D | identify.c | 94 struct smatch *mach; in prom_identify_arch() local 107 mach = string_to_mach(iname); in prom_identify_arch() 108 system_type = mach->liname; in prom_identify_arch() 110 prom_flags = mach->flags; in prom_identify_arch()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
D | skl.c | 486 struct snd_soc_acpi_mach *mach; in skl_find_hda_machine() local 489 mach = snd_soc_acpi_intel_hda_machines; in skl_find_hda_machine() 492 mach->fw_filename = machines->fw_filename; in skl_find_hda_machine() 494 return mach; in skl_find_hda_machine() 500 struct snd_soc_acpi_mach *mach = driver_data; in skl_find_machine() local 503 mach = snd_soc_acpi_find_machine(mach); in skl_find_machine() 504 if (!mach) { in skl_find_machine() 506 mach = skl_find_hda_machine(skl, driver_data); in skl_find_machine() 507 if (!mach) { in skl_find_machine() 513 skl->mach = mach; in skl_find_machine() [all …]
|
/kernel/linux/linux-5.10/arch/mips/sibyte/ |
D | Platform | 9 -I$(srctree)/arch/mips/include/asm/mach-sibyte \ 13 -I$(srctree)/arch/mips/include/asm/mach-sibyte \ 17 -I$(srctree)/arch/mips/include/asm/mach-sibyte \ 21 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
|
/kernel/linux/linux-5.10/arch/mips/lantiq/ |
D | Platform | 5 cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq 7 cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway 8 cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon
|