Home
last modified time | relevance | path

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

/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst13 of the banks and subevent is CPU specific.
/linux/Documentation/ABI/testing/
H A Dsysfs-mce31 subevent will not be reported.
/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst41 Example usage of checking event code and subevent code::
/linux/net/bluetooth/
H A Dhci_event.c7468 /* Entries in this table shall have their position according to the subevent
7579 bt_dev_dbg(hdev, "subevent 0x%2.2x", ev->subevent); in hci_le_meta_evt()
7585 hci_skb_event(hdev->req_skb) == ev->subevent) { in hci_le_meta_evt()
7591 subev = &hci_le_ev_table[ev->subevent]; in hci_le_meta_evt()
7596 bt_dev_err(hdev, "unexpected subevent 0x%2.2x length: %u < %u", in hci_le_meta_evt()
7597 ev->subevent, skb->len, subev->min_len); in hci_le_meta_evt()
7606 bt_dev_warn(hdev, "unexpected subevent 0x%2.2x length: %u > %u", in hci_le_meta_evt()
7607 ev->subevent, skb->len, subev->max_len); in hci_le_meta_evt()
7608 data = hci_le_ev_skb_pull(hdev, skb, ev->subevent, sube in hci_le_meta_evt()
[all...]
H A Dhci_core.c3154 /* In case of LE metaevent check the subevent match */ in hci_recv_event_data()
3160 if (ev->subevent == event) in hci_recv_event_data()
/linux/include/net/bluetooth/
H A Dhci.h2864 __u8 subevent; member