Home
last modified time | relevance | path

Searched refs:subevent (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dmachinecheck.rst13 of the banks and subevent is CPU specific.
31 subevent will not be reported.
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Dacpiphp_ibm.c254 u8 subevent = event & 0xf0; in ibm_handle_events() local
259 if (subevent == 0x80) { in ibm_handle_events()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c5981 switch (le_ev->subevent) { in hci_le_meta_evt()
6117 u8 subevent = le_ev->subevent; in hci_store_wake_reason() local
6121 if ((subevent == HCI_EV_LE_ADVERTISING_REPORT || in hci_store_wake_reason()
6122 subevent == HCI_EV_LE_DIRECT_ADV_REPORT || in hci_store_wake_reason()
6123 subevent == HCI_EV_LE_EXT_ADV_REPORT) && in hci_store_wake_reason()
6129 switch (subevent) { in hci_store_wake_reason()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h2202 __u8 subevent; member