Home
last modified time | relevance | path

Searched refs:enable_cp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpio/
Dgpio-xtensa.c45 static inline unsigned long enable_cp(unsigned long *cpenable) in enable_cp() function
64 static inline unsigned long enable_cp(unsigned long *cpenable) in enable_cp() function
86 flags = enable_cp(&saved_cpenable); in xtensa_impwire_get_value()
109 flags = enable_cp(&saved_cpenable); in xtensa_expstate_get_value()
123 flags = enable_cp(&saved_cpenable); in xtensa_expstate_set_value()
/Linux-v4.19/net/bluetooth/
Dhci_request.c840 struct hci_cp_le_set_scan_enable enable_cp; in hci_req_start_scan() local
851 memset(&enable_cp, 0, sizeof(enable_cp)); in hci_req_start_scan()
852 enable_cp.enable = LE_SCAN_ENABLE; in hci_req_start_scan()
853 enable_cp.filter_dup = LE_SCAN_FILTER_DUP_ENABLE; in hci_req_start_scan()
854 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan()
855 &enable_cp); in hci_req_start_scan()