Searched refs:is_present (Results 1 – 14 of 14) sorted by relevance
35 bool (*is_present)(struct collie_bat *bat); member100 if (bat->is_present && !bat->is_present(bat) in collie_bat_get_property()131 val->intval = bat->is_present ? bat->is_present(bat) : 1; in collie_bat_get_property()161 if (bat->is_present && !bat->is_present(bat)) { in collie_bat_update()
207 bool is_present; member273 if (chip->is_present == is_present) in sbs_update_presence()276 if (!is_present) { in sbs_update_presence()277 chip->is_present = false; in sbs_update_presence()305 chip->is_present = true; in sbs_update_presence()326 if (!chip->is_present && is_present && !chip->charger_broadcasts) in sbs_update_presence()329 chip->is_present = true; in sbs_update_presence()1012 bool old_present = chip->is_present; in sbs_get_property()1019 if (old_present != chip->is_present) in sbs_get_property()1030 } else if (!chip->is_present) { in sbs_get_property()[all …]
15 bool is_present; member
47 bool is_present; member
84 int is_present; member235 p->is_present = 1; in save16bit()242 p->is_present = 1; in save8bit()278 hh->extmsgid.is_present = (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID); in parse_hip()279 if (hh->extmsgid.is_present) { in parse_hip()823 if (!hh.extmsgid.is_present in sierra_net_rx_fixup()
41 bool is_present; /* Function has AFUs defined */ member
745 afu->is_present = true; in ocxlflash_config_fn()865 if (!afu->is_present) in ocxlflash_config_afu()
446 bool is_present = is_shadow_present_pte(new_spte); in handle_changed_spte() local448 bool is_leaf = is_present && is_last_spte(new_spte, level); in handle_changed_spte()491 if (!was_present && !is_present) { in handle_changed_spte()515 (!is_present || !is_dirty_spte(new_spte) || pfn_changed)) in handle_changed_spte()525 (is_leaf || !is_present || WARN_ON_ONCE(pfn_changed))) in handle_changed_spte()529 (!is_present || !is_accessed_spte(new_spte) || pfn_changed)) in handle_changed_spte()
305 if (!pinfo.is_present) in print_libpfm_events()
28 static bool is_present(const char *path) in is_present() function1078 if (!overwrite && is_present(autoconf_name)) in conf_write_autoconf()
88 u32 is_present; member
962 if (monitor_config->is_present) { in cs35l35_component_probe()1392 monitor_config->is_present = signal_format ? true : false; in cs35l35_handle_of_data()1393 if (monitor_config->is_present) { in cs35l35_handle_of_data()
1497 vpbr_config->is_present = vpbr_node ? true : false; in cs35l36_handle_of_data()1498 if (vpbr_config->is_present) { in cs35l36_handle_of_data()1831 if (pdata->vpbr_config.is_present) in cs35l36_i2c_probe()
131 static inline bool is_present(const struct page_info *info) in is_present() function153 return is_present(info) || is_outgoing(info); in is_valid()483 bool available = vdo_page_comp->writable ? is_present(info) : is_valid(info); in complete_with_page()1259 if (!is_present(info)) in vdo_get_page()
Completed in 52 milliseconds