Searched refs:vote (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/pci/pcie/aer/ |
D | aerdrv_core.c | 237 pci_ers_result_t vote; in report_error_detected() local 273 vote = PCI_ERS_RESULT_NO_AER_DRIVER; in report_error_detected() 275 vote = PCI_ERS_RESULT_NONE; in report_error_detected() 278 vote = err_handler->error_detected(dev, result_data->state); in report_error_detected() 281 result_data->result = merge_result(result_data->result, vote); in report_error_detected() 288 pci_ers_result_t vote; in report_mmio_enabled() local 300 vote = err_handler->mmio_enabled(dev); in report_mmio_enabled() 301 result_data->result = merge_result(result_data->result, vote); in report_mmio_enabled() 309 pci_ers_result_t vote; in report_slot_reset() local 321 vote = err_handler->slot_reset(dev); in report_slot_reset() [all …]
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufs-qcom.c | 47 static int ufs_qcom_set_bus_vote(struct ufs_qcom_host *host, int vote); 742 static int ufs_qcom_set_bus_vote(struct ufs_qcom_host *host, int vote) in ufs_qcom_set_bus_vote() argument 746 if (vote != host->bus_vote.curr_vote) { in ufs_qcom_set_bus_vote() 748 host->bus_vote.client_handle, vote); in ufs_qcom_set_bus_vote() 753 vote, err); in ufs_qcom_set_bus_vote() 757 host->bus_vote.curr_vote = vote; in ufs_qcom_set_bus_vote() 765 int vote; in ufs_qcom_update_bus_bw_vote() local 771 vote = ufs_qcom_get_bus_vote(host, mode); in ufs_qcom_update_bus_bw_vote() 772 if (vote >= 0) in ufs_qcom_update_bus_bw_vote() 773 err = ufs_qcom_set_bus_vote(host, vote); in ufs_qcom_update_bus_bw_vote() [all …]
|
/linux-4.4.14/arch/arm/common/ |
D | vlock.S | 70 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_qca.c | 131 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote() argument 139 switch (vote) { in serial_clock_vote() 185 vote ? "true" : "false"); in serial_clock_vote()
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ |
D | qcom,smd-rpm.txt | 4 various Qualcomm platforms. The RPM allows each component in the system to vote
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 4 various Qualcomm platforms. The RPM allows each component in the system to vote
|
/linux-4.4.14/Documentation/arm/ |
D | vlocks.txt | 37 /* signal our desire to vote */
|
/linux-4.4.14/ |
D | CREDITS | 1897 D: Slackware and Debian, vote-taker for 2nd comp.os.linux reorganization
|