Lines Matching refs:event
177 /* Extra filter for event packets only */
369 void hci_send_monitor_ctrl_event(struct hci_dev *hdev, u16 event,
403 put_unaligned_le16(event, skb_put(skb, 2));
423 static struct sk_buff *create_monitor_event(struct hci_dev *hdev, int event)
431 switch (event) {
719 /* Generate internal stack event */
746 void hci_sock_dev_event(struct hci_dev *hdev, int event)
748 BT_DBG("hdev %s event %d", hdev->name, event);
753 /* Send event to monitor */
754 skb = create_monitor_event(hdev, event);
762 if (event <= HCI_DEV_DOWN) {
765 /* Send event to sockets */
766 ev.event = event;
771 if (event == HCI_DEV_UNREG) {
856 /* Send event to monitor */
1020 * that the monitor gets informed. Ensure that the resulting event
1038 /* Send event to monitor */
1199 /* Send event to monitor */
1290 /* Send event to monitor */
1391 /* Send event to monitor */
1579 /* Send event to monitor */