Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
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 …]
/linux/drivers/s390/cio/
A Dscm.c101 scm_attr(persistence);
142 scmdev->attrs.persistence = sale->p; in scmdev_setup()
/linux/drivers/net/hamradio/
A D6pack.c111 unsigned char persistence; member
147 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) { in sp_xmit_on_air()
195 case 2: sp->persistence = p[1]; in sp_encaps()
601 sp->persistence = SIXP_PERSIST; in sixpack_open()
/linux/arch/s390/include/asm/
A Deadm.h90 unsigned int persistence:4; member
/linux/Documentation/networking/
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.
/linux/drivers/dax/
A DKconfig17 Support raw access to differentiated (persistence, bandwidth,
/linux/Documentation/misc-devices/
A Dbh1770glc.rst132 Filtered by persistence filter (prox0_thresh_above_count)
/linux/Documentation/driver-api/usb/
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/
A DKconfig24 Say N here if you don't want USB power session persistence
/linux/net/netfilter/ipvs/
A DKconfig345 tristate "SIP persistence engine"
349 Allow persistence based on the SIP Call-ID
/linux/Documentation/ABI/testing/
A Dsysfs-bus-nfit56 source or last "flush to persistence".
/linux/Documentation/filesystems/
A Dpath-lookup.txt294 not required for dentry persistence.
298 refcounts are not required for persistence. Also we are free to perform mount
/linux/arch/arc/
A DKconfig325 bool "Enable FPU state persistence across context switch"
/linux/Documentation/vm/
A Dfrontswap.rst189 and the backend guarantees the persistence of the data. In this case,
/linux/scripts/
A Dspelling.txt1098 persistance||persistence
/linux/Documentation/powerpc/
A Dcxlflash.rst106 Only the physical mode provides persistence of the data. i.e. The
/linux/Documentation/process/
A D2.Process.rst495 persistence!) but that's fine - it's a part of kernel development.
/linux/arch/arm64/
A DKconfig1558 DC CVAP itself if the system does not define a point of persistence).

Completed in 30 milliseconds