Searched refs:is_present (Results 1 – 11 of 11) 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()
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()827 if (!hh.extmsgid.is_present in sierra_net_rx_fixup()
15 bool is_present; member
47 bool is_present; member
516 bool is_present = is_shadow_present_pte(new_spte); in set_external_spte_present() local517 bool is_leaf = is_present && is_last_spte(new_spte, level); in set_external_spte_present()571 bool is_present = is_shadow_present_pte(new_spte); in handle_changed_spte() local573 bool is_leaf = is_present && is_last_spte(new_spte, level); in handle_changed_spte()616 if (!was_present && !is_present) { in handle_changed_spte()646 (is_leaf || !is_present || WARN_ON_ONCE(pfn_changed))) in handle_changed_spte()
304 if (!pinfo.is_present) in print_libpfm_events()
28 static bool is_present(const char *path) in is_present() function1085 if (!overwrite && is_present(autoconf_name)) in conf_write_autoconf()
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()
1495 vpbr_config->is_present = vpbr_node ? true : false; in cs35l36_handle_of_data() 1496 if (vpbr_config->is_present) { in cs35l36_handle_of_data() 1829 if (pdata->vpbr_config.is_present) in cs35l36_i2c_probe()
88 u32 is_present; member
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()491 bool available = vdo_page_comp->writable ? is_present(info) : is_valid(info); in complete_with_page()1272 if (!is_present(info)) in vdo_get_page()