Searched refs:pm_state (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/sleep/
H A Dmain.c39 * @pm_state: suspend state we're entering.
49 static int acpi_pm_prepare(suspend_state_t pm_state) argument
51 u32 acpi_state = acpi_suspend_states[pm_state];
54 printk("acpi_pm_prepare does not support %d \n", pm_state);
62 * @pm_state: State we're entering.
69 static int acpi_pm_enter(suspend_state_t pm_state) argument
73 u32 acpi_state = acpi_suspend_states[pm_state];
78 if (pm_state > PM_SUSPEND_STANDBY) {
86 switch (pm_state) {
115 if (pm_state > PM_SUSPEND_STANDB
129 acpi_pm_finish(suspend_state_t pm_state) argument
161 acpi_pm_state_valid(suspend_state_t pm_state) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-au1x00/
H A Dau1xxx_ide.h61 } pm_state; typedef in typeref:struct:__anon7799
81 pm_state pm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-au1x00/
H A Dau1xxx_ide.h61 } pm_state; typedef in typeref:struct:__anon9170
81 pm_state pm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dcard.c79 clink->pm_state = PMSG_ON;
350 if (link->pm_state.event == state.event)
352 link->pm_state = state;
359 if (link->pm_state.event == PM_EVENT_ON)
361 link->pm_state = PMSG_ON;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c63 static void uart_change_pm(struct uart_state *state, int pm_state);
1648 int pm_state; local
1672 pm_state = state->pm_state;
1673 if (pm_state)
1678 if (pm_state)
1679 uart_change_pm(state, pm_state);
1909 static void uart_change_pm(struct uart_state *state, int pm_state) argument
1913 if (state->pm_state != pm_state) {
[all...]
H A Dpmac_zilog.c1548 static int pmz_suspend(struct macio_dev *mdev, pm_message_t pm_state) argument
1559 if (pm_state.event == mdev->ofdev.dev.power.power_state.event)
1562 pmz_debug("suspend, switching to state %d\n", pm_state);
1603 mdev->ofdev.dev.power.power_state = pm_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_type.h136 int pm_state; member in struct:nvidia_par
H A Dnvidia.c1045 par->pm_state = mesg.event;
1069 if (par->pm_state != PM_EVENT_FREEZE) {
1078 par->pm_state = PM_EVENT_ON;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial_core.h307 int pm_state; member in struct:uart_state
H A Dblkdev.h328 u32 pm_state; member in struct:request_pm_state
H A Dpnp.h165 pm_message_t pm_state; member in struct:pnp_card_link
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb.h201 int pm_state; member in struct:savagefb_par
H A Dsavagefb_driver.c2385 par->pm_state = mesg.event;
2416 int cur_state = par->pm_state;
2420 par->pm_state = PM_EVENT_ON;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide.c987 rqpm.pm_state = mesg.event;
1014 rqpm.pm_state = PM_EVENT_ON;
H A Dide-io.c151 if (pm->pm_state == PM_EVENT_FREEZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.c1059 int tpm_pm_suspend(struct device *dev, pm_message_t pm_state) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dds.c1228 __ATTR(pm_state, 0644, pcmcia_show_pm_state, pcmcia_store_pm_state),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h1338 u32 pm_state[16]; member in struct:ipw_priv
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Di810_audio.c3469 static int i810_pm_suspend(struct pci_dev *dev, pm_message_t pm_state) argument

Completed in 176 milliseconds