Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/light/
Dtsl2772.c991 int ret = -EINVAL, count, persistence; in tsl2772_write_event_value() local
1031 persistence = ((val * 1000000) + val2) / in tsl2772_write_event_value()
1036 if (persistence > 3) in tsl2772_write_event_value()
1037 persistence = (persistence / 5) + 3; in tsl2772_write_event_value()
1039 chip->settings.als_persistence = persistence; in tsl2772_write_event_value()
1041 chip->settings.prox_persistence = persistence; in tsl2772_write_event_value()
1064 int filter_delay, persistence; in tsl2772_read_event_value() local
1096 persistence = chip->settings.als_persistence; in tsl2772_read_event_value()
1099 if (persistence > 3) in tsl2772_read_event_value()
1100 persistence = (persistence - 3) * 5; in tsl2772_read_event_value()
[all …]
/Linux-v4.19/drivers/dax/
DKconfig16 Support raw access to differentiated (persistence, bandwidth,
/Linux-v4.19/drivers/s390/cio/
Dscm.c100 scm_attr(persistence);
141 scmdev->attrs.persistence = sale->p; in scmdev_setup()
/Linux-v4.19/arch/s390/include/asm/
Deadm.h90 unsigned int persistence:4; member
/Linux-v4.19/drivers/net/hamradio/
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()
612 sp->persistence = SIXP_PERSIST; in sixpack_open()
/Linux-v4.19/Documentation/networking/
Dipvs-sysctl.txt157 persistence template if it is to be used to schedule a new
270 Controls the synchronisation of connections when using persistence
275 for normal connections, do it only for persistence templates.
/Linux-v4.19/Documentation/misc-devices/
Dbh1770glc.txt113 Filtered by persistence filter (prox0_thresh_above_count)
/Linux-v4.19/drivers/usb/core/
DKconfig23 Say N here if you don't want USB power session persistence
/Linux-v4.19/Documentation/driver-api/usb/
Dpersist.rst3 USB device persistence during system suspend
78 reset or otherwise had lost power) then it applies a persistence check
/Linux-v4.19/net/netfilter/ipvs/
DKconfig333 tristate "SIP persistence engine"
337 Allow persistence based on the SIP Call-ID
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-nfit56 source or last "flush to persistence".
/Linux-v4.19/Documentation/filesystems/
Dpath-lookup.txt294 not required for dentry persistence.
298 refcounts are not required for persistence. Also we are free to perform mount
/Linux-v4.19/arch/arc/
DKconfig376 bool "Enable FPU state persistence across context switch"
/Linux-v4.19/Documentation/vm/
Dfrontswap.rst189 and the backend guarantees the persistence of the data. In this case,
/Linux-v4.19/scripts/
Dspelling.txt902 persistance||persistence
/Linux-v4.19/Documentation/powerpc/
Dcxlflash.txt102 Only the physical mode provides persistence of the data. i.e. The
/Linux-v4.19/Documentation/process/
D2.Process.rst493 persistence!) but that's fine - it's a part of kernel development.
/Linux-v4.19/arch/arm64/
DKconfig1117 DC CVAP itself if the system does not define a point of persistence).