Searched refs:vote (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.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 …]
|
/Linux-v5.10/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.h | 94 u32 vote; member 99 u32 vote; member
|
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()
|
D | a6xx_gmu.c | 375 u32 vote; in a6xx_gmu_gfx_rail_on() local 381 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1]; in a6xx_gmu_gfx_rail_on() 383 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff); in a6xx_gmu_gfx_rail_on() 384 gmu_write(gmu, REG_A6XX_GMU_MX_VOTE_IDX, (vote >> 8) & 0xff); in a6xx_gmu_gfx_rail_on()
|
/Linux-v5.10/arch/arm/common/ |
D | vlock.S | 61 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
/Linux-v5.10/drivers/bluetooth/ |
D | hci_qca.c | 272 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument 280 switch (vote) { in serial_clock_vote() 324 vote ? "true" : "false"); in serial_clock_vote()
|
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 4 various Qualcomm platforms. The RPM allows each component in the system to vote
|
/Linux-v5.10/Documentation/arm/ |
D | vlocks.rst | 38 /* signal our desire to vote */
|
/Linux-v5.10/Documentation/process/ |
D | code-of-conduct-interpretation.rst | 147 by a two-thirds vote.
|
/Linux-v5.10/ |
D | CREDITS | 1964 D: Slackware and Debian, vote-taker for 2nd comp.os.linux reorganization
|