Home
last modified time | relevance | path

Searched refs:device_id_scheme (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/
H A Dacpi_video.c65 * Whether the struct acpi_video_device_attrib::device_id_scheme bit should be
68 static bool device_id_scheme = false; variable
69 module_param(device_id_scheme, bool, 0444);
142 * device_id_scheme is set; otherwise, other fields should be ignored.
144 * (but also see the global flag device_id_scheme)
146 u32 device_id_scheme:1; member
380 device_id_scheme = true; in video_set_device_id_scheme()
1163 if (attribute && (attribute->device_id_scheme || device_id_scheme)) { in acpi_video_bus_get_one_device()