/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_xgbepcsr.c | 316 u32 *current_state, u32 *lane_down) in netcp_xgbe_check_link_status() argument 339 switch (current_state[i]) { in netcp_xgbe_check_link_status() 346 current_state[i] = 1; in netcp_xgbe_check_link_status() 359 current_state[i] = 2; in netcp_xgbe_check_link_status() 366 current_state[i] = 1; in netcp_xgbe_check_link_status() 373 current_state[i] = 0; in netcp_xgbe_check_link_status() 379 i, current_state[i]); in netcp_xgbe_check_link_status() 392 status &= (current_state[i] == 1); in netcp_xgbe_check_link_status() 401 u32 current_state[2] = {0, 0}; in netcp_xgbe_serdes_check_lane() local 410 current_state, in netcp_xgbe_serdes_check_lane()
|
/linux-4.1.27/drivers/pci/ |
D | pci-driver.c | 428 if (pci_dev->current_state == PCI_D0) in pci_device_remove() 429 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove() 464 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) in pci_device_shutdown() 481 if (pci_dev->current_state != PCI_D0) { in pci_restore_standard_config() 512 if (pci_dev->current_state == PCI_D0) in pci_pm_set_unknown_state() 513 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state() 542 pci_power_t prev = pci_dev->current_state; in pci_legacy_suspend() 550 if (!pci_dev->state_saved && pci_dev->current_state != PCI_D0 in pci_legacy_suspend() 551 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend() 552 WARN_ONCE(pci_dev->current_state != prev, in pci_legacy_suspend() [all …]
|
D | pci.c | 554 if (dev->current_state == state) in pci_raw_set_power_state() 567 if (state != PCI_D0 && dev->current_state <= PCI_D3cold in pci_raw_set_power_state() 568 && dev->current_state > state) { in pci_raw_set_power_state() 570 dev->current_state, state); in pci_raw_set_power_state() 585 switch (dev->current_state) { in pci_raw_set_power_state() 609 if (state == PCI_D3hot || dev->current_state == PCI_D3hot) in pci_raw_set_power_state() 611 else if (state == PCI_D2 || dev->current_state == PCI_D2) in pci_raw_set_power_state() 615 dev->current_state = (pmcsr & PCI_PM_CTRL_STATE_MASK); in pci_raw_set_power_state() 616 if (dev->current_state != state && printk_ratelimit()) in pci_raw_set_power_state() 618 dev->current_state); in pci_raw_set_power_state() [all …]
|
D | msi.c | 312 BUG_ON(entry->dev->current_state != PCI_D0); in __pci_read_msi_msg() 342 if (entry->dev->current_state != PCI_D0) { in __pci_write_msi_msg() 861 if (!dev || dev->no_msi || dev->current_state != PCI_D0) in pci_msi_supported()
|
D | pci-acpi.c | 324 if (pci_dev->current_state == PCI_D3cold) { in pci_acpi_wake_dev()
|
D | probe.c | 1163 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | lo.c | 568 int current_state; member 604 if (d->current_state == 0) { in lo_probe_possible_loctls() 607 } else if (d->current_state % 2 == 0) { in lo_probe_possible_loctls() 608 begin = d->current_state - 1; in lo_probe_possible_loctls() 609 end = d->current_state + 1; in lo_probe_possible_loctls() 611 begin = d->current_state - 2; in lo_probe_possible_loctls() 612 end = d->current_state + 2; in lo_probe_possible_loctls() 621 d->current_state = i; in lo_probe_possible_loctls() 651 d->current_state = i; in lo_probe_possible_loctls() 693 d.current_state = 0; in lo_probe_loctls_statemachine() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | hotplug-cpu.c | 42 static DEFINE_PER_CPU(enum cpu_state_vals, current_state) = CPU_STATE_OFFLINE; 66 return per_cpu(current_state, cpu); in get_cpu_current_state() 71 per_cpu(current_state, cpu) = state; in set_cpu_current_state()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | rs780_dpm.c | 380 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); in rs780_force_voltage() local 382 if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) && in rs780_force_voltage() 383 (current_state->min_voltage == RS780_VDDC_LEVEL_HIGH)) in rs780_force_voltage() 407 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); in rs780_force_fbdiv() local 409 if (current_state->sclk_low == current_state->sclk_high) in rs780_force_fbdiv() 568 struct igp_ps *current_state = rs780_get_ps(old_ps); in rs780_set_uvd_clock_before_set_eng_clock() local 574 if (new_state->sclk_high >= current_state->sclk_high) in rs780_set_uvd_clock_before_set_eng_clock() 585 struct igp_ps *current_state = rs780_get_ps(old_ps); in rs780_set_uvd_clock_after_set_eng_clock() local 591 if (new_state->sclk_high < current_state->sclk_high) in rs780_set_uvd_clock_after_set_eng_clock()
|
D | rv770_dpm.c | 1437 struct rv7xx_ps *current_state = rv770_get_ps(old_ps); in rv770_set_uvd_clock_before_set_eng_clock() local 1443 if (new_state->high.sclk >= current_state->high.sclk) in rv770_set_uvd_clock_before_set_eng_clock() 1454 struct rv7xx_ps *current_state = rv770_get_ps(old_ps); in rv770_set_uvd_clock_after_set_eng_clock() local 1460 if (new_state->high.sclk < current_state->high.sclk) in rv770_set_uvd_clock_after_set_eng_clock() 1750 struct rv7xx_ps *current_state = rv770_get_ps(radeon_current_state); in rv770_program_dcodt_before_state_switch() local 1757 if (current_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_before_state_switch() 1779 struct rv7xx_ps *current_state = rv770_get_ps(radeon_current_state); in rv770_program_dcodt_after_state_switch() local 1786 if (current_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_after_state_switch()
|
D | rv6xx_dpm.c | 1517 struct rv6xx_ps *current_state = rv6xx_get_ps(old_ps); in rv6xx_set_uvd_clock_before_set_eng_clock() local 1523 if (new_state->high.sclk >= current_state->high.sclk) in rv6xx_set_uvd_clock_before_set_eng_clock() 1534 struct rv6xx_ps *current_state = rv6xx_get_ps(old_ps); in rv6xx_set_uvd_clock_after_set_eng_clock() local 1540 if (new_state->high.sclk < current_state->high.sclk) in rv6xx_set_uvd_clock_after_set_eng_clock()
|
D | ni_dpm.c | 3513 struct ni_ps *current_state = ni_get_ps(old_ps); in ni_set_uvd_clock_before_set_eng_clock() local 3520 current_state->performance_levels[current_state->performance_level_count - 1].sclk) in ni_set_uvd_clock_before_set_eng_clock() 3531 struct ni_ps *current_state = ni_get_ps(old_ps); in ni_set_uvd_clock_after_set_eng_clock() local 3538 current_state->performance_levels[current_state->performance_level_count - 1].sclk) in ni_set_uvd_clock_after_set_eng_clock()
|
/linux-4.1.27/include/net/ |
D | llc_c_st.h | 43 u8 current_state; member
|
/linux-4.1.27/drivers/video/fbdev/riva/ |
D | rivafb.h | 51 struct riva_regs current_state; member
|
D | fbdev.c | 820 par->current_state = newmode; in riva_load_video_mode() 821 riva_load_state(par, &par->current_state); in riva_load_video_mode()
|
/linux-4.1.27/drivers/net/irda/ |
D | vlsi_ir.c | 170 seq_printf(seq, "pci-power-state: %u\n", (unsigned) pdev->current_state); in vlsi_proc_pdev() 352 if (idev->pdev->current_state == 0) in vlsi_seq_show() 1615 pdev->current_state = 0; /* hw must be running now */ in vlsi_irda_probe() 1725 if (pdev->current_state != 0) { /* already suspended */ in vlsi_irda_suspend() 1726 if (state.event > pdev->current_state) { /* simply go deeper */ in vlsi_irda_suspend() 1728 pdev->current_state = state.event; in vlsi_irda_suspend() 1733 pdev->current_state, state.event); in vlsi_irda_suspend() 1748 pdev->current_state = state.event; in vlsi_irda_suspend() 1766 if (pdev->current_state == 0) { in vlsi_irda_resume() 1774 pdev->current_state = PM_EVENT_ON; in vlsi_irda_resume()
|
/linux-4.1.27/drivers/scsi/isci/ |
D | remote_node_context.c | 84 u32 current_state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_ready() local 86 if (current_state == SCI_RNC_READY) { in sci_remote_node_context_is_ready() 95 u32 current_state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_suspended() local 97 if (current_state == SCI_RNC_TX_RX_SUSPENDED) in sci_remote_node_context_is_suspended()
|
D | port.c | 778 u32 current_state; in port_timeout() local 785 current_state = iport->sm.current_state_id; in port_timeout() 787 if (current_state == SCI_PORT_RESETTING) { in port_timeout() 792 } else if (current_state == SCI_PORT_STOPPED) { in port_timeout() 800 } else if (current_state == SCI_PORT_STOPPING) { in port_timeout() 810 "in state %d.\n", __func__, iport, current_state); in port_timeout()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_sdma.c | 225 ss->previous_state = ss->current_state; in sdma_set_state() 228 ss->current_state = next_state; in sdma_set_state() 782 if (ppd->sdma_state.current_state == qib_sdma_state_s99_running) in qib_sdma_process_event() 793 switch (ss->current_state) { in __qib_sdma_process_event()
|
D | qib.h | 505 enum qib_sdma_states current_state; member 1345 return ppd->sdma_state.current_state == qib_sdma_state_s99_running; in __qib_sdma_running()
|
D | qib_iba7220.c | 926 switch (ppd->sdma_state.current_state) { in sdma_7220_errors() 1815 switch (ppd->sdma_state.current_state) { in sdma_7220_intr() 3385 if (ppd->sdma_state.current_state == qib_sdma_state_s20_idle && in get_7220_link_buf() 3386 ppd->sdma_state.current_state != qib_sdma_state_s00_hw_down) { in get_7220_link_buf() 3754 if (ppd->sdma_state.current_state != in qib_7220_ib_updown()
|
D | qib_iba7322.c | 1614 qib_sdma_state_names[ppd->sdma_state.current_state], in sdma_7322_p_errors() 1619 switch (ppd->sdma_state.current_state) { in sdma_7322_p_errors()
|
/linux-4.1.27/net/llc/ |
D | llc_c_st.c | 4899 .current_state = LLC_CONN_STATE_ADM, 4903 .current_state = LLC_CONN_STATE_SETUP, 4907 .current_state = LLC_CONN_STATE_NORMAL, 4911 .current_state = LLC_CONN_STATE_BUSY, 4915 .current_state = LLC_CONN_STATE_REJ, 4919 .current_state = LLC_CONN_STATE_AWAIT, 4923 .current_state = LLC_CONN_STATE_AWAIT_BUSY, 4927 .current_state = LLC_CONN_STATE_AWAIT_REJ, 4931 .current_state = LLC_CONN_STATE_D_CONN, 4935 .current_state = LLC_CONN_STATE_RESET, [all …]
|
/linux-4.1.27/drivers/acpi/ |
D | processor_throttling.c | 320 int current_state; in acpi_processor_tstate_has_changed() local 339 current_state = pr->throttling.state; in acpi_processor_tstate_has_changed() 340 if (current_state > throttling_limit) { in acpi_processor_tstate_has_changed() 354 } else if (current_state == throttling_limit) { in acpi_processor_tstate_has_changed()
|
/linux-4.1.27/kernel/ |
D | auditsc.c | 206 ctx->current_state = AUDIT_RECORD_CONTEXT; in audit_set_auditable() 764 ctx->current_state = state; in audit_filter_syscall() 791 ctx->current_state = state; in audit_filter_inode_name() 1470 if (context->in_syscall && context->current_state == AUDIT_RECORD_CONTEXT) in __audit_free() 1528 context->current_state = state; in __audit_syscall_entry() 1557 if (context->in_syscall && context->current_state == AUDIT_RECORD_CONTEXT) in __audit_syscall_exit() 1952 ctx->current_state = AUDIT_RECORD_CONTEXT; in auditsc_get_stamp()
|
D | audit.h | 110 enum audit_state state, current_state; member
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_client.c | 195 int current_state; in __xenbus_switch_state() local 210 err = xenbus_scanf(xbt, dev->nodename, "state", "%d", ¤t_state); in __xenbus_switch_state()
|
/linux-4.1.27/sound/pci/lx6464es/ |
D | lx_core.c | 641 u16 current_state; in lx_pipe_wait_for_state() local 642 int err = lx_pipe_state(chip, pipe, is_capture, ¤t_state); in lx_pipe_wait_for_state() 647 if (current_state == state) in lx_pipe_wait_for_state()
|
/linux-4.1.27/drivers/pci/pcie/ |
D | aspm.c | 312 if ((endpoint->current_state != PCI_D0) && in pcie_aspm_check_latency() 313 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 108 enum cxgb4_dcb_state current_state = dcb->state; in cxgb4_dcb_state_fsm() local 113 switch (current_state) { in cxgb4_dcb_state_fsm() 237 current_state, transition_to); in cxgb4_dcb_state_fsm()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | pci_of_scan.c | 167 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
|
/linux-4.1.27/arch/x86/pci/ |
D | fixup.c | 448 dev->current_state = PCI_D3cold; in pci_pre_fixup_toshiba_ohci1394()
|
/linux-4.1.27/include/linux/ |
D | drbd_genl.h | 196 __u32_field(2, DRBD_F_REQUIRED, current_state)
|
D | pci.h | 293 pci_power_t current_state; /* Current operating state. In ACPI-speak, member
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd-pci.c | 576 pci_power_name(pci_dev->current_state)); in hcd_pci_suspend_noirq()
|
/linux-4.1.27/drivers/ata/ |
D | ata_piix.c | 1026 if (pdev->current_state == PCI_D0) in piix_pci_device_suspend() 1027 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 518 dev->current_state = PCI_D0; in enable_slot()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 2932 u32 current_state; in _base_wait_on_iocstate() local 2937 current_state = mpt2sas_base_get_iocstate(ioc, 1); in _base_wait_on_iocstate() 2938 if (current_state == ioc_state) in _base_wait_on_iocstate() 2940 if (count && current_state == MPI2_IOC_STATE_FAULT) in _base_wait_on_iocstate() 2949 return current_state; in _base_wait_on_iocstate()
|
D | mpt2sas_scsih.c | 8317 pci_power_t device_state = pdev->current_state; in _scsih_resume()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 3108 u32 current_state; in _base_wait_on_iocstate() local 3113 current_state = mpt3sas_base_get_iocstate(ioc, 1); in _base_wait_on_iocstate() 3114 if (current_state == ioc_state) in _base_wait_on_iocstate() 3116 if (count && current_state == MPI2_IOC_STATE_FAULT) in _base_wait_on_iocstate() 3125 return current_state; in _base_wait_on_iocstate()
|
D | mpt3sas_scsih.c | 7932 pci_power_t device_state = pdev->current_state; in _scsih_resume()
|
/linux-4.1.27/drivers/staging/iio/light/ |
D | tsl2x7x_core.c | 864 u8 current_state = chip->tsl2x7x_chip_status; in tsl2x7x_prox_cal() local 906 if (current_state == TSL2X7X_CHIP_WORKING) in tsl2x7x_prox_cal()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci.c | 330 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c | 690 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
D | zconf.lex.c_shipped | 690 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); 1624 * next_state = yy_try_NUL_trans( current_state );
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_init.c | 1039 device_state = pdev->current_state; in pm8001_pci_resume()
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 351 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); 1210 * next_state = yy_try_NUL_trans( current_state );
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 361 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); 1514 * next_state = yy_try_NUL_trans( current_state );
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c59x.c | 3039 state = VORTEX_PCI(vp)->current_state; in vortex_ioctl() 3250 if (VORTEX_PCI(vp)->current_state < PCI_D3hot) in acpi_set_WOL()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_intel.c | 1030 pci->current_state = PCI_D3cold; in azx_vs_set_state()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | radeon_pm.c | 2533 rinfo->pdev->current_state = state; in radeonfb_whack_power_state()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.c | 3165 } else if (rtlpci->pdev->current_state != PCI_D0) { in rtl92d_phy_set_rf_power_state()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 3839 if (oth_pdev->current_state != PCI_D3cold) { in qlcnic_is_first_func()
|
/linux-4.1.27/Documentation/power/ |
D | pci.txt | 306 pci_power_t current_state; /* Current operating state. */
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptbase.c | 2164 u32 device_state = pdev->current_state; in mpt_resume()
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 5613 pci_power_t prev_state = pdev->current_state; in airo_pci_resume()
|