Home
last modified time | relevance | path

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

/net/rfkill/
Dcore.c48 bool persistent; member
627 rfkill->persistent = true; in rfkill_init_sw_state()
656 rfkill->persistent = true; in rfkill_set_states()
727 return sysfs_emit(buf, "%d\n", rfkill->persistent); in persistent_show()
729 static DEVICE_ATTR_RO(persistent);
933 if (!rfkill->persistent) { in rfkill_resume()
1107 if (!rfkill->persistent || rfkill_epo_lock_active) { in rfkill_register()
/net/bluetooth/
Dsmp.c1046 bool persistent; in smp_notify_keys() local
1050 persistent = false; in smp_notify_keys()
1052 persistent = !test_bit(HCI_CONN_FLUSH_KEY, in smp_notify_keys()
1059 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys()
1065 mgmt_new_irk(hdev, smp->remote_irk, persistent); in smp_notify_keys()
1087 mgmt_new_csrk(hdev, smp->csrk, persistent); in smp_notify_keys()
1094 mgmt_new_csrk(hdev, smp->responder_csrk, persistent); in smp_notify_keys()
1101 mgmt_new_ltk(hdev, smp->ltk, persistent); in smp_notify_keys()
1108 mgmt_new_ltk(hdev, smp->responder_ltk, persistent); in smp_notify_keys()
1123 smp->link_key, type, 0, &persistent); in smp_notify_keys()
[all …]
Dmgmt.c9445 bool persistent) in mgmt_new_link_key() argument
9451 ev.store_hint = persistent; in mgmt_new_link_key()
9480 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk() argument
9501 ev.store_hint = persistent; in mgmt_new_ltk()
9523 void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent) in mgmt_new_irk() argument
9529 ev.store_hint = persistent; in mgmt_new_irk()
9540 bool persistent) in mgmt_new_csrk() argument
9559 ev.store_hint = persistent; in mgmt_new_csrk()
Dhci_core.c1258 u8 pin_len, bool *persistent) in hci_add_link_key() argument
1296 if (persistent) in hci_add_link_key()
1297 *persistent = hci_persistent_key(hdev, conn, type, in hci_add_link_key()
Dhci_event.c4641 bool persistent; in hci_link_key_notify_evt() local
4672 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt()
4682 mgmt_new_link_key(hdev, key, persistent); in hci_link_key_notify_evt()
4696 if (persistent) in hci_link_key_notify_evt()