/linux-6.12.1/drivers/net/wireless/ti/wl18xx/ |
D | wl18xx.h | 40 /* Index of last released Tx desc in FW */ 52 * released tx host desc 58 * indicated the first released idx. 102 /* Cumulative counter of released packets per AC */ 108 /* Cumulative counter of released Voice memory blocks */ 144 /* Cumulative counter of total released mem blocks since FW-reset */ 159 /* Cumulative counter of released packets per AC */ 168 /* Cumulative counter of released Voice memory blocks */ 204 /* Cumulative counter of total released mem blocks since FW-reset */
|
/linux-6.12.1/drivers/infiniband/core/ |
D | uverbs.h | 81 * released in ib_uverbs_remove_one(). Another reference is taken by 83 * and released in ib_uverbs_release_file() when the file is released. 86 * released when the file is closed. Another reference is taken when 87 * an asynchronous event queue file is created and released when the 92 * One reference is held by the VFS and released when the file is closed. 94 * main context file and released when that file is closed. For completion 96 * and released when the CQ is destroyed.
|
/linux-6.12.1/include/misc/ |
D | cxl.h | 34 * before it's released. ie. 42 * Once released, a context can't be started again. 46 * context. This context will be released by PCI hot unplug, so doesn't need to 47 * be released explicitly by drivers. 50 * These must be released using cxl_context_detach(). 56 * These IRQs can be unmapped (cxl_unmap_afu_irq()) and finally released 70 * doesn't need to be released as this will be done by the PCI subsystem on hot 172 * and released when the fd is released. Hence the driver won't need to manage
|
/linux-6.12.1/include/dt-bindings/clock/ |
D | lpc18xx-cgu.h | 4 * This code is released using a dual license strategy: BSD/GPL 7 * Released under the terms of 3-clause BSD License 8 * Released under the terms of GNU General Public License Version 2.0
|
D | lpc32xx-clock.h | 4 * This code is released using a dual license strategy: BSD/GPL 7 * Released under the terms of 3-clause BSD License 8 * Released under the terms of GNU General Public License Version 2.0
|
D | lpc18xx-ccu.h | 4 * This code is released using a dual license strategy: BSD/GPL 7 * Released under the terms of 3-clause BSD License 8 * Released under the terms of GNU General Public License Version 2.0
|
/linux-6.12.1/arch/arm/boot/dts/nxp/lpc/ |
D | lpc4350.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL 9 * Released under the terms of 3-clause BSD License 10 * Released under the terms of GNU General Public License Version 2.0
|
D | lpc4357.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL 9 * Released under the terms of 3-clause BSD License 10 * Released under the terms of GNU General Public License Version 2.0
|
D | lpc4337-ciaa.dts | 6 * This code is released using a dual license strategy: BSD/GPL 9 * Released under the terms of 3-clause BSD License 10 * Released under the terms of GNU General Public License Version 2.0
|
/linux-6.12.1/fs/jbd2/ |
D | checkpoint.c | 253 * If the transaction was released or the checkpoint in jbd2_log_do_checkpoint() 350 * and try to release them. If the whole transaction is released, set 351 * the 'released' parameter. Return the number of released checkpointed 358 bool *released) in journal_shrink_one_cp_list() argument 365 *released = false; in journal_shrink_one_cp_list() 387 *released = true; in journal_shrink_one_cp_list() 402 * and try to release them. Return the number of released checkpointed 411 bool __maybe_unused released; in jbd2_journal_shrink_checkpoint_list() local 449 JBD2_SHRINK_BUSY_SKIP, &released); in jbd2_journal_shrink_checkpoint_list() 493 bool released; in __jbd2_journal_clean_checkpoint_list() local [all …]
|
/linux-6.12.1/include/linux/ |
D | zsmalloc.h | 7 * This code is released using a dual license strategy: BSD/GPL 10 * Released under the terms of 3-clause BSD License 11 * Released under the terms of GNU General Public License Version 2.0
|
D | ww_mutex.h | 128 * An acquire context must be released with ww_acquire_fini by the same task 183 * mutexes have been released with ww_mutex_unlock. 225 * The mutex must later on be released by the same task that 232 * A mutex acquired with this function must be released with ww_mutex_unlock. 257 * The mutex must later on be released by the same task that 264 * A mutex acquired with this function must be released with ww_mutex_unlock. 277 * The caller must have released all w/w mutexes already acquired with the 313 * The caller must have released all w/w mutexes already acquired with the
|
D | rcuref.h | 147 bool released; in rcuref_put() local 150 released = __rcuref_put(ref); in rcuref_put() 152 return released; in rcuref_put()
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | devres.rst | 52 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.12.1/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_smp.h | 43 * released clients, since at that point old pipes are no longer 56 /* released pipes (hw updated at _complete_commit()): */ 57 unsigned long released; member
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_wakeref.h | 87 * the runtime-pm wakeref will be released and the acquisition unwound, 151 * the runtime pm wakeref will be released after the intel_wakeref_ops->put() 200 * Locks the wakeref to prevent it being acquired or released. New users 202 * cannot be acquired or released. 341 * is released before triggering runtime suspend of the device. That
|
/linux-6.12.1/drivers/net/wireless/ti/wl12xx/ |
D | wl12xx.h | 100 /* Cumulative counter of released packets per AC */ 106 /* Cumulative counter of released Voice memory blocks */ 138 /* Cumulative counter of total released mem blocks since FW-reset */
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | XPPen__Artist24.bpf.c | 112 * whenever the second button gets pressed or released, an 118 * when the second button is pressed/released: 126 * // Second button is released 136 * the second button is pressed/released: an out of range 147 * // Second button is released
|
/linux-6.12.1/drivers/block/zram/ |
D | zram_drv.h | 7 * This code is released using a dual license strategy: BSD/GPL 10 * Released under the terms of 3-clause BSD License 11 * Released under the terms of GNU General Public License Version 2.0
|
/linux-6.12.1/net/core/ |
D | gen_stats.c | 256 * Returns 0 on success or -1 with the statistic lock released 283 * Returns 0 on success or -1 with the statistic lock released 304 * Returns 0 on success or -1 with the statistic lock released 383 * Returns 0 on success or -1 with the statistic lock released 422 * Returns 0 on success or -1 with the statistic lock released 458 * Returns 0 on success or -1 with the statistic lock released
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | cpumask_failure.c | 43 /* cpumask is never released. */ in BPF_PROG() 55 /* cpumask is released twice. */ in BPF_PROG() 105 /* cpumask is never released. */ in BPF_PROG()
|
/linux-6.12.1/kernel/bpf/ |
D | mmap_unlock_work.h | 56 /* The lock will be released once we're out of interrupt in bpf_mmap_unlock_mm() 57 * context. Tell lockdep that we've released it now so in bpf_mmap_unlock_mm()
|
D | crypto.c | 49 * memory is released back to the BPF allocator, which provides 132 * Allocates a crypto context that can be used, acquired, and released by 252 * @ctx: The crypto context being released. 255 * reference of the BPF crypto context has been released, its memory 256 * will be released.
|
/linux-6.12.1/security/apparmor/ |
D | policy_ns.c | 121 /* released by aa_free_ns() */ in alloc_ns() 203 * refcount released by caller 264 /* released by caller */ in __aa_find_or_create_ns() 288 /* released by caller */ in aa_prepare_ns() 367 /* released by aa_free_root_ns - used as list ref*/ in aa_alloc_root_ns()
|
/linux-6.12.1/drivers/accessibility/speakup/ |
D | fakekey.c | 16 #define RELEASED 0 macro 70 input_report_key(virt_keyboard, KEY_DOWN, RELEASED); in speakup_fake_down_arrow()
|