Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/arch/arm/mach-omap2/
Domap-smp.c334 u32 released; in omap4_smp_maybe_reset_cpu1() local
337 released = omap_read_auxcoreboot0() & AUX_CORE_BOOT0_HS_RELEASE; in omap4_smp_maybe_reset_cpu1()
339 released = readl_relaxed(cfg.wakeupgen_base + in omap4_smp_maybe_reset_cpu1()
342 if (released) { in omap4_smp_maybe_reset_cpu1()
/Linux-v4.19/drivers/ntb/
Dntb.c112 init_completion(&ntb->released); in ntb_register_device()
130 wait_for_completion(&ntb->released); in ntb_unregister_device()
298 complete(&ntb->released); in ntb_dev_release()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c222 state->released |= (1 << pipe); in mdp5_smp_release()
328 for_each_set_bit(pipe, &state->released, sizeof(state->released) * 8) { in mdp5_smp_complete_commit()
335 state->released = 0; in mdp5_smp_complete_commit()
Dmdp5_smp.h68 unsigned long released; member
/Linux-v4.19/Documentation/driver-model/
Ddevres.txt50 a release function. A devres can be released in several ways. No
51 matter what, all devres entries are released on driver detach. On
60 automatically released on driver detach. Implementation looks like
140 released, all contained normal devres entries and properly nested
141 groups are released. One usage is to rollback series of acquired
199 when it is released or destroyed (removed and freed) - no reference
/Linux-v4.19/drivers/net/ethernet/neterion/
DKconfig24 These were originally released from S2IO, which renamed itself
39 I/O Virtualized Server Adapter. These were originally released from
/Linux-v4.19/Documentation/filesystems/
Dext3.txt5 Ext3 was originally released in September 1999. Written by Stephen Tweedie
/Linux-v4.19/Documentation/devicetree/bindings/extcon/
Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
/Linux-v4.19/arch/arm/boot/dts/
Dlpc4350.dtsi6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4357.dtsi6 * This code is released using a dual license strategy: BSD/GPL
/Linux-v4.19/Documentation/networking/
Dgen_stats.txt74 Locks are taken before writing and released once all statistics have
75 been written. Locks are always released in case of an error. You
Dice.txt38 If an issue is identified with the released source code, please email
Dixgbevf.txt50 If an issue is identified with the released source code on the supported
Di40evf.txt52 If an issue is identified with the released source code on the supported
/Linux-v4.19/Documentation/arm/SA1100/
DLART13 The hardware designs for this board have been released under an open license;
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dlpc32xx-key.txt14 and released, see also
Dqcom,pm8941-pwrkey.txt27 Definition: time in microseconds that key must be pressed or released
/Linux-v4.19/arch/m68k/fpsp040/
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-v4.19/fs/
Duserfaultfd.c64 bool released; member
389 if (unlikely(READ_ONCE(ctx->released))) { in handle_userfault()
485 if (likely(must_wait && !READ_ONCE(ctx->released) && in handle_userfault()
508 READ_ONCE(ctx->released) || in handle_userfault()
597 if (READ_ONCE(ctx->released) || in userfaultfd_event_wait_completion()
693 ctx->released = false; in dup_userfaultfd()
865 WRITE_ONCE(ctx->released, true); in userfaultfd_release()
1918 ctx->released = false; in SYSCALL_DEFINE1()
/Linux-v4.19/Documentation/RCU/
DUP.txt61 the call_rcu() is delayed until after the lock is released. However,
67 released.
70 so that delaying the call_rcu() until the lock is released
/Linux-v4.19/Documentation/console/
Dconsole.txt18 released by the console, the system driver will take over.
119 2. All resources allocated during con->con_init() must be released in
122 3. All resources allocated in con->con_startup() must be released when the
/Linux-v4.19/drivers/gpu/vga/
DKconfig26 Many laptops released in 2008/9/10 have two GPUs with a multiplexer
/Linux-v4.19/sound/core/
Dinit.c539 struct completion released; in snd_card_free() local
542 init_completion(&released); in snd_card_free()
543 card->release_completion = &released; in snd_card_free()
548 wait_for_completion(&released); in snd_card_free()
/Linux-v4.19/drivers/staging/erofs/
DTODO31 in any case an open-source mkfs will be released in the near future.
/Linux-v4.19/Documentation/arm/sunxi/
Dclocks.txt54 released by Allwinner, you can find it at

12345678