Lines Matching refs:notify
210 UINT32 notify; member
226 acpi_video_push_evdev_event(struct evdev_dev *evdev, UINT32 notify) in acpi_video_push_evdev_event() argument
235 if (acpi_video_evdev_map[i].notify == notify) { in acpi_video_push_evdev_event()
436 acpi_video_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context) in acpi_video_notify_handler() argument
445 switch (notify) { in acpi_video_notify_handler()
489 notify); in acpi_video_notify_handler()
492 (void *)(uintptr_t)notify); in acpi_video_notify_handler()
495 acpi_video_push_evdev_event(sc->evdev, notify); in acpi_video_notify_handler()
781 acpi_video_vo_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context) in acpi_video_vo_notify_handler() argument
791 switch (notify) { in acpi_video_vo_notify_handler()
808 notify, acpi_name(handle)); in acpi_video_vo_notify_handler()
813 switch (notify) { in acpi_video_vo_notify_handler()
826 if (notify == VID_NOTIFY_INC_BRN) { in acpi_video_vo_notify_handler()
853 acpi_video_push_evdev_event(vo->evdev, notify); in acpi_video_vo_notify_handler()
860 (void *)(uintptr_t)notify); in acpi_video_vo_notify_handler()