Searched refs:machine (Results 226 - 250 of 607) sorted by relevance

1234567891011>>

/linux-master/drivers/regulator/
H A Dvexpress-regulator.c14 #include <linux/regulator/machine.h>
H A Dtps6286x-regulator.c10 #include <linux/regulator/machine.h>
H A Dmax77503-regulator.c11 #include <linux/regulator/machine.h>
/linux-master/drivers/firmware/imx/
H A Dimx-scu-soc.c118 &soc_dev_attr->machine);
/linux-master/drivers/pinctrl/
H A Dpinctrl-lantiq.h15 #include <linux/pinctrl/machine.h>
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dled.c5 #include <linux/gpio/machine.h>
/linux-master/arch/s390/boot/
H A Dstartup.c38 struct machine_info machine; variable in typeref:struct:machine_info
52 machine.has_edat1 = 1;
56 machine.has_edat2 = 1;
58 machine.has_nx = 1;
/linux-master/sound/core/
H A Dinfo_oss.c78 init_utsname()->machine);
/linux-master/tools/perf/bench/
H A Dsynthesize.c55 struct machine *machine __maybe_unused)
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c55 len = strlen(" WireGuard Test Suite on ") + strlen(utsname.sysname) + strlen(utsname.release) + strlen(utsname.machine);
56 printf("\x1b[45m\x1b[33m\x1b[1m%*.s\x1b[0m\n\x1b[45m\x1b[33m\x1b[1m WireGuard Test Suite on %s %s %s \x1b[0m\n\x1b[45m\x1b[33m\x1b[1m%*.s\x1b[0m\n\n", len, "", utsname.sysname, utsname.release, utsname.machine, len, "");
/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c14 #include "machine.h"
116 struct machine kallsyms;
197 struct machine vmlinux;
277 pr_info("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n");
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c304 .machine = "qcom,sm7150",
342 .machine = "qcom,sm4350",
361 .machine = "qcom,sm6375",
622 if (info->machine && !of_machine_is_compatible(info->machine))
/linux-master/sound/soc/sof/
H A Dcore.c183 /* find machine */
186 sof_pdata->machine = mach;
205 dev_err(sdev->dev, "error: no matching ASoC machine driver found - aborting probe\n");
214 dev_warn(sdev->dev, "Using nocodec machine driver\n");
223 sof_pdata->machine = mach;
345 /* check machine info */
348 dev_err(sdev->dev, "failed to get machine info %d\n", ret);
513 "error: failed to register machine driver %d\n", ret);
680 * Unregister machine driver. This will unbind the snd_card which
745 drv_name = plat_data->machine
[all...]
/linux-master/tools/perf/util/
H A Darm-spe.c24 #include "machine.h"
47 struct machine *machine; member in struct:arm_spe
244 tid = machine__get_current_tid(spe->machine, speq->cpu);
252 speq->thread = machine__find_thread(spe->machine, -1,
266 int err = machine__set_current_tid(spe->machine, speq->cpu, -1, tid);
644 spe->kernel_start = machine__kernel_start(spe->machine);
836 * A previous context-switch event has set pid/tid in the machine's context, so
896 return machine__set_current_tid(spe->machine, cpu, pid, tid);
1084 struct machine *machin
[all...]
H A Ddata-convert-json.c153 struct machine *machine)
162 if (machine__resolve(machine, &al, sample) < 0) {
149 process_sample_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel __maybe_unused, struct machine *machine) argument
/linux-master/tools/perf/
H A Dbuiltin-timechart.c326 struct machine *machine __maybe_unused)
336 struct machine *machine __maybe_unused)
346 struct machine *machine __maybe_unused)
494 struct machine *machine)
513 if (machine__resolve(machine, &al, sample) < 0) {
578 struct machine *machin
492 cat_backtrace(union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
574 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
[all...]
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsetup.c12 #include <linux/regulator/machine.h>
/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1_5.c12 #include <linux/gpio/machine.h>
162 * state machine to reset to a (sane) initial state. Mitch Bradley
/linux-master/arch/mips/generic/
H A Dboard-sead3.c16 #include <asm/machine.h>
/linux-master/arch/sh/kernel/cpu/
H A Dproc.c88 seq_printf(m, "machine\t\t: %s\n", get_system_type());
93 seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine);
/linux-master/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c17 #include <linux/regulator/machine.h>
/linux-master/arch/sh/include/asm/
H A Delf.h133 #define ELF_PLATFORM (utsname()->machine)
/linux-master/arch/mips/alchemy/
H A Dboard-gpr.c20 #include <linux/gpio/machine.h>
/linux-master/drivers/platform/x86/
H A Dmeraki-mx100.c19 #include <linux/gpio/machine.h>
/linux-master/drivers/soc/imx/
H A Dsoc-imx.c50 ret = of_property_read_string(root, "model", &soc_dev_attr->machine);

Completed in 227 milliseconds

1234567891011>>