Home
last modified time | relevance | path

Searched refs:released (Results 1 – 25 of 253) sorted by relevance

1234567891011

/linux-6.3-rc2/arch/arm/mach-omap2/
A Domap-smp.c311 u32 released; in omap4_smp_maybe_reset_cpu1() local
314 released = omap_read_auxcoreboot0() & AUX_CORE_BOOT0_HS_RELEASE; in omap4_smp_maybe_reset_cpu1()
316 released = readl_relaxed(cfg.wakeupgen_base + in omap4_smp_maybe_reset_cpu1()
319 if (released) { in omap4_smp_maybe_reset_cpu1()
/linux-6.3-rc2/fs/jbd2/
A Dcheckpoint.c463 bool *released) in journal_shrink_one_cp_list() argument
485 *released = true; in journal_shrink_one_cp_list()
509 bool released; in jbd2_journal_shrink_checkpoint_list() local
542 released = false; in jbd2_journal_shrink_checkpoint_list()
545 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list()
550 if (released) in jbd2_journal_shrink_checkpoint_list()
554 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list()
/linux-6.3-rc2/fs/btrfs/
A Ddelalloc-space.c222 u64 released = 0; in btrfs_inode_rsv_release() local
230 released = btrfs_block_rsv_release(fs_info, block_rsv, 0, in btrfs_inode_rsv_release()
232 if (released > 0) in btrfs_inode_rsv_release()
234 btrfs_ino(inode), released, 0); in btrfs_inode_rsv_release()
/linux-6.3-rc2/drivers/ntb/
A Dcore.c112 init_completion(&ntb->released); in ntb_register_device()
130 wait_for_completion(&ntb->released); in ntb_unregister_device()
292 complete(&ntb->released); in ntb_dev_release()
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_smp.c212 state->released |= (1 << pipe); in mdp5_smp_release()
318 for_each_set_bit(pipe, &state->released, sizeof(state->released) * 8) { in mdp5_smp_complete_commit()
325 state->released = 0; in mdp5_smp_complete_commit()
A Dmdp5_smp.h57 unsigned long released; member
/linux-6.3-rc2/Documentation/driver-api/driver-model/
A Ddevres.rst52 a release function. A devres can be released in several ways. No
53 matter what, all devres entries are released on driver detach. On
62 automatically released on driver detach. Implementation looks like
149 released, all contained normal devres entries and properly nested
150 groups are released. One usage is to rollback series of acquired
208 when it is released or destroyed (removed and freed) - no reference
/linux-6.3-rc2/Documentation/filesystems/
A Dext3.rst7 Ext3 was originally released in September 1999. Written by Stephen Tweedie
/linux-6.3-rc2/drivers/gpu/vga/
A DKconfig10 Many laptops released in 2008/9/10 have two GPUs with a multiplexer
/linux-6.3-rc2/drivers/gpu/drm/tidss/
A DKconfig10 SoCs released with DSS. Each with somewhat different version
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Deverest,es8326.yaml86 Bit(6) 1 means the chip do not detect jack type after button released.
87 0 means the chip detect jack type again after button released.
/linux-6.3-rc2/Documentation/networking/
A Dgen_stats.rst83 Locks are taken before writing and released once all statistics have
84 been written. Locks are always released in case of an error. You
/linux-6.3-rc2/arch/arm/boot/dts/
A Dlpc4350.dtsi6 * This code is released using a dual license strategy: BSD/GPL
A Dlpc4357.dtsi6 * This code is released using a dual license strategy: BSD/GPL
/linux-6.3-rc2/Documentation/arm/sa1100/
A Dlart.rst14 The hardware designs for this board have been released under an open license;
/linux-6.3-rc2/Documentation/driver-api/
A Dio-mapping.rst65 The mappings are released with::
83 The mappings are released with::
A Dconsole.rst21 released by the console, the system driver will take over.
128 2. All resources allocated during con->con_init() must be released in
131 3. All resources allocated in con->con_startup() must be released when the
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dsetox.S543 | ...fp3 released
547 | ...fp2 released
716 | ...fp3 released
720 | ...fp1 released
723 | ...fp2 released
739 faddx %fp1,%fp0 | ...p+(t+OnebySc), fp1 released
840 | ...fp2 released
845 | ...fp1 released
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A Dasus,z00t-tm5p5-nt35596.yaml16 as no schematics are released publicly.
/linux-6.3-rc2/Documentation/devicetree/bindings/gpu/
A Daspeed-gfx.txt17 - resets: reset line that must be released to use the GFX device
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dlpc32xx-key.txt15 and released, see also
A Dqcom,pm8921-pwrkey.yaml37 released for state change interrupt to trigger.
/linux-6.3-rc2/Documentation/devicetree/bindings/extcon/
A Dsiliconmitus,sm5502-muic.yaml15 attached or detached and button is pressed or released. It is interfaced to
/linux-6.3-rc2/drivers/net/ethernet/neterion/
A DKconfig25 These were originally released from S2IO, which renamed itself
/linux-6.3-rc2/Documentation/devicetree/bindings/reset/
A Dti,tps380x-reset.yaml18 manual reset input is released.

Completed in 102 milliseconds

1234567891011