Searched refs:persistent (Results 1 – 5 of 5) sorted by relevance
/net/rfkill/ |
D | core.c | 48 bool persistent; member 615 rfkill->persistent = true; in rfkill_init_sw_state() 644 rfkill->persistent = true; in rfkill_set_states() 715 return sprintf(buf, "%d\n", rfkill->persistent); in persistent_show() 717 static DEVICE_ATTR_RO(persistent); 911 if (!rfkill->persistent) { in rfkill_resume() 1077 if (!rfkill->persistent || rfkill_epo_lock_active) { in rfkill_register()
|
/net/bluetooth/ |
D | smp.c | 1043 bool persistent; in smp_notify_keys() local 1047 persistent = false; in smp_notify_keys() 1049 persistent = !test_bit(HCI_CONN_FLUSH_KEY, in smp_notify_keys() 1056 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys() 1062 mgmt_new_irk(hdev, smp->remote_irk, persistent); in smp_notify_keys() 1079 mgmt_new_csrk(hdev, smp->csrk, persistent); in smp_notify_keys() 1086 mgmt_new_csrk(hdev, smp->responder_csrk, persistent); in smp_notify_keys() 1093 mgmt_new_ltk(hdev, smp->ltk, persistent); in smp_notify_keys() 1100 mgmt_new_ltk(hdev, smp->responder_ltk, persistent); in smp_notify_keys() 1115 smp->link_key, type, 0, &persistent); in smp_notify_keys() [all …]
|
D | mgmt.c | 8679 bool persistent) in mgmt_new_link_key() argument 8685 ev.store_hint = persistent; in mgmt_new_link_key() 8714 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk() argument 8735 ev.store_hint = persistent; in mgmt_new_ltk() 8757 void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent) in mgmt_new_irk() argument 8763 ev.store_hint = persistent; in mgmt_new_irk() 8774 bool persistent) in mgmt_new_csrk() argument 8793 ev.store_hint = persistent; in mgmt_new_csrk()
|
D | hci_event.c | 4171 bool persistent; in hci_link_key_notify_evt() local 4202 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 4212 mgmt_new_link_key(hdev, key, persistent); in hci_link_key_notify_evt() 4226 if (persistent) in hci_link_key_notify_evt()
|
D | hci_core.c | 2586 u8 pin_len, bool *persistent) in hci_add_link_key() argument 2624 if (persistent) in hci_add_link_key() 2625 *persistent = hci_persistent_key(hdev, conn, type, in hci_add_link_key()
|