Home
last modified time | relevance | path

Searched full:vote (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v6.1/drivers/pci/pcie/
Derr.c53 pci_ers_result_t vote; in report_error_detected() local
59 vote = PCI_ERS_RESULT_DISCONNECT; in report_error_detected()
63 vote = PCI_ERS_RESULT_NONE; in report_error_detected()
73 vote = PCI_ERS_RESULT_NO_AER_DRIVER; in report_error_detected()
76 vote = PCI_ERS_RESULT_NONE; in report_error_detected()
80 vote = err_handler->error_detected(dev, state); in report_error_detected()
82 pci_uevent_ers(dev, vote); in report_error_detected()
83 *result = merge_result(*result, vote); in report_error_detected()
101 pci_ers_result_t vote, *result = data; in report_mmio_enabled() local
112 vote = err_handler->mmio_enabled(dev); in report_mmio_enabled()
[all …]
/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_perf.c345 * 1. new bandwidth vote - "ab or ib vote" is higher in dpu_core_perf_crtc_update()
346 * than current vote for update request. in dpu_core_perf_crtc_update()
347 * 2. new bandwidth vote - "ab or ib vote" is lower in dpu_core_perf_crtc_update()
348 * than current vote at end of commit or stop. in dpu_core_perf_crtc_update()
382 DPU_ERROR("crtc-%d: failed to update bus bw vote\n", in dpu_core_perf_crtc_update()
389 * Update the clock after bandwidth vote to ensure in dpu_core_perf_crtc_update()
430 /* run the driver with max clk and BW vote */ in _dpu_core_perf_mode_write()
Ddpu_core_perf.h46 * @min_bus_vote: minimum bus vote
65 * @fix_core_ib_vote: fixed core ib vote in bps used in mode 2
66 * @fix_core_ab_vote: fixed core ab vote in bps used in mode 2
Ddpu_hw_catalog.h775 * @min_core_ib minimum mnoc ib vote in kbps
776 * @min_llcc_ib minimum llcc ib vote in kbps
777 * @min_dram_ib minimum dram ib vote in kbps
/Linux-v6.1/drivers/soc/tegra/
Dcommon.c66 * disabled. This makes sure the OPP vote below gets cached in in tegra_core_dev_init_opp_state()
67 * GENPD for the device. Instead, the vote is done the next time in tegra_core_dev_init_opp_state()
81 /* first dummy rate-setting initializes voltage vote */ in tegra_core_dev_init_opp_state()
/Linux-v6.1/drivers/clk/qcom/
Dgdsc.h21 * @collapse_ctrl: APCS collapse-vote register
22 * @collapse_mask: APCS collapse-vote mask
Dgdsc.c412 * Votable GDSCs can be ON due to Vote from other masters. in gdsc_init()
413 * If a Votable GDSC is ON, make sure we have a Vote. in gdsc_init()
Dclk-rpm.c164 * they vote for zero. in to_active_sleep()
209 /* Undo the active set vote and restore it */ in clk_rpm_prepare()
/Linux-v6.1/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.h105 u32 vote; member
110 u32 vote; member
Da6xx_gmu.c150 * Send an invalid index as a vote for the bus bandwidth and let the in a6xx_gmu_set_freq()
151 * firmware decide on the right vote in a6xx_gmu_set_freq()
403 u32 vote; in a6xx_gmu_gfx_rail_on() local
409 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1]; in a6xx_gmu_gfx_rail_on()
411 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff); in a6xx_gmu_gfx_rail_on()
412 gmu_write(gmu, REG_A6XX_GMU_MX_VOTE_IDX, (vote >> 8) & 0xff); in a6xx_gmu_gfx_rail_on()
1142 /* Remove the bus vote */ in a6xx_gmu_stop()
1280 /* Construct a vote for each frequency */ in a6xx_gmu_rpmh_arc_votes_init()
1306 * nothing fits, use the maximum non zero vote in a6xx_gmu_rpmh_arc_votes_init()
1318 /* Construct the vote */ in a6xx_gmu_rpmh_arc_votes_init()
Da6xx_hfi.c224 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table_v1()
229 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table_v1()
246 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table()
252 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table()
/Linux-v6.1/drivers/slimbus/
Dmessaging.c49 /* Remove runtime-pm vote now that response was received for TID txn */ in slim_msg_response()
117 * do not vote for runtime-PM if the transactions are part of clock in slim_do_transfer()
169 * remove runtime-pm vote if this was TX only, or in slim_do_transfer()
/Linux-v6.1/Documentation/devicetree/bindings/interconnect/
Dqcom,bcm-voter.yaml15 Coordinators (RSC). Interconnect providers are able to vote for aggregated
/Linux-v6.1/drivers/net/wwan/
Dqcom_bam_dmux.c730 /* Vote for power state */ in bam_dmux_runtime_resume()
815 /* Runtime PM manages our own power vote. in bam_dmux_probe()
866 /* Drop our own power vote */ in bam_dmux_remove()
872 /* Try to wait for remote side to drop power vote */ in bam_dmux_remove()
/Linux-v6.1/drivers/bluetooth/
Dhci_qca.c102 /* HCI_IBS transmit and receive side clock state vote */
279 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument
287 switch (vote) { in serial_clock_vote()
330 BT_DBG("Vote serial clock %s(%s)", new_vote ? "true" : "false", in serial_clock_vote()
331 vote ? "true" : "false"); in serial_clock_vote()
381 /* Vote for serial clock */ in qca_wq_awake_device()
436 BT_DBG("hu %p rx clock vote off", hu); in qca_wq_serial_rx_clock_vote_off()
447 BT_DBG("hu %p tx clock vote off", hu); in qca_wq_serial_tx_clock_vote_off()
452 /* Now that message queued to tty driver, vote for tty clocks off. in qca_wq_serial_tx_clock_vote_off()
782 /* Vote off rx clock under workqueue */ in device_want_to_sleep()
/Linux-v6.1/arch/arm/common/
Dvlock.S61 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd-rpm.yaml12 to vote for state of the system resources, such as clocks, regulators and bus
/Linux-v6.1/fs/ocfs2/cluster/
Dmasklog.c113 define_mask(VOTE),
/Linux-v6.1/drivers/soc/qcom/
Drpmh.c47 * @sleep_val: the sleep vote
48 * @wake_val: the wake vote
/Linux-v6.1/fs/ocfs2/
Dinode.h85 * We *only* set this on unlink vote from another node. If the inode
/Linux-v6.1/Documentation/devicetree/bindings/display/msm/
Dgmu.yaml145 - description: GPU SMMU vote clock
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dqcom,mmcc.yaml84 - description: PLL 3 Vote clock
/Linux-v6.1/drivers/spi/
Dspi-qcom-qspi.c494 /* Set BW vote for register access */ in qcom_qspi_probe()
573 /* Drop the performance state vote */ in qcom_qspi_runtime_suspend()
/Linux-v6.1/Documentation/process/
Dcode-of-conduct-interpretation.rst149 by the TAB by a two-thirds vote.
/Linux-v6.1/drivers/mfd/
D88pm860x-core.c659 dev_dbg(chip->dev, "%s(B): vote=0x%x status=%d\n", in pm8606_osc_enable()
683 dev_dbg(chip->dev, "%s(A): vote=0x%x status=%d ret=%d\n", in pm8606_osc_enable()
700 dev_dbg(chip->dev, "%s(B): vote=0x%x status=%d\n", in pm8606_osc_disable()
724 dev_dbg(chip->dev, "%s(A): vote=0x%x status=%d ret=%d\n", in pm8606_osc_disable()

123