Searched refs:persistent (Results 1 – 5 of 5) sorted by relevance
| /net/rfkill/ |
| A D | core.c | 48 bool persistent; member 623 rfkill->persistent = true; in rfkill_init_sw_state() 652 rfkill->persistent = true; in rfkill_set_states() 723 return sysfs_emit(buf, "%d\n", rfkill->persistent); in persistent_show() 725 static DEVICE_ATTR_RO(persistent); 929 if (!rfkill->persistent) { in rfkill_resume() 1103 if (!rfkill->persistent || rfkill_epo_lock_active) { in rfkill_register()
|
| /net/bluetooth/ |
| A D | smp.c | 1045 bool persistent; in smp_notify_keys() local 1049 persistent = false; in smp_notify_keys() 1051 persistent = !test_bit(HCI_CONN_FLUSH_KEY, in smp_notify_keys() 1058 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys() 1063 mgmt_new_irk(hdev, smp->remote_irk, persistent); in smp_notify_keys() 1084 mgmt_new_csrk(hdev, smp->csrk, persistent); in smp_notify_keys() 1090 mgmt_new_csrk(hdev, smp->responder_csrk, persistent); in smp_notify_keys() 1096 mgmt_new_ltk(hdev, smp->ltk, persistent); in smp_notify_keys() 1102 mgmt_new_ltk(hdev, smp->responder_ltk, persistent); in smp_notify_keys() 1117 smp->link_key, type, 0, &persistent); in smp_notify_keys() [all …]
|
| A D | mgmt.c | 9471 bool persistent) in mgmt_new_link_key() argument 9477 ev.store_hint = persistent; in mgmt_new_link_key() 9506 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk() argument 9527 ev.store_hint = persistent; in mgmt_new_ltk() 9549 void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent) in mgmt_new_irk() argument 9555 ev.store_hint = persistent; in mgmt_new_irk() 9566 bool persistent) in mgmt_new_csrk() argument 9585 ev.store_hint = persistent; in mgmt_new_csrk()
|
| A D | hci_core.c | 1277 u8 pin_len, bool *persistent) in hci_add_link_key() argument 1315 if (persistent) in hci_add_link_key() 1316 *persistent = hci_persistent_key(hdev, conn, type, in hci_add_link_key()
|
| A D | hci_event.c | 4625 bool persistent; in hci_link_key_notify_evt() local 4656 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 4666 mgmt_new_link_key(hdev, key, persistent); in hci_link_key_notify_evt() 4680 if (persistent) in hci_link_key_notify_evt()
|
Completed in 54 milliseconds