Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dtsl2772.c1104 int ret = -EINVAL, count, persistence; in tsl2772_write_event_value() local
1144 persistence = ((val * 1000000) + val2) / in tsl2772_write_event_value()
1149 if (persistence > 3) in tsl2772_write_event_value()
1150 persistence = (persistence / 5) + 3; in tsl2772_write_event_value()
1152 chip->settings.als_persistence = persistence; in tsl2772_write_event_value()
1154 chip->settings.prox_persistence = persistence; in tsl2772_write_event_value()
1177 int filter_delay, persistence; in tsl2772_read_event_value() local
1209 persistence = chip->settings.als_persistence; in tsl2772_read_event_value()
1212 if (persistence > 3) in tsl2772_read_event_value()
1213 persistence = (persistence - 3) * 5; in tsl2772_read_event_value()
[all …]
/linux/drivers/s390/cio/
H A Dscm.c102 scm_attr(persistence);
143 scmdev->attrs.persistence = sale->p; in scmdev_setup()
/linux/arch/s390/include/asm/
H A Deadm.h91 unsigned int persistence:4; member
/linux/Documentation/misc-devices/
H A Dbh1770glc.rst132 Filtered by persistence filter (prox0_thresh_above_count)
/linux/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
/linux/drivers/usb/core/
H A DKconfig24 Say N here if you don't want USB power session persistence
/linux/net/netfilter/ipvs/
H A DKconfig346 tristate "SIP persistence engine"
350 Allow persistence based on the SIP Call-ID
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-nfit56 source or last "flush to persistence".
/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst180 "co_ownerid" string uniqueness and persistence is critical in this
/linux/scripts/
H A Dspelling.txt1208 persistance||persistence
/linux/arch/arm64/
H A DKconfig1875 DC CVAP itself if the system does not define a point of persistence).