Home
last modified time | relevance | path

Searched defs:mach (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.4/arch/powerpc/include/asm/
Dmachdep.h275 #define __define_machine_initcall(mach, fn, id) \ argument
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
288 #define machine_arch_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 3s) argument
289 #define machine_subsys_initcall(mach, fn) __define_machine_initcall(mach, fn, 4) argument
290 #define machine_subsys_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 4s) argument
[all …]
/Linux-v5.4/arch/mips/kernel/
Dmips_machine.c14 #define for_each_machine(mach) \ argument
22 struct mips_machine *mach; in mips_machtype_setup() local
46 struct mips_machine *mach; in mips_machine_setup() local
/Linux-v5.4/arch/arm/mach-omap1/include/mach/
Duncompress.h69 #define _DEBUG_LL_ENTRY(mach, dbg_uart, dbg_shft, dbg_id) \ argument
78 #define DEBUG_LL_OMAP7XX(p, mach) \ argument
82 #define DEBUG_LL_OMAP1(p, mach) \ argument
/Linux-v5.4/sound/soc/
Dsoc-acpi.c14 struct snd_soc_acpi_mach *mach; in snd_soc_acpi_find_machine() local
92 struct snd_soc_acpi_mach *mach = arg; in snd_soc_acpi_codec_list() local
/Linux-v5.4/sound/soc/intel/common/
Dsst-acpi.c44 struct snd_soc_acpi_mach *mach; member
54 struct snd_soc_acpi_mach *mach = sst_acpi->mach; in sst_acpi_fw_cb() local
80 struct snd_soc_acpi_mach *mach; in sst_acpi_probe() local
Dsoc-acpi-intel-bxt-match.c30 struct snd_soc_acpi_mach *mach = arg; in apl_quirk() local
Dsoc-acpi-intel-cht-match.c44 struct snd_soc_acpi_mach *mach = arg; in cht_quirk() local
Dsoc-acpi-intel-byt-match.c108 struct snd_soc_acpi_mach *mach = arg; in byt_quirk() local
/Linux-v5.4/arch/mips/include/asm/
Dmachine.h28 #define for_each_mips_machine(mach) \ argument
44 mips_machine_is_compatible(const struct mips_machine *mach, const void *fdt) in mips_machine_is_compatible()
/Linux-v5.4/sound/soc/sof/
Dsof-of-dev.c47 struct snd_soc_acpi_mach *mach; in sof_of_probe() local
Dsof-acpi-dev.c134 struct snd_soc_acpi_mach *mach; in sof_acpi_probe() local
Dnocodec.c67 struct snd_soc_acpi_mach *mach, in sof_nocodec_setup()
Dsof-pci-dev.c275 struct snd_soc_acpi_mach *mach; in sof_pci_probe() local
/Linux-v5.4/arch/mips/fw/arc/
Didentify.c93 struct smatch *mach; in prom_identify_arch() local
/Linux-v5.4/sound/soc/intel/boards/
Dhaswell.c190 struct snd_soc_acpi_mach *mach; in haswell_audio_probe() local
Dskl_hda_dsp_generic.c156 struct snd_soc_acpi_mach *mach; in skl_hda_audio_probe() local
Dbytcht_cx2072x.c226 struct snd_soc_acpi_mach *mach; in snd_byt_cht_cx2072x_probe() local
Dbytcht_da7213.c227 struct snd_soc_acpi_mach *mach; in bytcht_da7213_probe() local
Dbroadwell.c272 struct snd_soc_acpi_mach *mach; in broadwell_audio_probe() local
Dcht_bsw_nau8824.c251 struct snd_soc_acpi_mach *mach; in snd_cht_mc_probe() local
/Linux-v5.4/sound/soc/intel/skylake/
Dskl.c484 struct snd_soc_acpi_mach *mach; in skl_find_hda_machine() local
502 struct snd_soc_acpi_mach *mach = driver_data; in skl_find_machine() local
531 struct snd_soc_acpi_mach *mach = skl->mach; in skl_machine_device_register() local
/Linux-v5.4/arch/mips/generic/
Dinit.c24 static __initdata const struct mips_machine *mach; variable
/Linux-v5.4/sound/soc/intel/atom/sst/
Dsst_acpi.c241 struct snd_soc_acpi_mach *mach; in sst_acpi_probe() local
/Linux-v5.4/arch/sh/include/uapi/asm/
Dptrace_32.h51 unsigned long mach; member
/Linux-v5.4/arch/s390/kernel/
Dearly.c108 struct sysinfo_1_1_1 *mach = (struct sysinfo_1_1_1 *)&sysinfo_page; in setup_arch_string() local

123