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()
615 struct hci_cp_le_set_scan_enable enable_cp; in hci_req_start_scan() local626 memset(&enable_cp, 0, sizeof(enable_cp)); in hci_req_start_scan()627 enable_cp.enable = LE_SCAN_ENABLE; in hci_req_start_scan()628 enable_cp.filter_dup = filter_dup; in hci_req_start_scan()629 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan()630 &enable_cp); in hci_req_start_scan()