Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/power/reset/
H A Dgpio-restart.txt7 will be driven in the inactive state. Otherwise its not driven until
13 inactive->active edge condition, triggering positive edge triggered
15 inactive, thus causing an active->inactive edge, triggering negative edge
16 triggered reset. After a delay specified by inactive-delay, the GPIO
30 specified, the GPIO is initialized as an output in its inactive state.
41 - inactive-delay: Delay (default 100) to wait after driving gpio inactive [ms]
52 inactive-delay = <100>;
H A Dgpio-poweroff.txt6 'input' is not found, the GPIO line will be driven in the inactive
11 condition. This will also cause an inactive->active edge condition, so
13 the GPIO is set to inactive, thus causing an active->inactive edge,
29 inactive state.
31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dgpio-matrix-keypad.txt27 - drive-inactive-cols: drive inactive columns during scan,
28 default is to turn inactive columns into inputs.
H A Diqs269a.yaml212 inactive otherwise.
265 azoteq,rx-float-inactive:
267 description: Floats any inactive CRX pins instead of grounding them.
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h98 time_t inactive; member
124 ngx_uint_t max, time_t inactive);
H A Dngx_open_file_cache.c57 ngx_open_file_cache_init(ngx_pool_t *pool, ngx_uint_t max, time_t inactive) in ngx_open_file_cache_init() argument
74 cache->inactive = inactive; in ngx_open_file_cache_init()
1120 if (n++ != 0 && now - file->accessed <= cache->inactive) { in ngx_expire_old_cached_files()
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c921 rs->rules[rs_num].inactive.rcount--; in pf_begin_rules()
924 rs->rules[rs_num].inactive.open = 1; in pf_begin_rules()
944 rs->rules[rs_num].inactive.rcount--; in pf_rollback_rules()
946 rs->rules[rs_num].inactive.open = 0; in pf_rollback_rules()
1061 rs->rules[rs_num].inactive.ptr; in pf_commit_rules()
1065 rs->rules[rs_num].inactive.rcount; in pf_commit_rules()
1071 rs->rules[rs_num].inactive.ticket; in pf_commit_rules()
1080 rs->rules[rs_num].inactive.rcount = 0; in pf_commit_rules()
1081 rs->rules[rs_num].inactive.open = 0; in pf_commit_rules()
1106 rs->rules[rs_cnt].inactive.ptr_array = in pf_setup_pfsync_matching()
[all …]
H A Dpf_ruleset.c143 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; in pf_init_kruleset()
269 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) || in pf_remove_if_empty_kruleset()
270 ruleset->rules[i].inactive.open) in pf_remove_if_empty_kruleset()
H A Dpf.h610 } active, inactive; member
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c497 uint32_t inactive; in failsafe_eth_dev_state_sync() local
515 inactive = 0; in failsafe_eth_dev_state_sync()
518 inactive |= UINT32_C(1) << i; in failsafe_eth_dev_state_sync()
531 if (inactive & (UINT32_C(1) << i)) { in failsafe_eth_dev_state_sync()
544 if (inactive) in failsafe_eth_dev_state_sync()
/f-stack/freebsd/contrib/device-tree/Bindings/mux/
H A Dgpio-mux.txt19 bit. An active pin is a binary 1, an inactive pin is a binary 0.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dberlin2cd-valve-steamlink.dts23 inactive-delay = <10>;
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h166 time_t inactive; member
H A Dngx_http_file_cache.c916 fcn->expire = ngx_time() + cache->inactive; in ngx_http_file_cache_exists()
1768 fcn->expire = ngx_time() + cache->inactive; in ngx_http_file_cache_forced_expire()
1874 fcn->expire = ngx_time() + cache->inactive; in ngx_http_file_cache_expire()
2241 fcn->expire = ngx_time() + cache->inactive; in ngx_http_file_cache_add()
2309 time_t inactive; in ngx_http_file_cache_set_slot() local
2331 inactive = 600; in ngx_http_file_cache_set_slot()
2454 inactive = ngx_parse_time(&s, 1); in ngx_http_file_cache_set_slot()
2455 if (inactive == (time_t) NGX_ERROR) { in ngx_http_file_cache_set_slot()
2608 cache->inactive = inactive; in ngx_http_file_cache_set_slot()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Daxentia,tse850-pcm5142.txt37 In the above, the 'loop1' relays are inactive, thus feeding IN1 to the mixer
H A Ddavinci-mcasp-audio.txt33 - dismod : Specify the drive on TX pin during inactive slots
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c1477 time_t inactive, valid; in ngx_stream_log_open_file_cache() local
1489 inactive = 10; in ngx_stream_log_open_file_cache()
1510 inactive = ngx_parse_time(&s, 1); in ngx_stream_log_open_file_cache()
1511 if (inactive == (time_t) NGX_ERROR) { in ngx_stream_log_open_file_cache()
1566 lscf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive); in ngx_stream_log_open_file_cache()
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dqcom-rpm.txt186 Definition: enable pull down of the regulator when inactive
221 Definition: enable pull down of the regulator when inactive
H A Dst,stpmic1.yaml52 st,onkey-pu-inactive:
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dsnps-dw-apb-uart.yaml95 be reported as inactive instead of being obtained from the modem status
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c1764 time_t inactive, valid; in ngx_http_log_open_file_cache() local
1776 inactive = 10; in ngx_http_log_open_file_cache()
1797 inactive = ngx_parse_time(&s, 1); in ngx_http_log_open_file_cache()
1798 if (inactive == (time_t) NGX_ERROR) { in ngx_http_log_open_file_cache()
1853 llcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive); in ngx_http_log_open_file_cache()
/f-stack/freebsd/contrib/device-tree/Bindings/mips/cavium/
H A Dbootbus.txt21 making it inactive.
/f-stack/tools/libxo/doc/
H A Dhowto.rst217 printf(" Inactive: %lu\n", inactive);
223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js1289 if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return FALSE; }
1292 clearTimeout(this.timers.inactive);
1293 this.timers.inactive = setTimeout(
1294 $.proxy(function(){ this.hide(event); }, this), this.options.hide.inactive
1440 if('number' === typeof options.hide.inactive) {
1903 inactive: FALSE, property
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt96 inactive (high) between data beats of a burst write.

12