/openbmc/linux/drivers/pci/pcie/ |
H A D | err.c | 54 pci_ers_result_t vote; in report_error_detected() local 60 vote = PCI_ERS_RESULT_DISCONNECT; in report_error_detected() 64 vote = PCI_ERS_RESULT_NONE; in report_error_detected() 74 vote = PCI_ERS_RESULT_NO_AER_DRIVER; in report_error_detected() 77 vote = PCI_ERS_RESULT_NONE; in report_error_detected() 81 vote = err_handler->error_detected(dev, state); in report_error_detected() 83 pci_uevent_ers(dev, vote); in report_error_detected() 84 *result = merge_result(*result, vote); in report_error_detected() 114 pci_ers_result_t vote, *result = data; in report_mmio_enabled() local 125 vote = err_handler->mmio_enabled(dev); in report_mmio_enabled() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_core_perf.c | 334 * 1. new bandwidth vote - "ab or ib vote" is higher in dpu_core_perf_crtc_update() 335 * than current vote for update request. in dpu_core_perf_crtc_update() 336 * 2. new bandwidth vote - "ab or ib vote" is lower in dpu_core_perf_crtc_update() 337 * than current vote at end of commit or stop. in dpu_core_perf_crtc_update() 369 DPU_ERROR("crtc-%d: failed to update bus bw vote\n", in dpu_core_perf_crtc_update() 376 * Update the clock after bandwidth vote to ensure in dpu_core_perf_crtc_update() 418 /* run the driver with max clk and BW vote */ in _dpu_core_perf_mode_write()
|
H A D | dpu_core_perf.h | 43 * @fix_core_ib_vote: fixed core ib vote in bps used in mode 2 44 * @fix_core_ab_vote: fixed core ab vote in bps used in mode 2
|
H A D | dpu_hw_catalog.h | 733 * @min_core_ib minimum mnoc ib vote in kbps 734 * @min_llcc_ib minimum llcc ib vote in kbps 735 * @min_dram_ib minimum dram ib vote in kbps
|
/openbmc/docs/tof/ |
H A D | contract.md | 76 Once an issue has a proposal, TOF members have 8 days to vote on the proposal in 80 other votes, the proposal is rejected and closed. Any other vote count results 86 Issue vote indicators by reacting to the top post: 110 than one dissenting vote.
|
H A D | membership-and-voting.md | 8 Development Community by vote. The current number of members is **7** and this 14 be elected a member of the TOF if they are eligible to vote in their own 87 cycle, normal developers are given a vote weight of 1 and highly-productive 88 developers are given a vote weight of 3.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 081.out | 60 "vote-threshold": 2, 100 qemu-io: can't open: blkverify=on can only be set if there are exactly two files and vote-threshold… 135 {"error": {"class": "GenericError", "desc": "The number of children cannot be lower than the vote t… 142 …r", "desc": "blkverify=on can only be set if there are exactly two files and vote-threshold is 2"}} 151 {"error": {"class": "GenericError", "desc": "The number of children cannot be lower than the vote t…
|
H A D | 081 | 62 quorum="driver=raw,file.driver=quorum,file.vote-threshold=2" 120 "vote-threshold": 2, 193 "vote-threshold": 2, 227 quorum="driver=raw,file.driver=quorum,file.vote-threshold=2,file.blkverify=on" 264 "vote-threshold": 2, 312 "vote-threshold": ${vote_threshold},
|
H A D | 110 | 108 'vote-threshold': 1,
|
/openbmc/linux/drivers/soc/tegra/ |
H A D | common.c | 66 * 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()
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,lcc.yaml | 56 - description: PLL 4 Vote clock 90 - description: PLL 4 Vote clock
|
/openbmc/qemu/block/ |
H A D | quorum.c | 36 #define QUORUM_OPT_VOTE_THRESHOLD "vote-threshold" 41 /* This union holds a vote hash value */ 47 /* A vote item */ 53 /* this structure is a vote version. A version is the set of votes sharing the 54 * same vote value. 66 /* this structure holds a group of vote versions together */ 466 /* Do a vote to get the error code */ 552 /* vote to select the most represented version */ in quorum_vote() 637 /* Do the vote on read */ in read_quorum_children() 886 "vote-threshold", "a value >= 1"); in quorum_valid_threshold() [all …]
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | gdsc.h | 21 * @collapse_ctrl: APCS collapse-vote register 22 * @collapse_mask: APCS collapse-vote mask
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_hfi.h | 105 u32 vote; member 110 u32 vote; member
|
H A D | a6xx_gmu.c | 152 * Send an invalid index as a vote for the bus bandwidth and let the in a6xx_gmu_set_freq() 153 * firmware decide on the right vote in a6xx_gmu_set_freq() 405 u32 vote; in a6xx_gmu_gfx_rail_on() local 411 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1]; in a6xx_gmu_gfx_rail_on() 413 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff); in a6xx_gmu_gfx_rail_on() 414 gmu_write(gmu, REG_A6XX_GMU_MX_VOTE_IDX, (vote >> 8) & 0xff); in a6xx_gmu_gfx_rail_on() 1117 /* Remove the bus vote */ in a6xx_gmu_stop() 1253 /* Construct a vote for each frequency */ in a6xx_gmu_rpmh_arc_votes_init() 1279 * nothing fits, use the maximum non zero vote in a6xx_gmu_rpmh_arc_votes_init() 1291 /* Construct the vote */ in a6xx_gmu_rpmh_arc_votes_init()
|
H A D | a6xx_hfi.c | 224 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()
|
/openbmc/linux/drivers/slimbus/ |
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/interconnect/ |
H A D | qcom,bcm-voter.yaml | 15 Coordinators (RSC). Interconnect providers are able to vote for aggregated
|
/openbmc/u-boot/arch/arm/mach-snapdragon/ |
H A D | clock-apq8096.c | 73 /* Vote for gpll0 clock */ in clk_init_uart()
|
H A D | clock-apq8016.c | 87 /* Vote for gpll0 clock */ in clk_init_uart()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | qcom_bam_dmux.c | 730 /* Vote for power state */ in bam_dmux_runtime_resume() 815 /* Runtime PM manages our own power vote. in bam_dmux_probe() 871 /* Drop our own power vote */ in bam_dmux_remove() 877 /* Try to wait for remote side to drop power vote */ in bam_dmux_remove()
|
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,rpm.yaml | 12 to vote for state of the system resources, such as clocks, regulators and bus
|
/openbmc/linux/arch/arm/common/ |
H A D | vlock.S | 63 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
/openbmc/qemu/docs/ |
H A D | block-replication.txt | 154 -drive if=xxx,driver=quorum,read-pattern=fifo,id=colo1,vote-threshold=1,\ 189 vote-threshold=1,children.0=childs1
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_qca.c | 103 /* HCI_IBS transmit and receive side clock state vote */ 282 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument 290 switch (vote) { in serial_clock_vote() 333 BT_DBG("Vote serial clock %s(%s)", new_vote ? "true" : "false", in serial_clock_vote() 334 vote ? "true" : "false"); in serial_clock_vote() 384 /* Vote for serial clock */ in qca_wq_awake_device() 439 BT_DBG("hu %p rx clock vote off", hu); in qca_wq_serial_rx_clock_vote_off() 450 BT_DBG("hu %p tx clock vote off", hu); in qca_wq_serial_tx_clock_vote_off() 455 /* Now that message queued to tty driver, vote for tty clocks off. in qca_wq_serial_tx_clock_vote_off() 803 /* Vote off rx clock under workqueue */ in device_want_to_sleep()
|