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()
1006 struct hci_cp_le_set_scan_enable enable_cp; in hci_req_start_scan() local1017 memset(&enable_cp, 0, sizeof(enable_cp)); in hci_req_start_scan()1018 enable_cp.enable = LE_SCAN_ENABLE; in hci_req_start_scan()1019 enable_cp.filter_dup = filter_dup; in hci_req_start_scan()1020 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan()1021 &enable_cp); in hci_req_start_scan()