| /kernel/linux/linux-5.10/drivers/pci/pcie/ |
| D | err.c | 52 pci_ers_result_t vote; in report_error_detected() local 67 vote = PCI_ERS_RESULT_NO_AER_DRIVER; in report_error_detected() 70 vote = PCI_ERS_RESULT_NONE; in report_error_detected() 74 vote = err_handler->error_detected(dev, state); in report_error_detected() 76 pci_uevent_ers(dev, vote); in report_error_detected() 77 *result = merge_result(*result, vote); in report_error_detected() 94 pci_ers_result_t vote, *result = data; in report_mmio_enabled() local 104 vote = err_handler->mmio_enabled(dev); in report_mmio_enabled() 105 *result = merge_result(*result, vote); in report_mmio_enabled() 113 pci_ers_result_t vote, *result = data; in report_slot_reset() local [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_core_perf.c | 358 * 1. new bandwidth vote - "ab or ib vote" is higher in dpu_core_perf_crtc_update() 359 * than current vote for update request. in dpu_core_perf_crtc_update() 360 * 2. new bandwidth vote - "ab or ib vote" is lower in dpu_core_perf_crtc_update() 361 * than current vote at end of commit or stop. in dpu_core_perf_crtc_update() 396 DPU_ERROR("crtc-%d: failed to update bus bw vote\n", in dpu_core_perf_crtc_update() 403 * Update the clock after bandwidth vote to ensure in dpu_core_perf_crtc_update() 444 /* run the driver with max clk and BW vote */ in _dpu_core_perf_mode_write()
|
| D | dpu_core_perf.h | 46 * @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
|
| D | dpu_hw_catalog.h | 646 * @min_core_ib minimum mnoc ib vote in kbps 647 * @min_llcc_ib minimum llcc ib vote in kbps 648 * @min_dram_ib minimum dram ib vote in kbps
|
| D | dpu_kms.c | 46 #define MIN_IB_BW 400000000ULL /* Min ib vote 400MB */ 1173 /* Drop the performance state vote */ in dpu_runtime_suspend() 1198 /* Min vote of BW is required before turning on AXI clk */ in dpu_runtime_resume()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
| D | a6xx_hfi.h | 94 u32 vote; member 99 u32 vote; member
|
| D | a6xx_gmu.c | 150 * 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() 394 u32 vote; in a6xx_gmu_gfx_rail_on() local 400 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1]; in a6xx_gmu_gfx_rail_on() 402 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff); in a6xx_gmu_gfx_rail_on() 403 gmu_write(gmu, REG_A6XX_GMU_MX_VOTE_IDX, (vote >> 8) & 0xff); in a6xx_gmu_gfx_rail_on() 1095 /* Remove the bus vote */ in a6xx_gmu_stop() 1231 /* Construct a vote for each frequency */ in a6xx_gmu_rpmh_arc_votes_init() 1257 * nothing fits, use the maximum non zero vote in a6xx_gmu_rpmh_arc_votes_init() 1269 /* Construct the vote */ in a6xx_gmu_rpmh_arc_votes_init()
|
| D | a6xx_hfi.c | 220 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table_v1() 225 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table_v1() 242 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table() 248 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table()
|
| /kernel/linux/linux-5.10/drivers/slimbus/ |
| D | messaging.c | 49 /* 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interconnect/ |
| D | qcom,bcm-voter.yaml | 15 Coordinators (RSC). Interconnect providers are able to vote for aggregated
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| D | hci_qca.c | 97 /* HCI_IBS transmit and receive side clock state vote */ 273 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument 281 switch (vote) { in serial_clock_vote() 324 BT_DBG("Vote serial clock %s(%s)", new_vote ? "true" : "false", in serial_clock_vote() 325 vote ? "true" : "false"); in serial_clock_vote() 375 /* Vote for serial clock */ in qca_wq_awake_device() 430 BT_DBG("hu %p rx clock vote off", hu); in qca_wq_serial_rx_clock_vote_off() 441 BT_DBG("hu %p tx clock vote off", hu); in qca_wq_serial_tx_clock_vote_off() 446 /* Now that message queued to tty driver, vote for tty clocks off. in qca_wq_serial_tx_clock_vote_off() 775 /* Vote off rx clock under workqueue */ in device_want_to_sleep()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/qcom/ |
| D | qcom,smd-rpm.yaml | 12 to vote for state of the system resources, such as clocks, regulators and bus
|
| /kernel/linux/linux-5.10/arch/arm/common/ |
| D | vlock.S | 61 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
| /kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
| D | masklog.c | 115 define_mask(VOTE),
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | inode.h | 87 * We *only* set this on unlink vote from another node. If the inode
|
| /kernel/linux/linux-5.10/drivers/soc/qcom/ |
| D | rpmh.c | 47 * @sleep_val: the sleep vote 48 * @wake_val: the wake vote
|
| /kernel/linux/linux-5.10/drivers/clk/qcom/ |
| D | gdsc.c | 369 * Votable GDSCs can be ON due to Vote from other masters. in gdsc_init() 370 * If a Votable GDSC is ON, make sure we have a Vote. in gdsc_init()
|
| D | clk-rpm.c | 212 * they vote for zero. in to_active_sleep() 257 /* Undo the active set vote and restore it */ in clk_rpm_prepare()
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | code-of-conduct-interpretation.rst | 147 by a two-thirds vote.
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-qcom-qspi.c | 495 /* Set BW vote for register access */ in qcom_qspi_probe() 582 /* Drop the performance state vote */ in qcom_qspi_runtime_suspend()
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | 88pm860x-core.c | 659 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()
|
| /kernel/linux/linux-5.10/Documentation/arm/ |
| D | vlocks.rst | 38 /* signal our desire to vote */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | qcom-rpm.txt | 4 various Qualcomm platforms. The RPM allows each component in the system to vote
|
| /kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
| D | pm_helpers.c | 212 * keep minimum bandwidth vote for "video-mem" path, in load_scale_bw() 918 /* Drop the performance state vote */ in core_power_v4()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
| D | interrupt.c | 584 /* no need to handle HALP ICRs until next vote */ in wil6210_irq_misc() 779 * voting for wake thread - need at least 1 vote in wil6210_hardirq()
|