Home
last modified time | relevance | path

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

123

/linux/arch/powerpc/include/asm/
A Dmachdep.h261 #define __define_machine_initcall(mach, fn, id) \ argument
268 #define machine_early_initcall(mach, fn) __define_machine_initcall(mach, fn, early) argument
269 #define machine_core_initcall(mach, fn) __define_machine_initcall(mach, fn, 1) argument
270 #define machine_core_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 1s) argument
271 #define machine_postcore_initcall(mach, fn) __define_machine_initcall(mach, fn, 2) argument
273 #define machine_arch_initcall(mach, fn) __define_machine_initcall(mach, fn, 3) argument
275 #define machine_subsys_initcall(mach, fn) __define_machine_initcall(mach, fn, 4) argument
277 #define machine_fs_initcall(mach, fn) __define_machine_initcall(mach, fn, 5) argument
278 #define machine_fs_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 5s) argument
280 #define machine_device_initcall(mach, fn) __define_machine_initcall(mach, fn, 6) argument
[all …]
/linux/arch/arm/mach-omap1/include/mach/
A 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/arch/mips/include/asm/
A 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/sound/soc/
A Dsoc-acpi.c36 struct snd_soc_acpi_mach *mach; in snd_soc_acpi_find_machine() local
114 struct snd_soc_acpi_mach *mach = arg; in snd_soc_acpi_codec_list() local
/linux/sound/soc/intel/boards/
A Dehl_rt5660.c255 struct snd_soc_acpi_mach *mach) in hdmi_link_init()
279 struct snd_soc_acpi_mach *mach; in snd_ehl_rt5660_probe() local
A Dsof_da7219_max98373.c245 struct snd_soc_acpi_mach *mach = (card->dev)->platform_data; in card_late_probe() local
398 struct snd_soc_acpi_mach *mach; in audio_probe() local
A Dhaswell.c173 struct snd_soc_acpi_mach *mach; in haswell_audio_probe() local
A Dbytcht_cx2072x.c233 struct snd_soc_acpi_mach *mach; in snd_byt_cht_cx2072x_probe() local
A Dskl_hda_dsp_generic.c202 struct snd_soc_acpi_mach *mach; in skl_hda_audio_probe() local
A Dsof_wm8804.c210 struct snd_soc_acpi_mach *mach; in sof_wm8804_probe() local
A Dbytcht_da7213.c234 struct snd_soc_acpi_mach *mach; in bytcht_da7213_probe() local
A Dcht_bsw_nau8824.c250 struct snd_soc_acpi_mach *mach; in snd_cht_mc_probe() local
A Dbdw-rt5650.c291 struct snd_soc_acpi_mach *mach; in bdw_rt5650_probe() local
/linux/sound/soc/intel/common/
A Dsoc-acpi-intel-bxt-match.c30 struct snd_soc_acpi_mach *mach = arg; in apl_quirk() local
A Dsoc-acpi-intel-cht-match.c44 struct snd_soc_acpi_mach *mach = arg; in cht_quirk() local
A Dsoc-acpi-intel-byt-match.c109 struct snd_soc_acpi_mach *mach = arg; in byt_quirk() local
/linux/sound/soc/sof/intel/
A Datom.c341 struct snd_soc_acpi_mach *mach; in atom_machine_select() local
446 void atom_set_mach_params(const struct snd_soc_acpi_mach *mach, in atom_set_mach_params()
A Dbdw.c548 struct snd_soc_acpi_mach *mach; in bdw_machine_select() local
561 static void bdw_set_mach_params(const struct snd_soc_acpi_mach *mach, in bdw_set_mach_params()
/linux/arch/mips/fw/arc/
A Didentify.c94 struct smatch *mach; in prom_identify_arch() local
/linux/sound/soc/sof/
A Dnocodec.c91 struct snd_soc_acpi_mach *mach; in sof_nocodec_probe() local
/linux/sound/soc/intel/skylake/
A Dskl.c486 struct snd_soc_acpi_mach *mach; in skl_find_hda_machine() local
500 struct snd_soc_acpi_mach *mach = driver_data; in skl_find_machine() local
529 struct snd_soc_acpi_mach *mach = skl->mach; in skl_machine_device_register() local
/linux/arch/mips/generic/
A Dinit.c24 static __initconst const struct mips_machine *mach; variable
/linux/sound/soc/intel/atom/sst/
A Dsst_acpi.c241 struct snd_soc_acpi_mach *mach; in sst_acpi_probe() local
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_mactable.c63 u32 macl = 0, mach = 0; in sparx5_mact_select() local
138 u32 mach, macl, cfg2; in sparx5_mact_get() local
/linux/sound/soc/intel/catpt/
A Ddevice.c140 struct snd_soc_acpi_mach *mach; in catpt_register_board() local

Completed in 27 milliseconds

123