Searched defs:vidsp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c154 struct acpi_video_switch *vidsp; local
164 vidsp = vidp->vid_switch;
165 while (vidsp != NULL) {
166 status = AcpiEvaluateObject(vidsp->dev.hdl, ACPI_METHOD_DOS,
170 vidsp = vidsp->next;
326 struct acpi_video_switch *vidsp; local
331 vidsp = vidp->vid_switch;
332 for (i = 0; i < vidp->total_switch && vidsp != NULL; i++) {
333 status = AcpiInstallNotifyHandler(vidsp
362 struct acpi_video_switch *vidsp; local
388 struct acpi_video_switch *vidsp; local
535 struct acpi_video_switch *vidsp; local
[all...]

Completed in 46 milliseconds