Searched refs:enable_cp (Results 1 – 2 of 2) sorted by relevance
42 static inline unsigned long enable_cp(unsigned long *cpenable) in enable_cp() function60 static inline unsigned long enable_cp(unsigned long *cpenable) in enable_cp() function82 flags = enable_cp(&saved_cpenable); in xtensa_impwire_get_value()105 flags = enable_cp(&saved_cpenable); in xtensa_expstate_get_value()119 flags = enable_cp(&saved_cpenable); in xtensa_expstate_set_value()
613 struct hci_cp_le_set_scan_enable enable_cp; in hci_req_start_scan() local624 memset(&enable_cp, 0, sizeof(enable_cp)); in hci_req_start_scan()625 enable_cp.enable = LE_SCAN_ENABLE; in hci_req_start_scan()626 enable_cp.filter_dup = filter_dup; in hci_req_start_scan()627 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan()628 &enable_cp); in hci_req_start_scan()