Home
last modified time | relevance | path

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

123456

/linux/Documentation/devicetree/bindings/power/reset/
H A Dgpio-restart.yaml17 '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>;
H A Dgpio-poweroff.yaml15 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.
36 property is not specified, the GPIO is initialized as an output in its inactive state.
42 inactive-delay-ms:
44 description: Delay to wait after driving gpio inactive
/linux/Documentation/userspace-api/gpio/
H A Dgpio-handle-set-line-values-ioctl.rst39 The values set are logical, indicating if the line is to be active or inactive.
41 values (active/inactive) and physical values (high/low).
43 inactive is low. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is set then active is low
44 and inactive is high.
H A Dgpio-v2-line-set-values-ioctl.rst38 The values set are logical, indicating if the line is to be active or inactive.
40 values (active/inactive) and physical values (high/low).
41 If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is not set then active is high and inactive
43 inactive is high.
H A Dgpio-v2-line-get-values-ioctl.rst37 The values returned are logical, indicating if the line is active or inactive.
39 values (high/low) and logical values (active/inactive).
41 inactive. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is set then low is active and
42 high is inactive.
H A Dgpio-handle-get-line-values-ioctl.rst39 The values returned are logical, indicating if the line is active or inactive.
41 values (high/low) and logical values (active/inactive).
43 low is inactive. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is set then low is active
44 and high is inactive.
/linux/Documentation/devicetree/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.
/linux/net/tipc/
H A Dsubscr.c49 if (sub->inactive) in tipc_sub_send_event()
112 sub->inactive = true; in tipc_sub_timeout()
155 sub->inactive = false; in tipc_sub_subscribe()
H A Dsubscr.h72 bool inactive; member
H A Dtopsrv.c109 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/kernel/bpf/
H A Dbpf_lru_list.c174 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive() local
175 struct list_head *cur, *last, *next = inactive; in __bpf_lru_list_rotate_inactive()
179 if (list_empty(inactive)) in __bpf_lru_list_rotate_inactive()
183 if (last == inactive) in __bpf_lru_list_rotate_inactive()
188 if (cur == inactive) { in __bpf_lru_list_rotate_inactive()
217 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive() local
222 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive()
/linux/arch/arm/include/debug/
H A Dsa1100.S32 @ if Ser3 is inactive, then try Ser1
37 @ if Ser1 is inactive, then try Ser2
/linux/Documentation/admin-guide/pm/
H A Dstrategies.rst32 ``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/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c1647 *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()
2046 return inactive; in process_csb()
2436 struct i915_request **inactive; in execlists_submission_tasklet() local
3018 inactive = process_csb(engine, inactive); /* drain preemption events */ in reset_csb()
3023 return inactive; in reset_csb()
[all …]
/linux/include/linux/
H A Dbpf-cgroup-defs.h71 struct bpf_prog_array *inactive; member
/linux/Documentation/ABI/stable/
H A Dsysfs-class-rfkill75 0: inactive
89 0: inactive
/linux/include/net/
H A Dbonding.h170 inactive:1, /* indicates inactive slave */ member
572 slave->inactive = 1; in bond_set_slave_inactive_flags()
587 slave->inactive = 0; in bond_set_slave_active_flags()
600 return slave->inactive; in bond_is_slave_inactive()
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst99 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,
H A Dwritecache.rst104 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/Documentation/devicetree/bindings/sound/
H A Ddavinci-mcasp-audio.yaml53 All AXR pins should be present in the array even if inactive
96 specify the drive on TX pin during inactive time slots
/linux/Documentation/devicetree/bindings/iio/imu/
H A Dadi,adis16460.yaml28 spi-cs-inactive-delay-ns:
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-phygate-tauri-l-rs232-rs232.dtso7 * - GPIO3_20 uart4_rs485_en needs to be driven low (inactive)
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c141 u32 inactive = in get_horizontal_total() local
144 return active + inactive; in get_horizontal_total()
150 u32 inactive = in get_vertical_total() local
153 return active + inactive; in get_vertical_total()
/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot47 label="Shrink inactive list
55 inactive, or if empty,
/linux/Documentation/filesystems/
H A Dqnx6.rst51 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

123456