Symbol: pending_find
net/bluetooth/mgmt.c
10136
cmd = pending_find(MGMT_OP_SET_LOCAL_NAME, hdev);
net/bluetooth/mgmt.c
10146
if (pending_find(MGMT_OP_SET_POWERED, hdev))
net/bluetooth/mgmt.c
1419
if (pending_find(MGMT_OP_SET_POWERED, hdev)) {
net/bluetooth/mgmt.c
1615
if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) ||
net/bluetooth/mgmt.c
1616
pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) {
net/bluetooth/mgmt.c
1803
if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) ||
net/bluetooth/mgmt.c
1804
pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) {
net/bluetooth/mgmt.c
1915
if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) {
net/bluetooth/mgmt.c
2064
if (pending_find(MGMT_OP_SET_SSP, hdev)) {
net/bluetooth/mgmt.c
2607
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
2608
pending_find(MGMT_OP_SET_ADVERTISING, hdev)) {
net/bluetooth/mgmt.c
3752
cmd = pending_find(MGMT_OP_PAIR_DEVICE, hdev);
net/bluetooth/mgmt.c
4266
if (pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev)) {
net/bluetooth/mgmt.c
5423
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
5424
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR, hdev) ||
net/bluetooth/mgmt.c
5425
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR_RSSI, hdev)) {
net/bluetooth/mgmt.c
5638
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
5639
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR, hdev) ||
net/bluetooth/mgmt.c
5640
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR_RSSI, hdev)) {
net/bluetooth/mgmt.c
6587
if (pending_find(MGMT_OP_SET_ADVERTISING, hdev) ||
net/bluetooth/mgmt.c
6588
pending_find(MGMT_OP_SET_LE, hdev)) {
net/bluetooth/mgmt.c
8686
return pending_find(MGMT_OP_SET_LE, hdev);
net/bluetooth/mgmt.c
9278
if (pending_find(MGMT_OP_SET_LE, hdev)) {
net/bluetooth/mgmt.c
9600
cmd = pending_find(MGMT_OP_SET_POWERED, hdev);
net/bluetooth/mgmt.c
973
cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev);
net/bluetooth/mgmt.c
9831
cmd = pending_find(MGMT_OP_SET_POWERED, hdev);
net/bluetooth/mgmt.c
9881
cmd = pending_find(MGMT_OP_DISCONNECT, hdev);
net/bluetooth/mgmt.c
9930
cmd = pending_find(MGMT_OP_PIN_CODE_REPLY, hdev);
net/bluetooth/mgmt.c
9943
cmd = pending_find(MGMT_OP_PIN_CODE_NEG_REPLY, hdev);
net/bluetooth/mgmt.c
997
cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev);
net/bluetooth/mgmt.c
9988
cmd = pending_find(opcode, hdev);