Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Devxface.c58 u32 handler_type, in acpi_install_notify_handler() argument
72 if ((!device) || (!handler) || (!handler_type) || in acpi_install_notify_handler()
73 (handler_type > ACPI_MAX_NOTIFY_HANDLER_TYPE)) { in acpi_install_notify_handler()
91 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
144 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
166 handler_obj->notify.handler_type = handler_type; in acpi_install_notify_handler()
173 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
183 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
212 u32 handler_type, acpi_notify_handler handler) in ACPI_EXPORT_SYMBOL()
226 if ((!device) || (!handler) || (!handler_type) || in ACPI_EXPORT_SYMBOL()
[all …]
H A Dacobject.h275 u32 handler_type; /* Type: Device/System/Both */ member
H A Dexdump.c220 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dextable.h32 enum handler_type { enum
42 extern enum handler_type ex_get_fault_handler_type(unsigned long ip);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp915 handler_type; in assign_to() typedef
917 typedef typename handler_type::invoker_type invoker_type; in assign_to()
918 typedef typename handler_type::manager_type manager_type; in assign_to()
950 handler_type; in assign_to_a() typedef
952 typedef typename handler_type::invoker_type invoker_type; in assign_to_a()
953 typedef typename handler_type::manager_type manager_type; in assign_to_a()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dextable.c141 enum handler_type ex_get_fault_handler_type(unsigned long ip) in ex_get_fault_handler_type()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacpixf.h634 u32 handler_type,
640 u32 handler_type,
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhyperv_vmbus.h319 enum vmbus_message_handler_type handler_type; member
H A Dvmbus_drv.c1098 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dseverity.c272 enum handler_type t; in error_context()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dexecutor1820 class handler_type<use_future_t<_Allocator>, _Ret(_Args...)> // TODO uglify name
1950 = typename handler_type<use_future_t<_Alloc>, _Ret(_Args...)>::type;
1971 // (probably need to move _Type outside of handler_type so we don't have
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dexecutor1820 class handler_type<use_future_t<_Allocator>, _Ret(_Args...)> // TODO uglify name
1950 = typename handler_type<use_future_t<_Alloc>, _Ret(_Args...)>::type;
1971 // (probably need to move _Type outside of handler_type so we don't have