Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H 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()
/linux/drivers/net/usb/
H 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()
827 if (!hh.extmsgid.is_present in sierra_net_rx_fixup()
/linux/include/sound/
H A Dcs35l36.h15 bool is_present; member
H A Dcs35l35.h47 bool is_present; member
/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c516 bool is_present = is_shadow_present_pte(new_spte); in set_external_spte_present() local
517 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() local
573 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()
/linux/tools/perf/util/
H A Dpfm.c304 if (!pinfo.is_present) in print_libpfm_events()
/linux/scripts/kconfig/
H A Dconfdata.c28 static bool is_present(const char *path) in is_present() function
1085 if (!overwrite && is_present(autoconf_name)) in conf_write_autoconf()
/linux/sound/soc/codecs/
H 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()
H A Dcs35l36.c1495 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()
/linux/sound/pci/mixart/
H A Dmixart_core.h88 u32 is_present; member
/linux/drivers/md/dm-vdo/
H 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()
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()