Searched refs:current_state (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dllc_c_st.h43 u8 current_state; member in struct:llc_conn_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprpmc750.c208 unsigned long current_state, old_state, bus_speed; local
232 current_state = readb(PRPMC750_STATUS_REG) &
234 } while (old_state == current_state);
236 old_state = current_state;
247 current_state = readb(PRPMC750_STATUS_REG) &
249 } while (old_state == current_state);
250 old_state = current_state;
H A Dprpmc800.c318 unsigned long current_state, old_state, tb_ticks_per_second; local
343 current_state = readb(HARRIER_UCTL_REG) & HARRIER_XTAL64_MASK;
344 } while (old_state == current_state);
346 old_state = current_state;
357 current_state = readb(HARRIER_UCTL_REG) &
359 } while (old_state == current_state);
360 old_state = current_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rfkill/
H A Drfkill-input.c31 enum rfkill_state current_state; /* on/off */ member in struct:rfkill_task
48 if (state != task->current_state) {
50 task->current_state = state;
79 .current_state = RFKILL_STATE_ON, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dfips.c76 static enum module_states current_state; variable in typeref:enum:module_states
363 if (current_state == STATE_INIT)
383 result = (current_state == STATE_OPERATIONAL);
403 result = (current_state == STATE_OPERATIONAL);
422 result = (current_state == STATE_OPERATIONAL
423 || current_state == STATE_ERROR);
756 last_state = current_state;
757 switch (current_state)
811 current_state = new_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd-pci.c72 dev->current_state = PCI_D0;
236 if (dev->current_state == PCI_D0) {
246 /* NOTE: dev->current_state becomes nonzero only here, and
335 if (dev->current_state != PCI_D0) {
361 dev->current_state);
365 (void) pci_enable_wake (dev, dev->current_state, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Drivafb.h51 struct riva_regs current_state; member in struct:riva_par
H A Dfbdev.c830 par->current_state = newmode;
831 riva_load_state(par, &par->current_state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DFlexLexer.h140 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci-driver.c252 if (pci_dev->current_state == PCI_D0)
253 pci_dev->current_state = PCI_UNKNOWN;
283 if (pci_dev->current_state == PCI_D0)
284 pci_dev->current_state = PCI_UNKNOWN;
H A Dpci.c390 if (state != PCI_D0 && dev->current_state > state) {
392 __FUNCTION__, pci_name(dev), state, dev->current_state);
394 } else if (dev->current_state == state)
425 switch (dev->current_state) {
447 if (state == PCI_D3hot || dev->current_state == PCI_D3hot)
449 else if (state == PCI_D2 || dev->current_state == PCI_D2)
459 dev->current_state = state;
H A Dprobe.c713 dev->current_state = PCI_UNKNOWN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Docp.h108 u32 current_state; /* Current operating state. In ACPI-speak, member in struct:ocp_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dvlsi_ir.c169 seq_printf(seq, "pci-power-state: %u\n", (unsigned) pdev->current_state);
364 if (idev->pdev->current_state == 0)
1642 pdev->current_state = 0; /* hw must be running now */
1738 * operations on our own (particularly reflecting the pdev->current_state)
1755 if (pdev->current_state != 0) { /* already suspended */
1756 if (state.event > pdev->current_state) { /* simply go deeper */
1758 pdev->current_state = state.event;
1761 IRDA_ERROR("%s - %s: invalid suspend request %u -> %u\n", __FUNCTION__, pci_name(pdev), pdev->current_state, state.event);
1776 pdev->current_state = state.event;
1794 if (pdev->current_state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_c_st.c4878 .current_state = LLC_CONN_STATE_ADM,
4882 .current_state = LLC_CONN_STATE_SETUP,
4886 .current_state = LLC_CONN_STATE_NORMAL,
4890 .current_state = LLC_CONN_STATE_BUSY,
4894 .current_state = LLC_CONN_STATE_REJ,
4898 .current_state = LLC_CONN_STATE_AWAIT,
4902 .current_state = LLC_CONN_STATE_AWAIT_BUSY,
4906 .current_state = LLC_CONN_STATE_AWAIT_REJ,
4910 .current_state = LLC_CONN_STATE_D_CONN,
4914 .current_state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsc1200.c378 dev->current_state = state.event;
387 dev->current_state = PM_EVENT_ON;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Docp.c344 dev->current_state = 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dfixup.c388 dev->current_state = PCI_D3cold;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c466 dev->current_state = 4; /* unknown power state */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlex.zconf.c663 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1553 * next_state = yy_try_NUL_trans( current_state );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h152 pci_power_t current_state; /* Current operating state. In ACPI-speak, member in struct:pci_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlex.zconf.c675 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1567 * next_state = yy_try_NUL_trans( current_state );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/MVS/
H A Dinitscan-mvs.c1263 static yy_ste_type yy_try_NUL_trans YY_PROTO(( yy_ste_type current_state ));
2355 * next_state = yy_try_NUL_trans( current_state );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.c280 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
2676 * next_state = yy_try_NUL_trans( current_state );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_64.c373 dev->current_state = 4; /* unknown power state */

Completed in 389 milliseconds

12