Home
last modified time | relevance | path

Searched full:bypassed (Results 1 – 25 of 126) sorted by relevance

123456

/Linux-v6.1/drivers/clk/ti/
Dclkt_dpll.c228 * DPLLs can be locked or bypassed - basically, enabled or disabled.
230 * bypassed, on OMAP2xxx, the output rate is either the 32KiHz clock
232 * 2 are bypassed with dpll1_fclk and dpll2_fclk respectively
235 * locked, or the appropriate bypass rate if the DPLL is bypassed, or 0
248 /* Return bypass rate if DPLL is bypassed */ in omap2_get_dpll_rate()
Dapll.c74 clk_name, (state) ? "locked" : "bypassed"); in dra7_apll_enable()
78 clk_name, (state) ? "locked" : "bypassed", i); in dra7_apll_enable()
/Linux-v6.1/Documentation/netlabel/
Dlsm_interface.rst52 NetLabel translation mechanisms bypassed but the LSM translation mechanisms are
53 bypassed as well which should result in a significant reduction in overhead.
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dadt7475.yaml58 set to 1 the attenuator is bypassed if set to 0 the attenuator is
59 not bypassed. If the property is absent then the attenuator
/Linux-v6.1/drivers/md/
Ddm-mpath.c66 bool bypassed:1; /* Temporarily bypass this PG? */ member
400 unsigned bypassed = 1; in choose_pgpath() local
435 * First time we skip PGs marked 'bypassed'. in choose_pgpath()
441 if (pg->bypassed == !!bypassed) in choose_pgpath()
445 if (!bypassed) { in choose_pgpath()
453 } while (bypassed--); in choose_pgpath()
1436 bool bypassed) in bypass_pg() argument
1442 pg->bypassed = bypassed; in bypass_pg()
1469 pg->bypassed = false; in switch_pg_num()
1484 * Set/clear bypassed status of a PG.
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-block-bcache51 What: /sys/block/<disk>/bcache/bypassed
55 Sum of all reads and writes that have bypassed the cache (due
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dbind_perm.c25 * that CAP_NET_BIND_SERVICE should be bypassed. in bind_prog()
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/core/
Dtegra.h39 * bypassed). A value of 0 means an IOMMU is never used.
/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/
Drockchip,rk3399-dmc.yaml109 than DRAM_DLL_DISB_FREQ, DDR3 DLL will be bypassed.
110 Note: if DLL was bypassed, the odt will also stop working.
117 is less than DRAM_DLL_DISB_FREQ, PHY DLL will be bypassed.
/Linux-v6.1/drivers/md/bcache/
Dstats.c50 read_attribute(bypassed);
67 sysfs_hprint(bypassed, var(sectors_bypassed) << 9); in SHOW()
/Linux-v6.1/Documentation/filesystems/
Dfuse-io.rst17 In direct-io mode the page cache is completely bypassed for reads and writes.
/Linux-v6.1/Documentation/xtensa/
Datomctl.rst35 with the cache being bypassed; for example studying cache alias problems.
/Linux-v6.1/drivers/regulator/
Dqcom-rpmh-regulator.c113 * @bypassed: Boolean indicating if the regulator is in
128 bool bypassed; member
263 unsigned int mode, bool bypassed) in rpmh_regulator_vrm_set_mode_bypass() argument
277 if (bypassed) in rpmh_regulator_vrm_set_mode_bypass()
294 ret = rpmh_regulator_vrm_set_mode_bypass(vreg, mode, vreg->bypassed); in rpmh_regulator_vrm_set_mode()
337 if (vreg->bypassed == enable) in rpmh_regulator_vrm_set_bypass()
342 vreg->bypassed = enable; in rpmh_regulator_vrm_set_bypass()
352 *enable = vreg->bypassed; in rpmh_regulator_vrm_get_bypass()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dfexit_sleep.c73 /* The bypassed nanosleep_fexit prog shouldn't have executed. in test_fexit_sleep()
/Linux-v6.1/Documentation/driver-api/thermal/
Dnouveau_thermal.rst68 The maximum PWM speed allowed (bypassed when hitting Fan_boost);
/Linux-v6.1/drivers/media/pci/ivtv/
Divtv-routing.c79 /* S-Video: GR bypassed, turn it off */ in ivtv_video_set_io()
/Linux-v6.1/arch/powerpc/include/asm/
Drtas-types.h61 * X 1: Bypassed unrecoverable error (degraded operation)
/Linux-v6.1/Documentation/devicetree/bindings/dma/
Dst,stm32-dma.yaml42 from/to the memory, FIFO is bypassed.
/Linux-v6.1/drivers/clk/zynq/
Dpll.c92 * Not sure this is a good idea, but since disabled means bypassed for
/Linux-v6.1/arch/arm/mach-davinci/
Dsleep.S19 /* Assume 25 MHz speed for the cycle conversions since PLLs are bypassed */
/Linux-v6.1/net/tipc/
Dgroup.c479 /* Bcast/mcast may be bypassed by ucast or other bcast, - sort it in */ in tipc_group_sort_msg()
488 /* Bcast was not bypassed, - add to tail */ in tipc_group_sort_msg()
490 /* Unicasts are never bypassed, - always add to tail */ in tipc_group_sort_msg()
/Linux-v6.1/drivers/gpu/drm/sti/
Dsti_hqvdp.c256 /* Default Config : IQI bypassed */
262 /* Default PxfConf : P2I bypassed */
1174 /* VC1RE, FMD bypassed : keep everything set to 0 in sti_hqvdp_atomic_update()
1175 * IQI/P2I bypassed */ in sti_hqvdp_atomic_update()
/Linux-v6.1/drivers/clk/
Dclk-plldig.c112 /* Check if PLL is bypassed */ in plldig_recalc_rate()
/Linux-v6.1/fs/xfs/
Dxfs_acl.c279 * Invalidate any cached ACLs if the user has bypassed the ACL interface.
/Linux-v6.1/Documentation/devicetree/bindings/media/
Dsamsung-fimc.txt62 1 - input horizontal size for the scaler bypassed,

123456