Searched refs:vote (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/pci/pcie/ |
D | err.c | 54 pci_ers_result_t vote; in report_error_detected() local 91 vote = PCI_ERS_RESULT_NO_AER_DRIVER; in report_error_detected() 93 vote = PCI_ERS_RESULT_NONE; in report_error_detected() 96 vote = err_handler->error_detected(dev, result_data->state); in report_error_detected() 100 result_data->result = merge_result(result_data->result, vote); in report_error_detected() 107 pci_ers_result_t vote; in report_mmio_enabled() local 120 vote = err_handler->mmio_enabled(dev); in report_mmio_enabled() 121 result_data->result = merge_result(result_data->result, vote); in report_mmio_enabled() 129 pci_ers_result_t vote; in report_slot_reset() local 142 vote = err_handler->slot_reset(dev); in report_slot_reset() [all …]
|
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufs-qcom.c | 48 static int ufs_qcom_set_bus_vote(struct ufs_qcom_host *host, int vote); 762 static int ufs_qcom_set_bus_vote(struct ufs_qcom_host *host, int vote) in ufs_qcom_set_bus_vote() argument 766 if (vote != host->bus_vote.curr_vote) { in ufs_qcom_set_bus_vote() 768 host->bus_vote.client_handle, vote); in ufs_qcom_set_bus_vote() 773 vote, err); in ufs_qcom_set_bus_vote() 777 host->bus_vote.curr_vote = vote; in ufs_qcom_set_bus_vote() 785 int vote; in ufs_qcom_update_bus_bw_vote() local 791 vote = ufs_qcom_get_bus_vote(host, mode); in ufs_qcom_update_bus_bw_vote() 792 if (vote >= 0) in ufs_qcom_update_bus_bw_vote() 793 err = ufs_qcom_set_bus_vote(host, vote); in ufs_qcom_update_bus_bw_vote() [all …]
|
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.h | 93 u32 vote; member
|
D | a6xx_hfi.c | 257 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table() 262 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table()
|
D | a6xx_gmu.c | 258 u32 vote; in a6xx_gmu_gfx_rail_on() local 264 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1]; in a6xx_gmu_gfx_rail_on() 266 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff); in a6xx_gmu_gfx_rail_on() 267 gmu_write(gmu, REG_A6XX_GMU_MX_VOTE_IDX, (vote >> 8) & 0xff); in a6xx_gmu_gfx_rail_on()
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smd-rpm.txt | 4 various Qualcomm platforms. The RPM allows each component in the system to vote
|
/Linux-v4.19/arch/arm/common/ |
D | vlock.S | 70 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_qca.c | 189 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument 197 switch (vote) { in serial_clock_vote() 243 vote ? "true" : "false"); in serial_clock_vote()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 4 various Qualcomm platforms. The RPM allows each component in the system to vote
|
/Linux-v4.19/Documentation/arm/ |
D | vlocks.txt | 37 /* signal our desire to vote */
|
/Linux-v4.19/Documentation/process/ |
D | code-of-conduct-interpretation.rst | 147 by a two-thirds vote.
|
/Linux-v4.19/ |
D | CREDITS | 1932 D: Slackware and Debian, vote-taker for 2nd comp.os.linux reorganization
|