| /linux-6.15/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_pm.c | 153 bool link_active; in ipc_pm_trigger() local 180 link_active = old_cond.link == IPC_PM_ACTIVE; in ipc_pm_trigger() 192 link_active = ipc_pm_link_activate(ipc_pm); in ipc_pm_trigger() 196 link_active = old_cond.link == IPC_PM_ACTIVE; in ipc_pm_trigger() 199 return link_active; in ipc_pm_trigger()
|
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | pciehp_ctrl.c | 233 int present, link_active; in pciehp_handle_presence_or_link_change() local 263 link_active = pciehp_check_link_active(ctrl); in pciehp_handle_presence_or_link_change() 264 if (present <= 0 && link_active <= 0) { in pciehp_handle_presence_or_link_change() 287 if (link_active) in pciehp_handle_presence_or_link_change()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_resource.c | 63 if (link->link_status.link_active && in link_get_cur_res_map()
|
| H A D | link_dpms.c | 1956 link->link_status.link_active = false; in disable_link() 1958 link->link_status.link_active = false; in disable_link() 2189 if (link->link_status.link_active) in enable_link_dp_mst() 2234 if (link->link_status.link_active) in enable_link() 2266 pipe_ctx->stream->link->link_status.link_active = true; in enable_link() 2581 if (false == stream->link->link_status.link_active) in link_set_dpms_on()
|
| /linux-6.15/tools/firewire/ |
| H A D | nosy-dump.h | 43 uint32_t link_active:1; member
|
| H A D | nosy-dump.c | 792 (pp->self_id.link_active ? "active" : "not active"), in print_packet()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
| H A D | dcn31_hwseq.c | 171 link->link_status.link_active = true; in dcn31_init_hw() 529 if ((!pipe_ctx->stream->dpms_off || link->link_status.link_active) && in dcn31_reset_back_end_for_pipe() 554 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn31_reset_back_end_for_pipe()
|
| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 789 if (!stream->link->link_status.link_active && in write_dsc_enable_synaptics_non_virtual_dpcd_mst() 802 if (!stream->link->link_status.link_active) { in write_dsc_enable_synaptics_non_virtual_dpcd_mst()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 967 bool link_active; member
|
| /linux-6.15/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 2390 bool link_active = false; in e1000_has_link() local 2404 link_active = !hw->get_link_status; in e1000_has_link() 2406 link_active = true; in e1000_has_link() 2411 link_active = !!(er32(STATUS) & E1000_STATUS_LU); in e1000_has_link() 2415 link_active = hw->serdes_has_link; in e1000_has_link() 2421 return link_active; in e1000_has_link()
|
| /linux-6.15/drivers/net/ethernet/intel/igbvf/ |
| H A D | netdev.c | 1876 bool link_active; in igbvf_has_link() local 1888 link_active = !hw->mac.get_link_status; in igbvf_has_link() 1894 return link_active; in igbvf_has_link()
|
| /linux-6.15/drivers/net/ethernet/intel/e1000e/ |
| H A D | netdev.c | 5101 bool link_active = false; in e1000e_has_link() local 5113 link_active = !hw->mac.get_link_status; in e1000e_has_link() 5115 link_active = true; in e1000e_has_link() 5120 link_active = !!(er32(STATUS) & E1000_STATUS_LU); in e1000e_has_link() 5124 link_active = hw->mac.serdes_has_link; in e1000e_has_link() 5137 return link_active; in e1000e_has_link()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
| H A D | dcn30_hwseq.c | 703 link->link_status.link_active = true; in dcn30_init_hw()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 1727 dc->links[i]->link_status.link_active = false; in power_down_encoders() 1919 edp_link->link_status.link_active) { in dce110_enable_accelerated_mode()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 211 link->link_status.link_active = true; in dcn401_init_hw() 1788 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn401_reset_back_end_for_pipe()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| H A D | dcn35_hwseq.c | 194 link->link_status.link_active = true; in dcn35_init_hw()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 1085 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn10_reset_back_end_for_pipe() 1611 link->link_status.link_active = true; in dcn10_init_hw()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| H A D | dcn32_hwseq.c | 844 link->link_status.link_active = true; in dcn32_init_hw()
|
| /linux-6.15/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 5725 bool link_active = false; in igc_has_link() local 5735 link_active = !hw->mac.get_link_status; in igc_has_link() 5746 return link_active; in igc_has_link()
|
| /linux-6.15/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 5450 bool link_active = false; in igb_has_link() local 5464 link_active = !hw->mac.get_link_status; in igb_has_link() 5482 return link_active; in igb_has_link()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 2822 if (!pipe_ctx->stream->dpms_off || link->link_status.link_active) in dcn20_reset_back_end_for_pipe()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 1386 if (link->link_status.link_active) { in disable_vbios_mode_if_required()
|