Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/iio/light/
Dtsl2x7x.h74 u8 persistence; member
Dtsl2x7x_core.c245 .persistence = 255,
659 chip->tsl2x7x_settings.persistence; in tsl2x7x_chip_on()
1036 filter_delay = z * (chip->tsl2x7x_settings.persistence & 0x0F); in tsl2x7x_als_persistence_show()
1062 chip->tsl2x7x_settings.persistence &= 0xF0; in tsl2x7x_als_persistence_store()
1063 chip->tsl2x7x_settings.persistence |= (filter_delay & 0x0F); in tsl2x7x_als_persistence_store()
1082 filter_delay = z * ((chip->tsl2x7x_settings.persistence & 0xF0) >> 4); in tsl2x7x_prox_persistence_show()
1108 chip->tsl2x7x_settings.persistence &= 0x0F; in tsl2x7x_prox_persistence_store()
1109 chip->tsl2x7x_settings.persistence |= ((filter_delay << 4) & 0xF0); in tsl2x7x_prox_persistence_store()
/linux-4.4.14/drivers/s390/cio/
Dscm.c99 scm_attr(persistence);
140 scmdev->attrs.persistence = sale->p; in scmdev_setup()
/linux-4.4.14/arch/s390/include/asm/
Deadm.h88 unsigned int persistence:4; member
/linux-4.4.14/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()
620 sp->persistence = SIXP_PERSIST; in sixpack_open()
/linux-4.4.14/Documentation/firmware_class/
DREADME97 about in-kernel persistence:
105 - Why OPTIONAL in-kernel persistence may be a good idea sometimes:
/linux-4.4.14/Documentation/networking/
Dipvs-sysctl.txt157 persistence template if it is to be used to schedule a new
218 Controls the synchronisation of connections when using persistence
223 for normal connections, do it only for persistence templates.
/linux-4.4.14/Documentation/misc-devices/
Dbh1770glc.txt113 Filtered by persistence filter (prox0_thresh_above_count)
/linux-4.4.14/Documentation/usb/
Dpersist.txt1 USB device persistence during system suspend
74 reset or otherwise had lost power) then it applies a persistence check
/linux-4.4.14/drivers/usb/core/
DKconfig23 Say N here if you don't want USB power session persistence
/linux-4.4.14/net/netfilter/ipvs/
DKconfig296 tristate "SIP persistence engine"
300 Allow persistence based on the SIP Call-ID
/linux-4.4.14/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-4.4.14/arch/arc/
DKconfig368 bool "Enable FPU state persistence across context switch"
/linux-4.4.14/scripts/
Dspelling.txt719 persistance||persistence
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt102 Only the physical mode provides persistence of the data. i.e. The
/linux-4.4.14/Documentation/vm/
Dfrontswap.txt174 and the backend guarantees the persistence of the data. In this case,
/linux-4.4.14/Documentation/development-process/
D2.Process470 persistence!) but that's fine - it's a part of kernel development.