hp_work           376 arch/powerpc/platforms/pseries/dlpar.c 	struct pseries_hp_work *hp_work =
hp_work           379 arch/powerpc/platforms/pseries/dlpar.c 	handle_dlpar_errorlog(hp_work->errlog);
hp_work           381 arch/powerpc/platforms/pseries/dlpar.c 	kfree(hp_work->errlog);
hp_work            26 sound/pci/ice1712/psc724.c 	struct delayed_work hp_work;
hp_work           206 sound/pci/ice1712/psc724.c 						hp_work.work);
hp_work           210 sound/pci/ice1712/psc724.c 	schedule_delayed_work(&spec->hp_work, msecs_to_jiffies(JACK_INTERVAL));
hp_work           227 sound/pci/ice1712/psc724.c 		schedule_delayed_work(&spec->hp_work,
hp_work           230 sound/pci/ice1712/psc724.c 		cancel_delayed_work_sync(&spec->hp_work);
hp_work           410 sound/pci/ice1712/psc724.c 	INIT_DELAYED_WORK(&spec->hp_work, psc724_update_hp_jack_state);
hp_work           419 sound/pci/ice1712/psc724.c 	cancel_delayed_work_sync(&spec->hp_work);