Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst13 of the banks and subevent is CPU specific.
/openbmc/linux/drivers/pci/hotplug/
H A Dacpiphp_ibm.c254 u8 subevent = event & 0xf0; in ibm_handle_events() local
259 if (subevent == 0x80) { in ibm_handle_events()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-mce31 subevent will not be reported.
/openbmc/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst41 Example usage of checking event code and subevent code::
/openbmc/linux/net/bluetooth/
H A Dhci_event.c7002 /* Entries in this table shall have their position according to the subevent
7092 bt_dev_dbg(hdev, "subevent 0x%2.2x", ev->subevent); in hci_le_meta_evt()
7097 hci_skb_event(hdev->req_skb) == ev->subevent) { in hci_le_meta_evt()
7103 subev = &hci_le_ev_table[ev->subevent]; in hci_le_meta_evt()
7108 bt_dev_err(hdev, "unexpected subevent 0x%2.2x length: %u < %u", in hci_le_meta_evt()
7109 ev->subevent, skb->len, subev->min_len); in hci_le_meta_evt()
7118 bt_dev_warn(hdev, "unexpected subevent 0x%2.2x length: %u > %u", in hci_le_meta_evt()
7119 ev->subevent, skb->len, subev->max_len);
7120 data = hci_le_ev_skb_pull(hdev, skb, ev->subevent, sube
7198 u8 subevent = le_ev->subevent; hci_store_wake_reason() local
[all...]
H A Dhci_core.c3115 /* In case of LE metaevent check the subevent match */ in hci_recv_event_data()
3121 if (ev->subevent == event) in hci_recv_event_data()
/openbmc/linux/drivers/perf/hisilicon/
H A Dhns3_pmu.c331 HNS3_PMU_FILTER_ATTR(subevent, config, 0, 7);
662 HNS3_PMU_FORMAT_ATTR(subevent, "config:0-7"),
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2488 __u8 subevent; member