Symbol: pending_find
net/bluetooth/mgmt.c
10010
cmd = pending_find(MGMT_OP_DISCONNECT, hdev);
net/bluetooth/mgmt.c
10060
cmd = pending_find(MGMT_OP_PIN_CODE_REPLY, hdev);
net/bluetooth/mgmt.c
10073
cmd = pending_find(MGMT_OP_PIN_CODE_NEG_REPLY, hdev);
net/bluetooth/mgmt.c
10118
cmd = pending_find(opcode, hdev);
net/bluetooth/mgmt.c
10266
cmd = pending_find(MGMT_OP_SET_LOCAL_NAME, hdev);
net/bluetooth/mgmt.c
10276
if (pending_find(MGMT_OP_SET_POWERED, hdev))
net/bluetooth/mgmt.c
1416
if (pending_find(MGMT_OP_SET_POWERED, hdev)) {
net/bluetooth/mgmt.c
1612
if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) ||
net/bluetooth/mgmt.c
1613
pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) {
net/bluetooth/mgmt.c
1800
if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) ||
net/bluetooth/mgmt.c
1801
pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) {
net/bluetooth/mgmt.c
1912
if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) {
net/bluetooth/mgmt.c
2061
if (pending_find(MGMT_OP_SET_SSP, hdev)) {
net/bluetooth/mgmt.c
2604
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
2605
pending_find(MGMT_OP_SET_ADVERTISING, hdev)) {
net/bluetooth/mgmt.c
4323
if (pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev)) {
net/bluetooth/mgmt.c
5482
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
5483
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR, hdev) ||
net/bluetooth/mgmt.c
5484
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR_RSSI, hdev)) {
net/bluetooth/mgmt.c
5697
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
5698
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR, hdev) ||
net/bluetooth/mgmt.c
5699
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR_RSSI, hdev)) {
net/bluetooth/mgmt.c
6646
if (pending_find(MGMT_OP_SET_ADVERTISING, hdev) ||
net/bluetooth/mgmt.c
6647
pending_find(MGMT_OP_SET_LE, hdev)) {
net/bluetooth/mgmt.c
8792
return pending_find(MGMT_OP_SET_LE, hdev);
net/bluetooth/mgmt.c
9391
if (pending_find(MGMT_OP_SET_LE, hdev)) {
net/bluetooth/mgmt.c
970
cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev);
net/bluetooth/mgmt.c
9713
cmd = pending_find(MGMT_OP_SET_POWERED, hdev);
net/bluetooth/mgmt.c
994
cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev);
net/bluetooth/mgmt.c
9944
cmd = pending_find(MGMT_OP_SET_POWERED, hdev);