Lines Matching defs:hdev
59 int mgmt_send_event(u16 event, struct hci_dev *hdev, unsigned short channel,
71 if (hdev)
72 hdr->index = cpu_to_le16(hdev->id);
86 hci_send_monitor_ctrl_event(hdev, event, data, data_len,
185 struct hci_dev *hdev)
189 list_for_each_entry(cmd, &hdev->mgmt_pending, list) {
201 struct hci_dev *hdev,
206 list_for_each_entry(cmd, &hdev->mgmt_pending, list) {
216 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev,
222 list_for_each_entry_safe(cmd, tmp, &hdev->mgmt_pending, list) {
231 struct hci_dev *hdev,
241 cmd->index = hdev->id;
254 list_add(&cmd->list, &hdev->mgmt_pending);