Searched refs:handler_type (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/acpi/events/ |
D | evxface.c | 203 u32 handler_type, in acpi_install_notify_handler() argument 220 (handler_type > ACPI_MAX_NOTIFY_HANDLER_TYPE)) { in acpi_install_notify_handler() 246 if (((handler_type == ACPI_SYSTEM_NOTIFY) && in acpi_install_notify_handler() 248 ((handler_type == ACPI_DEVICE_NOTIFY) && in acpi_install_notify_handler() 254 if (handler_type == ACPI_SYSTEM_NOTIFY) { in acpi_install_notify_handler() 287 if (((handler_type == ACPI_SYSTEM_NOTIFY) && in acpi_install_notify_handler() 289 ((handler_type == ACPI_DEVICE_NOTIFY) && in acpi_install_notify_handler() 329 if (handler_type == ACPI_SYSTEM_NOTIFY) { in acpi_install_notify_handler() 362 u32 handler_type, in acpi_remove_notify_handler() argument 378 (handler_type > ACPI_MAX_NOTIFY_HANDLER_TYPE)) { in acpi_remove_notify_handler() [all …]
|
/linux-2.4.37.9/include/acpi/ |
D | acpixf.h | 270 u32 handler_type, 277 u32 handler_type,
|
/linux-2.4.37.9/drivers/block/ |
D | cciss.c | 560 typedef int (*handler_type) (unsigned int, unsigned int, unsigned long, typedef 565 handler_type handler; 568 { CCISS_GETPCIINFO, (handler_type) sys_ioctl, 0 }, 569 { CCISS_GETINTINFO, (handler_type) sys_ioctl, 0 }, 570 { CCISS_SETINTINFO, (handler_type) sys_ioctl, 0 }, 571 { CCISS_GETNODENAME, (handler_type) sys_ioctl, 0 }, 572 { CCISS_SETNODENAME, (handler_type) sys_ioctl, 0 }, 573 { CCISS_GETHEARTBEAT, (handler_type) sys_ioctl, 0 }, 574 { CCISS_GETBUSTYPES, (handler_type) sys_ioctl, 0 }, 575 { CCISS_GETFIRMVER, (handler_type) sys_ioctl, 0 }, [all …]
|