| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | gpio-restart.txt | 7 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 D | gpio-poweroff.txt | 6 '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 D | gpio-matrix-keypad.txt | 27 - drive-inactive-cols: drive inactive columns during scan, 28 default is to turn inactive columns into inputs.
|
| H A D | iqs269a.yaml | 212 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 D | ngx_open_file_cache.h | 98 time_t inactive; member 124 ngx_uint_t max, time_t inactive);
|
| H A D | ngx_open_file_cache.c | 57 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 D | pf_ioctl.c | 921 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 D | pf_ruleset.c | 143 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 D | pf.h | 610 } active, inactive; member
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 497 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 D | gpio-mux.txt | 19 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 D | berlin2cd-valve-steamlink.dts | 23 inactive-delay = <10>;
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 166 time_t inactive; member
|
| H A D | ngx_http_file_cache.c | 916 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 D | axentia,tse850-pcm5142.txt | 37 In the above, the 'loop1' relays are inactive, thus feeding IN1 to the mixer
|
| H A D | davinci-mcasp-audio.txt | 33 - dismod : Specify the drive on TX pin during inactive slots
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 1477 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 D | qcom-rpm.txt | 186 Definition: enable pull down of the regulator when inactive 221 Definition: enable pull down of the regulator when inactive
|
| H A D | st,stpmic1.yaml | 52 st,onkey-pu-inactive:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | snps-dw-apb-uart.yaml | 95 be reported as inactive instead of being obtained from the modem status
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_log_module.c | 1764 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 D | bootbus.txt | 21 making it inactive.
|
| /f-stack/tools/libxo/doc/ |
| H A D | howto.rst | 217 printf(" Inactive: %lu\n", inactive); 223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 1289 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 D | mvebu-devbus.txt | 96 inactive (high) between data beats of a burst write.
|