Searched refs:persistence (Results 1 – 19 of 19) sorted by relevance
1103 int ret = -EINVAL, count, persistence; in tsl2772_write_event_value() local1143 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() local1208 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 …]
101 scm_attr(persistence);142 scmdev->attrs.persistence = sale->p; in scmdev_setup()
90 unsigned int persistence:4; member
112 unsigned char persistence; member148 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()
183 persistence template if it is to be used to schedule a new296 Controls the synchronisation of connections when using persistence302 for normal connections, do it only for persistence templates.
12 Support raw access to differentiated (persistence, bandwidth,
132 Filtered by persistence filter (prox0_thresh_above_count)
3 USB device persistence during system suspend78 reset or otherwise had lost power) then it applies a persistence check
24 Say N here if you don't want USB power session persistence
345 tristate "SIP persistence engine"349 Allow persistence based on the SIP Call-ID
56 source or last "flush to persistence".
180 "co_ownerid" string uniqueness and persistence is critical in this
294 not required for dentry persistence.298 refcounts are not required for persistence. Also we are free to perform mount
324 bool "Enable FPU state persistence across context switch"
173 and the backend guarantees the persistence of the data. In this case,
106 Only the physical mode provides persistence of the data. i.e. The
1139 persistance||persistence
488 persistence!) but that's fine - it's a part of kernel development.
1788 DC CVAP itself if the system does not define a point of persistence).
Completed in 40 milliseconds