Searched refs:pmu_sleep_notifier (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | pmu.h | 174 struct pmu_sleep_notifier struct 176 int (*notifier_call)(struct pmu_sleep_notifier *self, int when); argument 206 int pmu_register_sleep_notifier(struct pmu_sleep_notifier* notifier); 207 int pmu_unregister_sleep_notifier(struct pmu_sleep_notifier* notifier);
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airport.c | 52 static int airport_sleep_notify(struct pmu_sleep_notifier *self, int when); 53 static struct pmu_sleep_notifier airport_sleep_notifier = { 69 airport_sleep_notify(struct pmu_sleep_notifier *self, int when) in airport_sleep_notify()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_time.c | 216 time_sleep_notify(struct pmu_sleep_notifier *self, int when) in time_sleep_notify() 238 static struct pmu_sleep_notifier time_sleep_notifier __pmacdata = {
|
/linux-2.4.37.9/drivers/macintosh/ |
D | apm_emu.c | 100 static int apm_notify_sleep(struct pmu_sleep_notifier *self, int when); 101 static struct pmu_sleep_notifier apm_sleep_notifier = { 374 static int apm_notify_sleep(struct pmu_sleep_notifier *self, int when) in apm_notify_sleep()
|
D | via-pmu.c | 228 static int generic_notify_sleep(struct pmu_sleep_notifier *self, int when); 229 static struct pmu_sleep_notifier generic_sleep_notifier = { 1889 generic_notify_sleep(struct pmu_sleep_notifier *self, int when) in generic_notify_sleep() 1904 pmu_register_sleep_notifier(struct pmu_sleep_notifier *n) in pmu_register_sleep_notifier() 1907 struct pmu_sleep_notifier *notifier; in pmu_register_sleep_notifier() 1911 notifier = list_entry(list, struct pmu_sleep_notifier, list); in pmu_register_sleep_notifier() 1920 pmu_unregister_sleep_notifier(struct pmu_sleep_notifier* n) in pmu_unregister_sleep_notifier() 1935 struct pmu_sleep_notifier *notifier; in broadcast_sleep() 1939 notifier = list_entry(list, struct pmu_sleep_notifier, list); in broadcast_sleep() 1945 notifier = list_entry(list, struct pmu_sleep_notifier, list); in broadcast_sleep() [all …]
|
D | adb.c | 87 static int adb_notify_sleep(struct pmu_sleep_notifier *self, int when); 88 static struct pmu_sleep_notifier adb_sleep_notifier = { 337 adb_notify_sleep(struct pmu_sleep_notifier *self, int when) in adb_notify_sleep()
|
D | mediabay.c | 39 static int mb_notify_sleep(struct pmu_sleep_notifier *self, int when); 40 static struct pmu_sleep_notifier mb_sleep_notifier = { 653 mb_notify_sleep(struct pmu_sleep_notifier *self, int when) in mb_notify_sleep()
|
D | macserial.c | 55 static int serial_notify_sleep(struct pmu_sleep_notifier *self, int when); 56 static struct pmu_sleep_notifier serial_sleep_notifier = { 3154 serial_notify_sleep(struct pmu_sleep_notifier *self, int when) in serial_notify_sleep()
|
/linux-2.4.37.9/drivers/video/ |
D | chipsfb.c | 110 int chips_sleep_notify(struct pmu_sleep_notifier *self, int when); 111 static struct pmu_sleep_notifier chips_sleep_notifier = { 702 chips_sleep_notify(struct pmu_sleep_notifier *self, int when) in chips_sleep_notify()
|
D | aty128fb.c | 337 int aty128_sleep_notify(struct pmu_sleep_notifier *self, int when); 338 static struct pmu_sleep_notifier aty128_sleep_notifier = { 2900 aty128_sleep_notify(struct pmu_sleep_notifier *self, int when) in aty128_sleep_notify()
|
D | radeonfb.c | 919 static int radeon_sleep_notify(struct pmu_sleep_notifier *self, int when); 920 static struct pmu_sleep_notifier radeon_sleep_notifier = { 4333 static int radeon_sleep_notify(struct pmu_sleep_notifier *self, int when) in radeon_sleep_notify()
|
/linux-2.4.37.9/drivers/net/ |
D | gmac.c | 96 int gmac_sleep_notify(struct pmu_sleep_notifier *self, int when); 97 static struct pmu_sleep_notifier gmac_sleep_notifier = { 1170 gmac_sleep_notify(struct pmu_sleep_notifier *self, int when) in gmac_sleep_notify()
|
D | bmac.c | 136 static int bmac_sleep_notify(struct pmu_sleep_notifier *self, int when); 137 static struct pmu_sleep_notifier bmac_sleep_notifier = { 471 bmac_sleep_notify(struct pmu_sleep_notifier *self, int when) in bmac_sleep_notify()
|
/linux-2.4.37.9/drivers/ide/ppc/ |
D | pmac.c | 354 static int idepmac_notify_sleep(struct pmu_sleep_notifier *self, int when); 355 struct pmu_sleep_notifier idepmac_sleep_notifier = { 2013 idepmac_notify_sleep(struct pmu_sleep_notifier *self, int when) in idepmac_notify_sleep()
|
/linux-2.4.37.9/drivers/scsi/ |
D | mesh.c | 228 static int mesh_notify_sleep(struct pmu_sleep_notifier *self, int when); 229 static struct pmu_sleep_notifier mesh_sleep_notifier = { 418 mesh_notify_sleep(struct pmu_sleep_notifier *self, int when) in mesh_notify_sleep()
|
/linux-2.4.37.9/drivers/sound/dmasound/ |
D | dmasound_awacs.c | 243 static int awacs_sleep_notify(struct pmu_sleep_notifier *self, int when); 244 struct pmu_sleep_notifier awacs_sleep_notifier = { 1277 static int awacs_sleep_notify(struct pmu_sleep_notifier *self, int when) in awacs_sleep_notify()
|
/linux-2.4.37.9/drivers/video/aty/ |
D | atyfb_base.c | 1848 static int aty_sleep_notify(struct pmu_sleep_notifier *self, int when) in aty_sleep_notify() 1918 static struct pmu_sleep_notifier aty_sleep_notifier = {
|