| /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() 132 pci_ers_result_t vote, *result = data; in report_mmio_enabled() local 141 vote = err_handler->mmio_enabled(dev); in report_mmio_enabled() [all …]
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_hfi.h | 105 u32 vote; member 110 u32 vote; member 216 #define AB_VOTE(vote) FIELD_PREP(AB_VOTE_MASK, (vote)) argument
|
| H A D | a6xx_gmu.c | 150 /* Vote AB as a fraction of the max bandwidth, starting from A750 */ in a6xx_gmu_set_freq() 154 /* For now, vote for 25% of the bandwidth */ in a6xx_gmu_set_freq() 159 * The AB vote consists of a 16 bit wide quantized level in a6xx_gmu_set_freq() 162 * vote = (bandwidth * 2^16) / max bandwidth in a6xx_gmu_set_freq() 188 /* With Bandwidth voting, we now vote for all resources, so skip OPP set */ in a6xx_gmu_set_freq() 200 * Send an invalid index as a vote for the bus bandwidth and let the in a6xx_gmu_set_freq() 201 * firmware decide on the right vote in a6xx_gmu_set_freq() 496 u32 vote; in a6xx_gmu_gfx_rail_on() local 502 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1]; in a6xx_gmu_gfx_rail_on() 504 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff); in a6xx_gmu_gfx_rail_on() [all …]
|
| H A D | a6xx_preempt.c | 140 * Set preemption keepalive vote. Please note that this vote is different from the one used in
|
| H A D | a6xx_hfi.c | 261 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table_v1() 266 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table_v1() 335 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table() 341 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table()
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,lcc.yaml | 56 - description: PLL 4 Vote clock 90 - description: PLL 4 Vote clock
|
| H A D | mediatek,mt8196-sys-clock.yaml | 60 as power domains or clocks) based on internal vote aggregation handled by 64 some internal vote aggregation,software is still required to
|
| H A D | mediatek,mt8196-clock.yaml | 65 as power domains or clocks) based on internal vote aggregation handled by 69 some internal vote aggregation,software is still required to
|
| /linux/Documentation/devicetree/bindings/interconnect/ |
| H A D | qcom,bcm-voter.yaml | 15 Coordinators (RSC). Interconnect providers are able to vote for aggregated
|
| /linux/drivers/bluetooth/ |
| H A D | hci_qca.c | 105 /* HCI_IBS transmit and receive side clock state vote */ 296 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument 304 switch (vote) { in serial_clock_vote() 347 BT_DBG("Vote serial clock %s(%s)", str_true_false(new_vote), in serial_clock_vote() 348 str_true_false(vote)); in serial_clock_vote() 398 /* Vote for serial clock */ in qca_wq_awake_device() 453 BT_DBG("hu %p rx clock vote off", hu); in qca_wq_serial_rx_clock_vote_off() 464 BT_DBG("hu %p tx clock vote off", hu); in qca_wq_serial_tx_clock_vote_off() 469 /* Now that message queued to tty driver, vote for tty clocks off. in qca_wq_serial_tx_clock_vote_off() 818 /* Vote off rx clock under workqueue */ in device_want_to_sleep()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_catalog.h | 647 * @min_core_ib minimum mnoc ib vote in kbps 648 * @min_llcc_ib minimum llcc ib vote in kbps 649 * @min_dram_ib minimum dram ib vote in kbps
|
| /linux/arch/arm/common/ |
| H A D | vlock.S | 63 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
| /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
|
| H A D | qcom,smd-rpm.yaml | 12 to vote for state of the system resources, such as clocks, regulators and bus
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| H A D | arm,smmu.yaml | 529 - description: HLOS vote clock 558 - description: HLOS vote clock 578 - description: HLOS vote clock
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-pm8916.dtsi | 87 * them to ensure the vote from the application processor can be
|
| H A D | msm8939-pm8916.dtsi | 65 * them to ensure the vote from the application processor can be
|
| H A D | msm8929-pm8916.dtsi | 65 * them to ensure the vote from the application processor can be
|
| /linux/fs/ocfs2/cluster/ |
| H A D | masklog.c | 113 define_mask(VOTE),
|
| /linux/drivers/soc/qcom/ |
| H A D | rpmh.c | 47 * @sleep_val: the sleep vote 48 * @wake_val: the wake vote
|
| /linux/drivers/interconnect/qcom/ |
| H A D | icc-rpm.h | 53 * @keep_alive: whether to always keep a minimum vote on the bus clocks
|
| H A D | icc-rpmh.h | 118 * @enable_mask: optional mask to send as vote instead of vote_x/vote_y
|
| /linux/fs/ocfs2/ |
| H A D | inode.h | 85 * We *only* set this on unlink vote from another node. If the inode
|
| /linux/drivers/interconnect/ |
| H A D | icc-clk.c | 71 * wrapper around COMMON_CLK framework, allowing other devices to vote on the
|
| /linux/drivers/mfd/ |
| H A D | 88pm860x-core.c | 658 dev_dbg(chip->dev, "%s(B): vote=0x%x status=%d\n", in pm8606_osc_enable() 682 dev_dbg(chip->dev, "%s(A): vote=0x%x status=%d ret=%d\n", in pm8606_osc_enable() 699 dev_dbg(chip->dev, "%s(B): vote=0x%x status=%d\n", in pm8606_osc_disable() 723 dev_dbg(chip->dev, "%s(A): vote=0x%x status=%d ret=%d\n", in pm8606_osc_disable()
|