Home
last modified time | relevance | path

Searched refs:persistence (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dtsl2772.c1108 int ret = -EINVAL, count, persistence; in tsl2772_write_event_value() local
1148 persistence = ((val * 1000000) + val2) / in tsl2772_write_event_value()
1153 if (persistence > 3) in tsl2772_write_event_value()
1154 persistence = (persistence / 5) + 3; in tsl2772_write_event_value()
1156 chip->settings.als_persistence = persistence; in tsl2772_write_event_value()
1158 chip->settings.prox_persistence = persistence; in tsl2772_write_event_value()
1181 int filter_delay, persistence; in tsl2772_read_event_value() local
1213 persistence = chip->settings.als_persistence; in tsl2772_read_event_value()
1216 if (persistence > 3) in tsl2772_read_event_value()
1217 persistence = (persistence - 3) * 5; in tsl2772_read_event_value()
[all …]
/OK3568_Linux_fs/buildroot/package/python-sqlalchemy/
H A DConfig.in9 persistence patterns, designed for efficient and
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dscm.c100 scm_attr(persistence);
141 scmdev->attrs.persistence = sale->p; in scmdev_setup()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A D6pack.c111 unsigned char persistence; member
147 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) { in sp_xmit_on_air()
200 case 2: sp->persistence = p[1]; in sp_encaps()
606 sp->persistence = SIXP_PERSIST; in sixpack_open()
/OK3568_Linux_fs/buildroot/package/libspatialindex/
H A DConfig.in24 * Index persistence. Internal memory and external memory
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Deadm.h90 unsigned int persistence:4; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipvs-sysctl.rst163 persistence template if it is to be used to schedule a new
276 Controls the synchronisation of connections when using persistence
282 for normal connections, do it only for persistence templates.
/OK3568_Linux_fs/kernel/drivers/dax/
H A DKconfig17 Support raw access to differentiated (persistence, bandwidth,
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dbh1770glc.rst132 Filtered by persistence filter (prox0_thresh_above_count)
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dpersist.rst3 USB device persistence during system suspend
78 reset or otherwise had lost power) then it applies a persistence check
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A DKconfig24 Say N here if you don't want USB power session persistence
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A DKconfig334 tristate "SIP persistence engine"
338 Allow persistence based on the SIP Call-ID
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-nfit56 source or last "flush to persistence".
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.txt294 not required for dentry persistence.
298 refcounts are not required for persistence. Also we are free to perform mount
/OK3568_Linux_fs/buildroot/package/boost/
H A DConfig.in320 Serialization for persistence and marshalling.
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dpersistence.hpp53 # error persistence.hpp header must be compiled as C++
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dpersistence.hpp53 # error persistence.hpp header must be compiled as C++
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dpersistence.hpp53 # error persistence.hpp header must be compiled as C++
/OK3568_Linux_fs/kernel/arch/arc/
H A DKconfig369 bool "Enable FPU state persistence across context switch"
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dfrontswap.rst189 and the backend guarantees the persistence of the data. In this case,
/OK3568_Linux_fs/kernel/scripts/
H A Dspelling.txt1044 persistance||persistence
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dcxlflash.rst106 Only the physical mode provides persistence of the data. i.e. The
/OK3568_Linux_fs/kernel/Documentation/process/
H A D2.Process.rst495 persistence!) but that's fine - it's a part of kernel development.
/OK3568_Linux_fs/kernel/arch/arm64/
H A DKconfig1590 DC CVAP itself if the system does not define a point of persistence).
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Dconcepts.rst2201 memory gives persistence between tasks and builds, which is not

12