HomeSort by: relevance | last modified time | path
    Searched refs:notifications (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/ldpd/
Makefile 17 notifications.c \
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acpi.c 77 struct amdgpu_atif_notifications notifications; member in struct:amdgpu_atif
136 * amdgpu_atif_parse_notification - parse supported notifications
138 * @n: supported notifications struct
139 * @mask: supported notifications mask from ATIF
141 * Use the supported notifications mask from ATIF function
142 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what notifications
213 amdgpu_atif_parse_notification(&atif->notifications, output.notification_mask);
860 if (atif->notifications.brightness_change) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_acpi.c 68 u32 notification_mask; /* supported notifications mask */
168 * radeon_atif_parse_notification - parse supported notifications
170 * @n: supported notifications struct
171 * @mask: supported notifications mask from ATIF
173 * Use the supported notifications mask from ATIF function
174 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what notifications
252 radeon_atif_parse_notification(&atif->notifications, output.notification_mask);
788 if (atif->notifications.brightness_change) {
radeon.h 2332 struct radeon_atif_notifications notifications; member in struct:radeon_atif

Completed in 140 milliseconds