Searched refs:notify_info (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/events/
H A Devmisc.c57 acpi_generic_state *notify_info; local
132 notify_info = acpi_ut_create_generic_state ();
133 if (!notify_info) {
137 notify_info->common.data_type = ACPI_DESC_TYPE_STATE_NOTIFY;
138 notify_info->notify.node = node;
139 notify_info->notify.value = (u16) notify_value;
140 notify_info->notify.handler_obj = handler_obj;
143 acpi_ev_notify_dispatch, notify_info);
145 acpi_ut_delete_generic_state (notify_info);
176 acpi_generic_state *notify_info local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_client/
H A Dcli_spoolss_notify.c177 SPOOL_NOTIFY_INFO notify_info; local
187 ZERO_STRUCT(notify_info);
191 notify_info.version = 0x2;
192 notify_info.flags = 0x00020000; /* ?? */
193 notify_info.count = notify_data_len;
194 notify_info.data = notify_data;
200 &notify_info);

Completed in 40 milliseconds