| /drivers/soc/fsl/ |
| A D | guts.c | 189 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 D | loongson2_guts.c | 98 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 D | soc.c | 36 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 D | aspeed-socinfo.c | 86 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 D | i915-tgl-skips.txt | 1 # 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 D | amdgpu-stoney-skips.txt | 1 # 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 D | i915-jsl-skips.txt | 1 # Suspend to RAM seems to be broken on this machine 20 # Hangs the machine and timeout occurs
|
| A D | i915-amly-skips.txt | 1 # Suspend to RAM seems to be broken on this machine 19 # Hangs the machine and timeout occurs
|
| A D | i915-apl-skips.txt | 1 # Suspend to RAM seems to be broken on this machine 21 # Hangs the machine and timeout occurs
|
| A D | msm-sc7180-trogdor-kingoftown-skips.txt | 1 # Suspend to RAM seems to be broken on this machine 25 # Hangs the machine
|
| A D | i915-whl-skips.txt | 17 # Hangs the machine and timeout occurs
|
| A D | rockchip-rk3288-skips.txt | 1 # Suspend to RAM seems to be broken on this machine
|
| A D | i915-cml-skips.txt | 17 # Hangs the machine and timeout occurs
|
| A D | panfrost-rk3288-skips.txt | 1 # Suspend to RAM seems to be broken on this machine
|
| A D | panfrost-rk3399-skips.txt | 1 # Suspend to RAM seems to be broken on this machine
|
| A D | rockchip-rk3399-skips.txt | 1 # Suspend to RAM seems to be broken on this machine
|
| A D | msm-apq8096-skips.txt | 1 # Whole machine hangs
|
| A D | msm-sc7180-trogdor-lazor-limozeen-skips.txt | 1 # Suspend to RAM seems to be broken on this machine
|
| /drivers/usb/usbip/ |
| A D | Kconfig | 26 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 D | Kconfig | 16 the laptop to act as a pinball machine-esque joystick. 32 the device to act as a pinball machine-esque joystick.
|
| /drivers/gpio/ |
| A D | TODO | 10 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 D | Kconfig | 10 such as SDX55 modem connected to the host machine over PCIe.
|
| /drivers/accel/amdxdna/ |
| A D | Kconfig | 16 accelerate machine learning applications.
|
| /drivers/misc/pvpanic/ |
| A D | Kconfig | 13 a virtual machine (guest) communicate panic events to the host.
|
| /drivers/gpu/drm/msm/adreno/ |
| A D | adreno_device.c | 50 if (info->machine && !of_machine_is_compatible(info->machine)) in adreno_info()
|