Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/iio/light/
A Dtsl2772.c1103 int ret = -EINVAL, count, persistence; in tsl2772_write_event_value() local
1143 persistence = ((val * 1000000) + val2) / in tsl2772_write_event_value()
1148 if (persistence > 3) in tsl2772_write_event_value()
1149 persistence = (persistence / 5) + 3; in tsl2772_write_event_value()
1151 chip->settings.als_persistence = persistence; in tsl2772_write_event_value()
1153 chip->settings.prox_persistence = persistence; in tsl2772_write_event_value()
1176 int filter_delay, persistence; in tsl2772_read_event_value() local
1208 persistence = chip->settings.als_persistence; in tsl2772_read_event_value()
1211 if (persistence > 3) in tsl2772_read_event_value()
1212 persistence = (persistence - 3) * 5; in tsl2772_read_event_value()
[all …]
/linux-6.3-rc2/drivers/s390/cio/
A Dscm.c101 scm_attr(persistence);
142 scmdev->attrs.persistence = sale->p; in scmdev_setup()
/linux-6.3-rc2/arch/s390/include/asm/
A Deadm.h90 unsigned int persistence:4; member
/linux-6.3-rc2/drivers/net/hamradio/
A D6pack.c112 unsigned char persistence; member
148 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) { in sp_xmit_on_air()
196 case 2: sp->persistence = p[1]; in sp_encaps()
603 sp->persistence = SIXP_PERSIST; in sixpack_open()
/linux-6.3-rc2/Documentation/networking/
A Dipvs-sysctl.rst183 persistence template if it is to be used to schedule a new
296 Controls the synchronisation of connections when using persistence
302 for normal connections, do it only for persistence templates.
/linux-6.3-rc2/drivers/dax/
A DKconfig12 Support raw access to differentiated (persistence, bandwidth,
/linux-6.3-rc2/Documentation/misc-devices/
A Dbh1770glc.rst132 Filtered by persistence filter (prox0_thresh_above_count)
/linux-6.3-rc2/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-6.3-rc2/drivers/usb/core/
A DKconfig24 Say N here if you don't want USB power session persistence
/linux-6.3-rc2/net/netfilter/ipvs/
A DKconfig345 tristate "SIP persistence engine"
349 Allow persistence based on the SIP Call-ID
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-nfit56 source or last "flush to persistence".
/linux-6.3-rc2/Documentation/filesystems/nfs/
A Dclient-identifier.rst180 "co_ownerid" string uniqueness and persistence is critical in this
/linux-6.3-rc2/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-6.3-rc2/arch/arc/
A DKconfig324 bool "Enable FPU state persistence across context switch"
/linux-6.3-rc2/Documentation/mm/
A Dfrontswap.rst173 and the backend guarantees the persistence of the data. In this case,
/linux-6.3-rc2/Documentation/powerpc/
A Dcxlflash.rst106 Only the physical mode provides persistence of the data. i.e. The
/linux-6.3-rc2/scripts/
A Dspelling.txt1139 persistance||persistence
/linux-6.3-rc2/Documentation/process/
A D2.Process.rst488 persistence!) but that's fine - it's a part of kernel development.
/linux-6.3-rc2/arch/arm64/
A DKconfig1788 DC CVAP itself if the system does not define a point of persistence).

Completed in 40 milliseconds