Home
last modified time | relevance | path

Searched refs:is_present (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/power/supply/
A Dcollie_battery.c35 bool (*is_present)(struct collie_bat *bat); member
100 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()
A Dsbs-battery.c207 bool is_present; member
273 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 …]
/linux/include/sound/
A Dcs35l36.h15 bool is_present; member
A Dcs35l35.h47 bool is_present; member
/linux/drivers/net/usb/
A Dsierra_net.c84 int is_present; member
235 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()
/linux/drivers/scsi/cxlflash/
A Docxl_hw.h41 bool is_present; /* Function has AFUs defined */ member
A Docxl_hw.c745 afu->is_present = true; in ocxlflash_config_fn()
865 if (!afu->is_present) in ocxlflash_config_afu()
/linux/arch/x86/kvm/mmu/
A Dtdp_mmu.c446 bool is_present = is_shadow_present_pte(new_spte); in handle_changed_spte() local
448 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()
/linux/tools/perf/util/
A Dpfm.c305 if (!pinfo.is_present) in print_libpfm_events()
/linux/scripts/kconfig/
A Dconfdata.c28 static bool is_present(const char *path) in is_present() function
1078 if (!overwrite && is_present(autoconf_name)) in conf_write_autoconf()
/linux/sound/pci/mixart/
A Dmixart_core.h88 u32 is_present; member
/linux/sound/soc/codecs/
A Dcs35l35.c962 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()
A Dcs35l36.c1497 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()
/linux/drivers/md/dm-vdo/
A Dblock-map.c131 static inline bool is_present(const struct page_info *info) in is_present() function
153 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