/kernel/linux/linux-5.10/drivers/pci/pcie/ |
H A 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, *resul in report_slot_reset() local [all...] |
/kernel/linux/linux-6.6/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 in report_mmio_enabled() 135 pci_ers_result_t vote, *result = data; report_slot_reset() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_hfi.h | 94 u32 vote; member 99 u32 vote; member
|
H A 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()
|
H A D | a6xx_gmu.c | 150 * Send an invalid index as a vote for the bus bandwidth and let the in a6xx_gmu_set_freq() 151 * firmware decide on the right vote in a6xx_gmu_set_freq() 394 u32 vote; in a6xx_gmu_gfx_rail_on() local 400 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1]; in a6xx_gmu_gfx_rail_on() 402 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff); in a6xx_gmu_gfx_rail_on() 403 gmu_write(gmu, REG_A6XX_GMU_MX_VOTE_IDX, (vote >> 8) & 0xff); in a6xx_gmu_gfx_rail_on() 1095 /* Remove the bus vote */ in a6xx_gmu_stop() 1231 /* Construct a vote for each frequency */ in a6xx_gmu_rpmh_arc_votes_init() 1257 * nothing fits, use the maximum non zero vote in a6xx_gmu_rpmh_arc_votes_init() 1269 /* Construct the vote */ in a6xx_gmu_rpmh_arc_votes_init() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_hfi.h | 105 u32 vote; member 110 u32 vote; member
|
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()
|
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() [all...] |
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | vlock.S | 61 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | vlock.S | 63 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_qca.c | 103 /* HCI_IBS transmit and receive side clock state vote */ 279 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument 287 switch (vote) { in serial_clock_vote() 331 vote ? "true" : "false"); in serial_clock_vote() 436 BT_DBG("hu %p rx clock vote off", hu); in qca_wq_serial_rx_clock_vote_off() 447 BT_DBG("hu %p tx clock vote off", hu); in qca_wq_serial_tx_clock_vote_off() 452 /* Now that message queued to tty driver, vote for tty clocks off. in qca_wq_serial_tx_clock_vote_off()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_qca.c | 104 /* 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() 334 vote ? "true" : "false"); in serial_clock_vote() 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()
|