/linux-6.3-rc2/Documentation/devicetree/bindings/power/reset/ |
A D | gpio-restart.yaml | 17 'open-source' is not found, the GPIO line will be driven in the inactive state. Otherwise its 22 This will also cause an inactive->active edge condition, triggering positive edge triggered 23 reset. After a delay specified by active-delay, the GPIO is set to inactive, thus causing an 24 active->inactive edge, triggering negative edge triggered reset. After a delay specified by 25 inactive-delay, the GPIO is driven active again. After a delay specified by wait-delay, the 44 in its inactive state. 54 inactive-delay: 56 description: Delay (default 100) to wait after driving gpio inactive [ms] 77 inactive-delay = <100>;
|
A D | gpio-poweroff.yaml | 15 from inactive to active. After a delay (active-delay-ms) it 16 is expected to be switched back to inactive. After another 17 delay (inactive-delay-ms) it is configured as active again. 33 property is not specified, the GPIO is initialized as an output in its inactive state. 39 inactive-delay-ms: 41 description: Delay to wait after driving gpio inactive
|
/linux-6.3-rc2/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: 512 collectively active if the trackpad is defined and inactive otherwise. 532 azoteq,rx-inactive: 537 Specifies how inactive CRX pins are to be terminated as follows:
|
/linux-6.3-rc2/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 | 109 bool inactive; member 267 if (e->inactive) in tipc_conn_send_to_sock() 331 e->inactive = (event == TIPC_SUBSCR_TIMEOUT); in tipc_topsrv_queue_evt()
|
/linux-6.3-rc2/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()
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_execlists_submission.c | 1647 *inactive++ = *port; in cancel_port_requests() 1652 *inactive++ = *port; in cancel_port_requests() 1663 return inactive; in cancel_port_requests() 1846 return inactive; in process_csb() 1878 prev = inactive; in process_csb() 1933 *inactive++ = *old++; in process_csb() 2038 return inactive; in process_csb() 2427 struct i915_request **inactive; in execlists_submission_tasklet() local 3011 inactive = process_csb(engine, inactive); /* drain preemption events */ in reset_csb() 3016 return inactive; in reset_csb() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | bpf-cgroup-defs.h | 66 struct bpf_prog_array *inactive; member
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-class-rfkill | 75 0: inactive 89 0: inactive
|
/linux-6.3-rc2/include/net/ |
A D | bonding.h | 171 inactive:1, /* indicates inactive slave */ member 571 slave->inactive = 1; in bond_set_slave_inactive_flags() 578 slave->inactive = 0; in bond_set_slave_active_flags() 583 return slave->inactive; in bond_is_slave_inactive()
|
/linux-6.3-rc2/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 | 104 2. load an inactive table with a linear target that maps 110 6. the cache device is now inactive and it can be deleted
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | davinci-mcasp-audio.yaml | 53 All AXR pins should be present in the array even if inactive 96 specify the drive on TX pin during inactive time slots
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_encoder_phys_vid.c | 120 u32 inactive = in get_horizontal_total() local 123 return active + inactive; in get_horizontal_total() 129 u32 inactive = in get_vertical_total() local 132 return active + inactive; in get_vertical_total()
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
A D | switchdev.rst | 122 hw_addr 00:00:00:00:00:00 state inactive opstate detached 129 hw_addr 00:00:00:00:00:00 state inactive opstate detached 182 hw_addr 00:00:00:00:88:88 state inactive opstate detached
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | pwm.rst | 53 easily possible, drivers are supposed to emit the inactive state, but some 54 drivers cannot. If you rely on getting the inactive state, use .duty_cycle=0, 112 Value is in nanoseconds and is the sum of the active and inactive
|
/linux-6.3-rc2/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-6.3-rc2/arch/arm/boot/dts/ |
A D | berlin2cd-valve-steamlink.dts | 23 inactive-delay = <10>;
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-mt65xx.c | 289 u32 setup, hold, inactive; in mtk_spi_set_hw_cs_timing() local 306 inactive = (delay * DIV_ROUND_UP(mdata->spi_clk_hz, 1000000)) / 1000; in mtk_spi_set_hw_cs_timing() 339 if (inactive) { in mtk_spi_set_hw_cs_timing() 340 inactive = min_t(u32, inactive, 0x100); in mtk_spi_set_hw_cs_timing() 343 reg_val |= (((inactive - 1) & 0xff) << SPI_CFG1_CS_IDLE_OFFSET); in mtk_spi_set_hw_cs_timing()
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-wacom | 50 same side are always inactive. 59 the left are always inactive.
|