Searched refs:save_state (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/include/asm-ppc/ |
D | ocp.h | 139 int (*save_state) (struct ocp_device *dev, u32 state); /* Save Device Context */ member
|
/linux-2.4.37.9/Documentation/power/ |
D | pci.txt | 162 int (*save_state) (struct pci_dev *dev, u32 state); 168 save_state 173 if (dev->driver && dev->driver->save_state) 174 dev->driver->save_state(dev,state); 241 saved in previous save_state calls.
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | ocp.c | 418 if (driver && driver->save_state) in ocp_pm_save_state_device() 419 error = driver->save_state(dev,state); in ocp_pm_save_state_device()
|
/linux-2.4.37.9/drivers/parport/ |
D | share.c | 902 port->ops->save_state(port, dev->state); in parport_claim() 1082 port->ops->save_state(port, dev->state); in parport_release()
|
D | parport_gsc.c | 222 save_state: parport_gsc_save_state,
|
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfb.h | 307 struct intelfb_hwstate save_state; member
|
D | intelfbdrv.c | 837 i = intelfbhw_read_hw_state(dinfo, &dinfo->save_state, in intelfb_pci_register() 844 intelfbhw_print_hw_state(dinfo, &dinfo->save_state); in intelfb_pci_register() 1677 memcpy(&hw, &dinfo->save_state, sizeof(hw)); in intelfb_set_mode()
|
/linux-2.4.37.9/include/linux/ |
D | parport.h | 165 void (*save_state)(struct parport *, struct parport_state *); member
|
D | pci.h | 520 int (*save_state) (struct pci_dev *dev, u32 state); /* Save Device Context */ member
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | sc1200.c | 576 .save_state = sc1200_save_state,
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1241 int save_state);
|
D | aic79xx.h | 1418 int save_state);
|
D | aic7xxx_core.c | 5651 int save_state) in ahc_search_disc_list() argument 5663 if (save_state) { in ahc_search_disc_list() 5706 if (save_state) in ahc_search_disc_list()
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.c | 1637 if (driver && driver->save_state) in pci_pm_save_state_device() 1638 error = driver->save_state(dev,state); in pci_pm_save_state_device()
|
/linux-2.4.37.9/Documentation/ |
D | pci.txt | 67 save_state Save a device's state before it's suspend.
|
/linux-2.4.37.9/drivers/scsi/ |
D | nsp32.c | 3597 .save_state = nsp32_save_state,
|
D | ChangeLog | 594 Lots of changes to use save_state/restore_state instead of cli/sti.
|