Searched refs:vote (Results 1 - 6 of 6) sorted by path

/linux-master/arch/arm/common/
H A Dvlock.S63 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
/linux-master/drivers/bluetooth/
H A Dhci_qca.c103 /* HCI_IBS transmit and receive side clock state vote */
282 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) argument
290 switch (vote) {
334 vote ? "true" : "false");
439 BT_DBG("hu %p rx clock vote off", hu);
450 BT_DBG("hu %p tx clock vote off", hu);
455 /* Now that message queued to tty driver, vote for tty clocks off.
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c153 * Send an invalid index as a vote for the bus bandwidth and let the
154 * firmware decide on the right vote
411 u32 vote; local
417 vote = gmu->gx_arc_votes[gmu->nr_gpu_freqs - 1];
419 gmu_write(gmu, REG_A6XX_GMU_GX_VOTE_IDX, vote & 0xff);
420 gmu_write(gmu, REG_A6XX_GMU_MX_VOTE_IDX, (vote >> 8) & 0xff);
1204 /* Remove the bus vote */
1340 /* Construct a vote for each frequency */
1366 * nothing fits, use the maximum non zero vote
1378 /* Construct the vote */
[all...]
H A Da6xx_hfi.c226 msg.gx_votes[i].vote = gmu->gx_arc_votes[i];
231 msg.cx_votes[i].vote = gmu->cx_arc_votes[i];
248 msg.gx_votes[i].vote = gmu->gx_arc_votes[i];
254 msg.cx_votes[i].vote = gmu->cx_arc_votes[i];
H A Da6xx_hfi.h105 u32 vote; member in struct:perf_level
110 u32 vote; member in struct:perf_gx_level
/linux-master/drivers/pci/pcie/
H A Derr.c54 pci_ers_result_t vote; local
60 vote = PCI_ERS_RESULT_DISCONNECT;
64 vote = PCI_ERS_RESULT_NONE;
74 vote = PCI_ERS_RESULT_NO_AER_DRIVER;
77 vote = PCI_ERS_RESULT_NONE;
81 vote = err_handler->error_detected(dev, state);
83 pci_uevent_ers(dev, vote);
84 *result = merge_result(*result, vote);
114 pci_ers_result_t vote, *result = data; local
125 vote
135 pci_ers_result_t vote, *result = data; local
[all...]

Completed in 229 milliseconds