Home
last modified time | relevance | path

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

12345

/linux-6.12.1/Documentation/userspace-api/gpio/
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.
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.
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.
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-6.12.1/Documentation/devicetree/bindings/input/
Dgpio-matrix-keypad.txt27 - drive-inactive-cols: drive inactive columns during scan,
28 default is to turn inactive columns into inputs.
/linux-6.12.1/net/tipc/
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()
Dsubscr.h72 bool inactive; member
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-6.12.1/kernel/bpf/
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-6.12.1/arch/arm/include/debug/
Dsa1100.S32 @ if Ser3 is inactive, then try Ser1
37 @ if Ser1 is inactive, then try Ser2
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_execlists_submission.c1642 struct i915_request **inactive) in cancel_port_requests() argument
1647 *inactive++ = *port; in cancel_port_requests()
1652 *inactive++ = *port; in cancel_port_requests()
1663 return inactive; in cancel_port_requests()
1817 process_csb(struct intel_engine_cs *engine, struct i915_request **inactive) in process_csb() argument
1846 return inactive; in process_csb()
1878 prev = inactive; in process_csb()
1933 *inactive++ = *old++; in process_csb()
1995 *inactive++ = *execlists->active++; in process_csb()
2046 return inactive; in process_csb()
[all …]
/linux-6.12.1/Documentation/admin-guide/pm/
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-6.12.1/include/linux/
Dbpf-cgroup-defs.h71 struct bpf_prog_array *inactive; member
/linux-6.12.1/Documentation/ABI/stable/
Dsysfs-class-rfkill75 0: inactive
89 0: inactive
/linux-6.12.1/include/net/
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-6.12.1/Documentation/admin-guide/device-mapper/
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,
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-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8mm-phygate-tauri-l-rs232-rs232.dtso7 * - GPIO3_20 uart4_rs485_en needs to be driven low (inactive)
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
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-6.12.1/Documentation/bpf/
Dmap_lru_hash_update.dot47 label="Shrink inactive list
55 inactive, or if empty,
/linux-6.12.1/drivers/spi/
Dspi-mt65xx.c290 u32 setup, hold, inactive; in mtk_spi_set_hw_cs_timing() local
307 inactive = (delay * DIV_ROUND_UP(mdata->spi_clk_hz, 1000000)) / 1000; in mtk_spi_set_hw_cs_timing()
340 if (inactive) { in mtk_spi_set_hw_cs_timing()
341 inactive = min_t(u32, inactive, 0x100); in mtk_spi_set_hw_cs_timing()
344 reg_val |= (((inactive - 1) & 0xff) << SPI_CFG1_CS_IDLE_OFFSET); in mtk_spi_set_hw_cs_timing()
/linux-6.12.1/Documentation/filesystems/
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
/linux-6.12.1/Documentation/maintainer/
Dfeature-and-driver-maintainers.rst154 Subsystem maintainers may remove inactive maintainers from the MAINTAINERS
158 Removing an inactive maintainer should not be seen as a punitive action.
159 Having an inactive maintainer has a real cost as all developers have
/linux-6.12.1/arch/arm/boot/dts/synaptics/
Dberlin2cd-valve-steamlink.dts23 inactive-delay = <10>;
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-wacom50 same side are always inactive.
59 the left are always inactive.

12345