Searched refs:_csr_get_dt_bool (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_csr.c | 54 _csr_get_dt_bool(DTEntry *entry, char const *name, bool *out) in _csr_get_dt_bool() function 139 (_csr_get_dt_bool(&entry, "internal-use-only-unit", &bool_value) && bool_value)) || in _csr_is_iuou_or_iuos_device() 141 (_csr_get_dt_bool(&entry, "iuos", &bool_value) && bool_value)); in _csr_is_iuou_or_iuos_device() 157 _csr_get_dt_bool(&chosen, "csr-allow-device-configuration", &bool_value) && bool_value); in _csr_should_allow_device_configuration() 224 if (_csr_get_dt_bool(&entry, "lp-sip1", &bool_value) && bool_value) { in csr_bootstrap()
|