Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt.c939 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find() function
951 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags()
975 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable()
1322 cmd != pending_find(MGMT_OP_SET_POWERED, hdev)) in mgmt_set_powered_complete()
1358 if (cmd != pending_find(MGMT_OP_SET_POWERED, hdev)) in set_powered_sync()
1383 if (pending_find(MGMT_OP_SET_POWERED, hdev)) { in set_powered()
1514 cmd != pending_find(MGMT_OP_SET_DISCOVERABLE, hdev)) in mgmt_set_discoverable_complete()
1584 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable()
1585 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable()
1689 cmd != pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) in mgmt_set_connectable_complete()
[all …]