/linux/Documentation/devicetree/bindings/power/reset/ |
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>;
|
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
|
/linux/Documentation/devicetree/bindings/input/ |
A D | gpio-matrix-keypad.txt | 27 - drive-inactive-cols: drive inactive columns during scan, 28 default is to turn inactive columns into inputs.
|
A D | iqs626a.yaml | 174 inactive otherwise. 194 azoteq,rx-inactive: 199 Specifies how inactive CRX pins are to be terminated as follows: 516 collectively active if the trackpad is defined and inactive otherwise. 536 azoteq,rx-inactive: 541 Specifies how inactive CRX pins are to be terminated as follows:
|
/linux/kernel/bpf/ |
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()
|
A D | cgroup.c | 343 err = compute_effective_progs(desc, atype, &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, atype, 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()
|
/linux/net/tipc/ |
A D | subscr.c | 49 if (sub->inactive) in tipc_sub_send_event() 112 sub->inactive = true; in tipc_sub_timeout() 155 sub->inactive = false; in tipc_sub_subscribe()
|
A D | subscr.h | 72 bool inactive; member
|
A D | topsrv.c | 108 bool inactive; member 264 if (e->inactive) in tipc_conn_send_to_sock() 328 e->inactive = (event == TIPC_SUBSCR_TIMEOUT); in tipc_topsrv_queue_evt()
|
/linux/arch/arm/include/debug/ |
A D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_execlists_submission.c | 1628 *inactive++ = *port; in cancel_port_requests() 1633 *inactive++ = *port; in cancel_port_requests() 1644 return inactive; in cancel_port_requests() 1833 return inactive; in process_csb() 1865 prev = inactive; in process_csb() 1920 *inactive++ = *old++; in process_csb() 2010 return inactive; in process_csb() 2398 struct i915_request **inactive; in execlists_submission_tasklet() local 2916 inactive = process_csb(engine, inactive); /* drain preemption events */ in reset_csb() 2921 return inactive; in reset_csb() [all …]
|
/linux/Documentation/admin-guide/pm/ |
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
|
/linux/drivers/spi/ |
A D | spi-mt65xx.c | 217 u32 setup, hold, inactive; in mtk_spi_set_hw_cs_timing() local 234 inactive = (delay * DIV_ROUND_UP(mdata->spi_clk_hz, 1000000)) / 1000; in mtk_spi_set_hw_cs_timing() 267 if (inactive) { in mtk_spi_set_hw_cs_timing() 268 inactive = min_t(u32, inactive, 0x100); in mtk_spi_set_hw_cs_timing() 271 reg_val |= (((inactive - 1) & 0xff) << SPI_CFG1_CS_IDLE_OFFSET); in mtk_spi_set_hw_cs_timing()
|
/linux/Documentation/ABI/stable/ |
A D | sysfs-class-rfkill | 75 0: inactive 89 0: inactive
|
/linux/include/net/ |
A D | bonding.h | 165 inactive:1, /* indicates inactive slave */ member 547 slave->inactive = 1; in bond_set_slave_inactive_flags() 554 slave->inactive = 0; in bond_set_slave_active_flags() 559 return slave->inactive; in bond_is_slave_inactive()
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | dm-ima.rst | 99 When a new table is loaded in a device's inactive table slot, 128 which is being loaded into the DM device's inactive table slot. 209 data from an active and inactive table are measured. 222 device_inactive_metadata := Device metadata that reflects the inactive table. 226 inactive_table_hash := Hash of the inactive table. 249 When an inactive table is cleared from the device, the device information and a sha256 hash of the 250 data from an inactive table are measured. 260 …device_inactive_metadata := Device metadata that was captured during the load time inactive table … 262 inactive_table_hash := Hash of the inactive table being cleared from the device. 266 For instance, if a linear device's inactive table is cleared,
|
A D | writecache.rst | 102 2. load an inactive table with a linear target that maps 108 6. the cache device is now inactive and it can be deleted
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_encoder_phys_vid.c | 118 u32 inactive = in get_horizontal_total() local 121 return active + inactive; in get_horizontal_total() 127 u32 inactive = in get_vertical_total() local 130 return active + inactive; in get_vertical_total()
|
/linux/Documentation/filesystems/ |
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
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-wacom | 50 same side are always inactive. 59 the left are always inactive.
|
/linux/Documentation/admin-guide/mm/damon/ |
A D | reclaim.rst | 119 enabled but inactive due to its watermarks rule. 127 DAMON_RECLAIM becomes inactive, so it does nothing but only periodically checks 145 DAMON_RECLAIM becomes inactive, so it does nothing but periodically checks the
|
/linux/Documentation/devicetree/bindings/mux/ |
A D | gpio-mux.yaml | 18 bit. An active pin is a binary 1, an inactive pin is a binary 0.
|
/linux/arch/arm/boot/dts/ |
A D | berlin2cd-valve-steamlink.dts | 23 inactive-delay = <10>;
|
/linux/Documentation/scheduler/ |
A D | sched-deadline.rst | 163 (a) When a task blocks, it does not become immediately inactive since its 166 ActiveNonContending. The scheduler arms the "inactive timer" to fire at 180 (b) If the task wakes up before the inactive timer fires, the task re-enters 181 the ActiveContending state and the "inactive timer" is canceled. 186 "inactive timer" is running on a different CPU, the "dl_non_contending" 189 "inactive timer" fires or when the task wakes up). 191 (c) When the "inactive timer" fires, the task enters the Inactive state and 194 (d) When an inactive task wakes up, it enters the ActiveContending state and 218 - Uinact is the (per runqueue) inactive utilization, computed as 261 Since there are no inactive tasks, its runtime is decreased as dq = -1 dt. [all …]
|
/linux/Documentation/s390/ |
A D | qeth.rst | 27 STATE={active|standby|inactive}
|