Lines Matching refs:event
750 struct pnv_php_event *event =
752 struct pnv_php_slot *php_slot = event->php_slot;
754 if (event->added)
759 kfree(event);
768 struct pnv_php_event *event;
818 * The PE is left in frozen state if the event is missed. It's
821 event = kzalloc(sizeof(*event), GFP_ATOMIC);
822 if (!event) {
824 "PCI slot [%s] missed hotplug event 0x%04x\n",
831 INIT_WORK(&event->work, pnv_php_event_handler);
832 event->added = added;
833 event->php_slot = php_slot;
834 queue_work(php_slot->wq, &event->work);