Home
last modified time | relevance | path

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

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