| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | tosa_battery.c | 30 bool (*is_present)(struct tosa_bat *bat); member 97 if (bat->is_present && !bat->is_present(bat) in tosa_bat_get_property() 128 val->intval = bat->is_present ? bat->is_present(bat) : 1; in tosa_bat_get_property() 163 if (bat->is_present && !bat->is_present(bat)) { in tosa_bat_update() 275 .is_present = tosa_jacket_bat_is_present,
|
| H A D | collie_battery.c | 33 bool (*is_present)(struct collie_bat *bat); member 98 if (bat->is_present && !bat->is_present(bat) in collie_bat_get_property() 129 val->intval = bat->is_present ? bat->is_present(bat) : 1; in collie_bat_get_property() 159 if (bat->is_present && !bat->is_present(bat)) { in collie_bat_update()
|
| H A D | sbs-battery.c | 194 bool is_present; member 232 static int sbs_update_presence(struct sbs_info *chip, bool is_present) in sbs_update_presence() argument 239 if (chip->is_present == is_present) in sbs_update_presence() 242 if (!is_present) { in sbs_update_presence() 243 chip->is_present = false; in sbs_update_presence() 270 chip->is_present = true; in sbs_update_presence() 291 if (!chip->is_present && is_present && !chip->charger_broadcasts) in sbs_update_presence() 294 chip->is_present = true; in sbs_update_presence() 968 if (!chip->gpio_detect && chip->is_present != (ret >= 0)) { in sbs_get_property() 969 bool old_present = chip->is_present; in sbs_get_property() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/stkwebcam/ |
| H A D | stk-webcam.c | 179 if (!is_present(dev)) in stk_start_stream() 219 if (is_present(dev)) { in stk_stop_stream() 280 if (!is_present(dev)) in stk_initialise() 506 if (atomic_read(&dev->urbs_used) && is_present(dev)) in stk_clean_iso() 616 if (dev == NULL || !is_present(dev)) in v4l_stk_open() 660 if (!is_present(dev)) in stk_read() 682 !list_empty(&dev->sio_full) || !is_present(dev)); in stk_read() 685 if (!is_present(dev)) in stk_read() 733 if (!is_present(dev)) in v4l_stk_poll() 1012 if (!is_present(dev)) in stk_vidioc_s_fmt_vid_cap() [all …]
|
| H A D | stk-webcam.h | 56 #define is_present(dev) ((dev)->status & S_PRESENT) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | sierra_net.c | 84 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() 821 if (!hh.extmsgid.is_present in sierra_net_rx_fixup()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | selenium_helpers_base.py | 175 is_present = lambda driver: self.find(selector) function 177 element = Wait(self.driver).until(is_present, msg)
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | cs35l36.h | 15 bool is_present; member
|
| H A D | cs35l35.h | 47 bool is_present; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | ocxl_hw.h | 41 bool is_present; /* Function has AFUs defined */ member
|
| H A D | ocxl_hw.c | 742 afu->is_present = true; in ocxlflash_config_fn() 862 if (!afu->is_present) in ocxlflash_config_afu()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | tdp_mmu.c | 249 bool is_present = is_shadow_present_pte(new_spte); in __handle_changed_spte() local 251 bool is_leaf = is_present && is_last_spte(new_spte, level); in __handle_changed_spte() 293 if (!was_present && !is_present) { in __handle_changed_spte() 318 if (was_present && !was_leaf && (pfn_changed || !is_present)) { in __handle_changed_spte()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | pfm.c | 253 if (!pinfo.is_present) in print_libpfm_events()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/ |
| H A D | read.hpp | 454 bool& is_present) in one_of() argument 458 is_present = true; in one_of()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | cs35l35.c | 965 if (monitor_config->is_present) { in cs35l35_component_probe() 1396 monitor_config->is_present = signal_format ? true : false; in cs35l35_handle_of_data() 1397 if (monitor_config->is_present) { in cs35l35_handle_of_data()
|
| H A D | cs35l36.c | 1510 vpbr_config->is_present = vpbr_node ? true : false; in cs35l36_handle_of_data() 1511 if (vpbr_config->is_present) { in cs35l36_handle_of_data() 1845 if (pdata->vpbr_config.is_present) in cs35l36_i2c_probe()
|
| /OK3568_Linux_fs/kernel/sound/pci/mixart/ |
| H A D | mixart_core.h | 87 u32 is_present; member
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | confdata.c | 22 static bool is_present(const char *path) in is_present() function 1054 if (!overwrite && is_present(autoconf_name)) in conf_write_autoconf()
|