Home
last modified time | relevance | path

Searched full:inactive (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/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/mm/
H A Dworkingset.c25 * inactive and the active list. Freshly faulted pages start out at
26 * the head of the inactive list and page reclaim scans pages from the
27 * tail. Pages that are accessed multiple times on the inactive list
29 * whereas active pages are demoted to the inactive list when the
35 * reclaim <- | inactive | <-+-- demotion | active | <--+
44 * are evicted from the inactive list every time before another access
53 * inactive list, yet smaller than the size of memory. In this case,
59 * +-inactive------+-active----+
65 * thrashing on the inactive list, after which refaulting pages can be
68 * Approximating inactive page access frequency - Observations:
[all …]
H A Dswap.c227 * to the tail of the inactive list.
372 * a folio is marked active just after it is added to the inactive in __lru_cache_activate_folio()
448 * * inactive,unreferenced -> inactive,referenced
449 * * inactive,referenced -> active,unreferenced
535 * inactive list to speed up its reclaim. It is moved to the
544 * 2. active, dirty/writeback folio -> inactive, head, reclaim
545 * 3. inactive, mapped folio -> none
546 * 4. inactive, dirty/writeback folio -> inactive, head, reclaim
547 * 5. inactive, clean -> inactive, tail
550 * In 4, it moves to the head of the inactive list so the folio is
[all …]
/linux/kernel/bpf/
H A Dbpf_lru_list.c93 /* Move nodes between or within active and inactive list (like in __bpf_lru_node_move_in()
94 * active to inactive, inactive to active or tail of active back to in __bpf_lru_node_move_in()
133 * inactive list. in bpf_lru_list_inactive_low()
155 /* Rotate the inactive list. It starts from the next_inactive_rotation in __bpf_lru_list_rotate_active()
166 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE];
167 struct list_head *cur, *last, *next = inactive;
171 if (list_empty(inactive)) in __bpf_lru_list_rotate_inactive()
175 if (last == inactive) in __bpf_lru_list_rotate_inactive()
180 if (cur == inactive) { in __bpf_lru_list_rotate_inactive()
174 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; __bpf_lru_list_rotate_inactive() local
217 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; __bpf_lru_list_shrink_inactive() local
[all...]
/linux/drivers/pwm/
H A Dpwm-sifive.c15 * In other words, each pwmcmp register actually defines the **inactive**
130 u32 duty, val, inactive; in pwm_sifive_get_state() local
132 inactive = readl(ddata->regs + PWM_SIFIVE_PWMCMP(pwm->hwpwm)); in pwm_sifive_get_state()
134 * PWM hardware uses 'inactive' counts in pwmcmp, so invert to get actual duty. in pwm_sifive_get_state()
135 * Here, 'inactive' is the low time and we compute duty as max_count - inactive. in pwm_sifive_get_state()
137 duty = (1U << PWM_SIFIVE_CMPWIDTH) - 1 - inactive; in pwm_sifive_get_state()
163 u32 inactive; in pwm_sifive_apply() local
186 /* pwmcmp register must be loaded with the inactive(invert the duty) */ in pwm_sifive_apply()
187 inactive = (1U << PWM_SIFIVE_CMPWIDTH) - 1 - frac; in pwm_sifive_apply()
219 writel(inactive, ddata->regs + PWM_SIFIVE_PWMCMP(pwm->hwpwm)); in pwm_sifive_apply()
/linux/drivers/power/reset/
H A Dgpio-restart.c29 /* drive it active, also inactive->active edge */ in gpio_restart_notify()
33 /* drive inactive, also active->inactive edge */ in gpio_restart_notify()
37 /* drive it active, also inactive->active edge */ in gpio_restart_notify()
87 of_property_read_u32(pdev->dev.of_node, "inactive-delay", in gpio_restart_probe()
/linux/Documentation/userspace-api/gpio/
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-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-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/arch/arm/mach-omap2/
H A Dcm.h15 * PRCM to request that a module exit the inactive state in the case of
18 * module to reach the functionnal state from an inactive state.
33 * the PRCM to request that a module enter the inactive state in the
35 * in microseconds for the module to reach the inactive state from
/linux/Documentation/devicetree/bindings/sound/
H A Ddavinci-mcasp-audio.yaml52 0 - Inactive, 1 - TX, 2 - RX
53 All AXR pins should be present in the array even if inactive
96 specify the drive on TX pin during inactive time slots
196 0 0 0 0 /* 0: INACTIVE, 1: TX, 2: RX */
/linux/include/uapi/linux/
H A Ddm-ioctl.h25 * through the device, and an 'inactive' one which is a table
39 * Create a new device, neither the 'active' or 'inactive' table
57 * unsuspended device. If a table is present in the 'inactive'
71 * Load a table into the 'inactive' slot for the device. The
75 * Destroy any table in the 'inactive' slot (ie. abort).
340 * If set, any table information returned will relate to the inactive
/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/net/ethernet/intel/ice/
H A Dice_nvm.c237 * @bank: whether to read from the active or inactive flash bank
289 * we want the active or inactive bank, calculate the desired offset. in ice_get_flash_bank_offset()
312 * whether or not to read from the active bank or the inactive bank of that
347 * @bank: whether to read from active or inactive NVM module
371 * @bank: whether to read from the active or inactive NVM module
401 * @bank: whether to read from the active or inactive module
583 * @bank: whether to read from the active or inactive flash bank
621 * ice_get_inactive_nvm_ver - Read Option ROM version from the inactive bank
626 * inactive NVM bank. Used to access version data for a pending update that
637 * @bank: whether to read from the active or inactive flash module
[all …]
/linux/drivers/spi/
H A Dspi-bitbang-txrx.h56 /* clock starts at inactive polarity */ in bitbang_txrx_be_cpha0()
88 /* clock starts at inactive polarity */ in bitbang_txrx_be_cpha1()
121 /* clock starts at inactive polarity */ in bitbang_txrx_le_cpha0()
154 /* clock starts at inactive polarity */ in bitbang_txrx_le_cpha1()
/linux/net/tipc/
H A Dsubscr.h60 * @inactive: true if this subscription is inactive
72 bool inactive; member
/linux/Documentation/devicetree/bindings/clock/
H A Didt,versaclock5.yaml40 0 0 Active/Inactive
41 0 1 Inactive/Active
43 1 1 Inactive/Shutdown
/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/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,
/linux/drivers/md/
H A Ddm-ima.h43 * attributes' key-value pairs from the active/inactive tables.
51 * active and inactive tables for ima measurements.
/linux/include/linux/
H A Datmel-isc-media.h25 * AWB == 1: autowhitebalance is on, the do_white_balance button is inactive,
26 * the gains/offsets are inactive, but volatile and readable.
/linux/arch/x86/events/intel/
H A Dbts.c254 /* INACTIVE/STOPPED -> ACTIVE */ in __bts_event_start()
296 /* ACTIVE -> INACTIVE(PMI)/STOPPED(->stop()) */ in __bts_event_stop()
351 * Here we transition from INACTIVE to ACTIVE; in intel_bts_enable_local()
375 * Here we transition from ACTIVE to INACTIVE; in intel_bts_disable_local()
376 * do nothing for STOPPED or INACTIVE. in intel_bts_disable_local()
484 * so we can only be INACTIVE or STOPPED in intel_bts_interrupt()
/linux/net/netfilter/
H A Dnft_set_bitmap.c31 * 00 = this element is inactive in the current generation. In case of no
32 * ^ updates, it stays inactive in the next generation.
36 * 01 = this element is inactive in the current generation and it becomes active
40 * 10 = this element is active in the current generation and it becomes inactive

12345678910>>...27