Home
last modified time | relevance | path

Searched defs:is_present (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/sound/
H A Dcs35l36.h15 bool is_present; member
H A Dcs35l35.h47 bool is_present; member
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py213 is_present = lambda driver: self.find(selector) function
/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.h41 bool is_present; /* Function has AFUs defined */ member
/openbmc/linux/drivers/power/supply/
H A Dcollie_battery.c35 bool (*is_present)(struct collie_bat *bat); member
H A Dsbs-battery.c207 bool is_present; member
266 static int sbs_update_presence(struct sbs_info *chip, bool is_present) in sbs_update_presence()
/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c180 static bool is_present(uint64_t entry) in is_present() function
/openbmc/linux/scripts/kconfig/
H A Dconfdata.c24 static bool is_present(const char *path) in is_present() function
/openbmc/linux/drivers/net/usb/
H A Dsierra_net.c84 int is_present; member
/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c424 bool is_present = is_shadow_present_pte(new_spte); in handle_changed_spte() local
/openbmc/libpldm/src/dsp/
H A Dpdr.c892 static bool is_present(pldm_entity entity, pldm_entity **entities, in is_present() function
/openbmc/linux/sound/pci/mixart/
H A Dmixart_core.h88 u32 is_present; member
/openbmc/qemu/scripts/qapi/
H A Dschema.py68 def is_present(self) -> bool: member in QAPISchemaIfCond