Lines Matching refs:objname
1041 char objname[64]; in handle_hotplug_event_bridge() local
1042 struct acpi_buffer buffer = { .length = sizeof(objname), in handle_hotplug_event_bridge()
1043 .pointer = objname }; in handle_hotplug_event_bridge()
1052 dbg("%s: Bus check notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_bridge()
1058 dbg("%s: Device check notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_bridge()
1064 dbg("%s: Device wake notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_bridge()
1069 dbg("%s: Device eject notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_bridge()
1073 warn("notify_handler: unknown event type 0x%x for %s\n", type, objname); in handle_hotplug_event_bridge()
1092 char objname[64]; in handle_hotplug_event_func() local
1093 struct acpi_buffer buffer = { .length = sizeof(objname), in handle_hotplug_event_func()
1094 .pointer = objname }; in handle_hotplug_event_func()
1103 dbg("%s: Bus check notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_func()
1109 dbg("%s: Device check notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_func()
1115 dbg("%s: Device wake notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_func()
1120 dbg("%s: Device eject notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_func()
1125 warn("notify_handler: unknown event type 0x%x for %s\n", type, objname); in handle_hotplug_event_func()