Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 118) sorted by relevance

12345

/drivers/soc/fsl/
A Dguts.c189 const char *machine = NULL; in fsl_guts_init() local
220 if (of_property_read_string(of_root, "model", &machine)) in fsl_guts_init()
221 of_property_read_string_index(of_root, "compatible", 0, &machine); in fsl_guts_init()
222 if (machine) { in fsl_guts_init()
223 soc_dev_attr->machine = kstrdup(machine, GFP_KERNEL); in fsl_guts_init()
224 if (!soc_dev_attr->machine) in fsl_guts_init()
260 pr_info("Machine: %s\n", soc_dev_attr->machine); in fsl_guts_init()
270 kfree(soc_dev_attr->machine); in fsl_guts_init()
/drivers/soc/loongson/
A Dloongson2_guts.c98 const char *machine; in loongson2_guts_probe() local
114 if (of_property_read_string(root, "model", &machine)) in loongson2_guts_probe()
115 of_property_read_string_index(root, "compatible", 0, &machine); in loongson2_guts_probe()
117 if (machine) { in loongson2_guts_probe()
118 soc_dev_attr.machine = devm_kstrdup(dev, machine, GFP_KERNEL); in loongson2_guts_probe()
119 if (!soc_dev_attr.machine) in loongson2_guts_probe()
146 pr_info("Machine: %s\n", soc_dev_attr.machine); in loongson2_guts_probe()
/drivers/base/
A Dsoc.c36 static DEVICE_ATTR(machine, 0444, soc_info_show, NULL);
54 if ((attr == &dev_attr_machine.attr) && soc_dev->attr->machine) in soc_attribute_mode()
76 output = soc_dev->attr->machine; in soc_info_show()
118 if (soc_dev_attr->machine) in soc_device_get_machine()
122 of_property_read_string(np, "model", &soc_dev_attr->machine); in soc_device_get_machine()
214 if (match->machine && in soc_device_match_attr()
215 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr()
266 while (matches->machine || matches->family || matches->revision || in soc_device_match()
/drivers/soc/aspeed/
A Daspeed-socinfo.c86 const char *machine = NULL; in aspeed_socinfo_init() local
125 of_property_read_string(np, "model", &machine); in aspeed_socinfo_init()
126 if (machine) in aspeed_socinfo_init()
127 attrs->machine = kstrdup(machine, GFP_KERNEL); in aspeed_socinfo_init()
140 kfree(attrs->machine); in aspeed_socinfo_init()
/drivers/gpu/drm/ci/xfails/
A Di915-tgl-skips.txt1 # Suspend to RAM seems to be broken on this machine
4 # GPU hangs, then the whole machine
7 # Whole machine hangs
29 # Hangs the machine and timeout occurs
A Damdgpu-stoney-skips.txt1 # Suspend to RAM seems to be broken on this machine
24 # GPU reset seen and it hangs the machine
29 # Hangs the machine and timeout occurs
A Di915-jsl-skips.txt1 # Suspend to RAM seems to be broken on this machine
20 # Hangs the machine and timeout occurs
A Di915-amly-skips.txt1 # Suspend to RAM seems to be broken on this machine
19 # Hangs the machine and timeout occurs
A Di915-apl-skips.txt1 # Suspend to RAM seems to be broken on this machine
21 # Hangs the machine and timeout occurs
A Dmsm-sc7180-trogdor-kingoftown-skips.txt1 # Suspend to RAM seems to be broken on this machine
25 # Hangs the machine
A Di915-whl-skips.txt17 # Hangs the machine and timeout occurs
A Drockchip-rk3288-skips.txt1 # Suspend to RAM seems to be broken on this machine
A Di915-cml-skips.txt17 # Hangs the machine and timeout occurs
A Dpanfrost-rk3288-skips.txt1 # Suspend to RAM seems to be broken on this machine
A Dpanfrost-rk3399-skips.txt1 # Suspend to RAM seems to be broken on this machine
A Drockchip-rk3399-skips.txt1 # Suspend to RAM seems to be broken on this machine
A Dmsm-apq8096-skips.txt1 # Whole machine hangs
A Dmsm-sc7180-trogdor-lazor-limozeen-skips.txt1 # Suspend to RAM seems to be broken on this machine
/drivers/usb/usbip/
A DKconfig26 which is run on the remote machine.
57 machine that is sharing the USB devices.
67 driver, which is run on the host machine, allowing the
68 machine itself to act as a device.
/drivers/misc/lis3lv02d/
A DKconfig16 the laptop to act as a pinball machine-esque joystick.
32 the device to act as a pinball machine-esque joystick.
/drivers/gpio/
A DTODO10 approach. This means that GPIO consumers, drivers and machine descriptions
18 unmanageable: machine board files tend to become full of macros trying to
42 - Convert all machine descriptors in "boardfiles" to only
43 #include <linux/gpio/machine.h>, the other option being to convert it
44 to a machine description such as device tree, ACPI or fwnode that
/drivers/bus/mhi/ep/
A DKconfig10 such as SDX55 modem connected to the host machine over PCIe.
/drivers/accel/amdxdna/
A DKconfig16 accelerate machine learning applications.
/drivers/misc/pvpanic/
A DKconfig13 a virtual machine (guest) communicate panic events to the host.
/drivers/gpu/drm/msm/adreno/
A Dadreno_device.c50 if (info->machine && !of_machine_is_compatible(info->machine)) in adreno_info()

Completed in 21 milliseconds

12345