Home
last modified time | relevance | path

Searched refs:vote (Results 1 – 5 of 5) sorted by relevance

/drivers/pci/pcie/
A Derr.c54 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()
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
123 vote = err_handler->mmio_enabled(dev); in report_mmio_enabled()
124 *result = merge_result(*result, vote); in report_mmio_enabled()
[all …]
/drivers/gpu/drm/msm/adreno/
A Da6xx_hfi.h105 u32 vote; member
110 u32 vote; member
199 #define AB_VOTE(vote) FIELD_PREP(AB_VOTE_MASK, (vote)) argument
A Da6xx_gmu.c447 u32 vote; in a6xx_gmu_gfx_rail_on() local
453 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1]; in a6xx_gmu_gfx_rail_on()
455 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff); in a6xx_gmu_gfx_rail_on()
456 gmu_write(gmu, REG_A6XX_GMU_MX_VOTE_IDX, (vote >> 8) & 0xff); in a6xx_gmu_gfx_rail_on()
1386 u32 vote; in a6xx_gmu_rpmh_bw_votes_init() local
1418 vote = clamp(peak, 1, BCM_TCS_CMD_VOTE_MASK); in a6xx_gmu_rpmh_bw_votes_init()
1422 data[bcm_index] = BCM_TCS_CMD(commit, true, vote, vote); in a6xx_gmu_rpmh_bw_votes_init()
1424 data[bcm_index] = BCM_TCS_CMD(commit, true, 0, vote); in a6xx_gmu_rpmh_bw_votes_init()
A Da6xx_hfi.c244 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table_v1()
249 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table_v1()
266 msg.gx_votes[i].vote = gmu->gx_arc_votes[i]; in a6xx_hfi_send_perf_table()
272 msg.cx_votes[i].vote = gmu->cx_arc_votes[i]; in a6xx_hfi_send_perf_table()
/drivers/bluetooth/
A Dhci_qca.c296 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument
304 switch (vote) { in serial_clock_vote()
348 str_true_false(vote)); in serial_clock_vote()

Completed in 816 milliseconds