| /OK3568_Linux_fs/kernel/Documentation/devicetree/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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | arm_cde.h | 159 #define __arm_vcx1q_m(coproc, inactive, imm, pred) \ argument 160 __builtin_arm_vcx1q_p_v16qi(coproc, inactive, imm, pred) 164 #define __arm_vcx2q_m(coproc, inactive, n, imm, pred) \ argument 165 __builtin_arm_vcx2q_p_v16qi(coproc, inactive, n, imm, pred) 169 #define __arm_vcx3q_m(coproc, inactive, n, m, imm, pred) \ argument 170 __builtin_arm_vcx3q_p_v16qi(coproc, inactive, n, m, imm, pred)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/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.
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | vmscan.h | 429 unsigned long total_inactive, unsigned long inactive, 433 TP_ARGS(nid, reclaim_idx, total_inactive, inactive, total_active, active, ratio, file), 439 __field(unsigned long, inactive) 450 __entry->inactive = inactive; 461 __entry->total_inactive, __entry->inactive,
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_lru_list.c | 169 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive() local 170 struct list_head *cur, *last, *next = inactive; in __bpf_lru_list_rotate_inactive() 174 if (list_empty(inactive)) in __bpf_lru_list_rotate_inactive() 178 if (last == inactive) in __bpf_lru_list_rotate_inactive() 183 if (cur == inactive) { in __bpf_lru_list_rotate_inactive() 212 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive() local 217 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive()
|
| H A D | cgroup.c | 343 err = compute_effective_progs(desc, type, &desc->bpf.inactive); in update_effective_progs() 353 if (unlikely(desc->bpf.inactive)) { in update_effective_progs() 354 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs() 355 desc->bpf.inactive = NULL; in update_effective_progs() 360 activate_effective_progs(desc, type, desc->bpf.inactive); in update_effective_progs() 361 desc->bpf.inactive = NULL; in update_effective_progs() 373 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs() 374 desc->bpf.inactive = NULL; in update_effective_progs()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | subscr.c | 47 if (sub->inactive) in tipc_sub_send_event() 111 sub->inactive = true; in tipc_sub_timeout() 152 sub->inactive = false; in tipc_sub_subscribe()
|
| H A D | subscr.h | 65 bool inactive; member
|
| H A D | topsrv.c | 108 bool inactive; member 266 if (e->inactive) in tipc_conn_send_to_sock() 330 e->inactive = (event == TIPC_SUBSCR_TIMEOUT); in tipc_topsrv_queue_evt()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/debug/ |
| H A D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | strategies.rst | 32 ``inactive`` (idle). If they are active, they have to be in power states 34 are inactive, ideally, they should be in low-power states in which they may not 39 draw (or maximum energy usage) of it. If all of them are inactive, the system
|
| /OK3568_Linux_fs/buildroot/package/smcroute/ |
| H A D | smcroute.hash | 6 …317568850c3271e3923b546ea4ad57c899e79434f1cc8bcf0b 0001-Avoid-trying-to-delete-inactive-VIFs.patch
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | bonding.h | 167 inactive:1, /* indicates inactive slave */ member 546 slave->inactive = 1; in bond_set_slave_inactive_flags() 553 slave->inactive = 0; in bond_set_slave_active_flags() 558 return slave->inactive; in bond_is_slave_inactive()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-class-rfkill | 75 0: inactive 89 0: inactive
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | perf_cpum_cf.c | 148 u64 inactive; in cpumf_pmu_disable() local 153 inactive = cpuhw->state & ~((1 << CPUMF_LCCTL_ENABLE_SHIFT) - 1); in cpumf_pmu_disable() 154 err = lcctl(inactive); in cpumf_pmu_disable()
|
| H A D | perf_cpum_cf_diag.c | 159 u64 inactive; in cf_diag_disable() local 169 inactive = cpuhw->state & ~((1 << CPUMF_LCCTL_ENABLE_SHIFT) - 1); in cf_diag_disable() 170 err = lcctl(inactive); in cf_diag_disable()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | writecache.rst | 73 2. load an inactive table with a linear target that maps 79 6. the cache device is now inactive and it can be deleted
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_encoder_phys_vid.c | 116 u32 inactive = in get_horizontal_total() local 119 return active + inactive; in get_horizontal_total() 125 u32 inactive = in get_vertical_total() local 128 return active + inactive; in get_vertical_total()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/ |
| H A D | remove_duplicate_install.patch | 12 Upstream-Status: Inappropirate [upstream inactive]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rv1106-evb-ext-sii902x-rgb-to-hdmi-v10.dtsi | 16 inactive;
|
| H A D | rv1106-evb-ext-sii902x-bt1120-to-hdmi-v10.dtsi | 16 inactive;
|
| H A D | rv1103g-evb-v11-sii902x-bt6562hdmi.dts | 22 inactive;
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | qnx6.rst | 51 inactive superblock. 187 (system area of the inactive - resp. lower serial numbered superblock) while 192 time or a filesystem sync is requested), serial of the previously inactive
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.fsl-trustzone-components | 24 - Supports 8 fully programmable address regions, initially inactive at reset,
|