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()
208 bool is_present;267 static int sbs_update_presence(struct sbs_info *chip, bool is_present) in sbs_update_presence() 274 if (chip->is_present == is_present) in sbs_update_presence() 277 if (!is_present) { in sbs_update_presence() 278 chip->is_present = false; in sbs_update_presence() 306 chip->is_present = true; in sbs_update_presence() 327 if (!chip->is_present && is_present && !chip->charger_broadcasts) in sbs_update_presence() 330 chip->is_present in sbs_update_presence() 207 bool is_present; global() member 266 sbs_update_presence(struct sbs_info * chip,bool is_present) sbs_update_presence() argument [all...]
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()
15 bool is_present; member
47 bool is_present; member
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()
501 bool is_present = is_shadow_present_pte(new_spte); in set_external_spte_present() local502 bool is_leaf = is_present && is_last_spte(new_spte, level); in set_external_spte_present()557 bool is_present = is_shadow_present_pte(new_spte); in handle_changed_spte() local559 bool is_leaf = is_present && is_last_spte(new_spte, level); in handle_changed_spte()602 if (!was_present && !is_present) { in handle_changed_spte()632 (is_leaf || !is_present || WARN_ON_ONCE(pfn_changed))) in handle_changed_spte()
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()
88 u32 is_present; member