/linux-5.10/Documentation/networking/device_drivers/ethernet/toshiba/ |
D | spider_net.rst | 28 There are three primary states that a descriptor can be in: "empty", 29 "full" and "not-in-use". An "empty" or "ready" descriptor is ready 32 descriptor is neither empty or full; it is simply not ready. It may 37 buffers. These are all marked "empty", ready to receive data. This 40 buffers, processing them, and re-marking them empty. 48 and everything in front of it should be "empty". If the hardware 49 discovers that the current descr is not empty, it will signal an 59 The OS will then note that the current tail is "empty", and halt 67 then mark the descr as "empty", ready to receive data. Thus, when there 69 be "not-in-use", and everything behind it should be "empty". If no [all …]
|
/linux-5.10/Documentation/devicetree/bindings/ |
D | .yamllint | 12 min-spaces-inside-empty: 0 13 max-spaces-inside-empty: 0 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0 27 empty-lines: 30 empty-values:
|
/linux-5.10/include/dt-bindings/reset/ |
D | altr,rst-mgr-s10.h | 25 /* 38 is empty */ 33 /* 46 is empty */ 42 /* 55 is empty*/ 66 /* 77-79 is empty */ 69 /* 82-87 is empty */ 87 /* 164-167 is empty */
|
/linux-5.10/sound/sh/ |
D | sh_dac_audio.c | 46 int empty; member 70 chip->empty = 1; in dac_audio_reset() 109 chip->empty = 1; in snd_sh_dac_pcm_open() 150 chip->empty = 1; in snd_sh_dac_pcm_trigger() 171 if (chip->empty) { in snd_sh_dac_pcm_copy() 172 chip->empty = 0; in snd_sh_dac_pcm_copy() 189 if (chip->empty) { in snd_sh_dac_pcm_copy_kernel() 190 chip->empty = 0; in snd_sh_dac_pcm_copy_kernel() 207 if (chip->empty) { in snd_sh_dac_pcm_silence() 208 chip->empty = 0; in snd_sh_dac_pcm_silence() [all …]
|
/linux-5.10/drivers/power/supply/ |
D | apm_power.c | 121 union power_supply_propval empty; in do_calculate_time() local 176 if (_MPSY_PROP(empty_prop, &empty)) { in do_calculate_time() 178 if (_MPSY_PROP(empty_design_prop, &empty)) in do_calculate_time() 179 empty.intval = 0; in do_calculate_time() 191 return -((cur.intval - empty.intval) * 60L) / I.intval; in do_calculate_time() 218 union power_supply_propval empty, full, cur; in calculate_capacity() local 263 if (_MPSY_PROP(empty_prop, &empty)) { in calculate_capacity() 265 if (_MPSY_PROP(empty_design_prop, &empty)) in calculate_capacity() 266 empty.intval = 0; in calculate_capacity() 269 if (full.intval - empty.intval) in calculate_capacity() [all …]
|
/linux-5.10/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 48 int head, tail, empty; in adf_ring_show() local 54 empty = READ_CSR_E_STAT(csr, bank->bank_number); in adf_ring_show() 61 seq_printf(sfile, "head %x, tail %x, empty: %d\n", in adf_ring_show() 62 head, tail, (empty & 1 << ring->ring_number) in adf_ring_show() 149 int head, tail, empty; in adf_bank_show() local 158 empty = READ_CSR_E_STAT(csr, bank->bank_number); in adf_bank_show() 161 "ring num %02d, head %04x, tail %04x, empty: %d\n", in adf_bank_show() 163 (empty & 1 << ring->ring_number) >> in adf_bank_show()
|
/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | ramcfg.h | 122 /*empty: 4 */ 124 /*empty: 6 */ 126 /*empty: 8 */ 133 /* empty: 15 */ 135 /* empty: 17 */ 140 /* empty: 22, 23 */
|
/linux-5.10/arch/xtensa/variants/dc232b/include/variant/ |
D | tie.h | 104 #define XCHAL_CP0_SA_LIST(s) /* empty */ 107 #define XCHAL_CP1_SA_LIST(s) /* empty */ 110 #define XCHAL_CP2_SA_LIST(s) /* empty */ 113 #define XCHAL_CP3_SA_LIST(s) /* empty */ 116 #define XCHAL_CP4_SA_LIST(s) /* empty */ 119 #define XCHAL_CP5_SA_LIST(s) /* empty */ 122 #define XCHAL_CP6_SA_LIST(s) /* empty */ 125 #define XCHAL_CP7_SA_LIST(s) /* empty */
|
/linux-5.10/tools/memory-model/ |
D | linux-kernel.bell | 56 flag ~empty Rcu-lock \ domain(rcu-rscs) as unbalanced-rcu-locking 57 flag ~empty Rcu-unlock \ range(rcu-rscs) as unbalanced-rcu-locking 72 flag ~empty Srcu-lock \ domain(srcu-rscs) as unbalanced-srcu-locking 73 flag ~empty Srcu-unlock \ range(srcu-rscs) as unbalanced-srcu-locking 76 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep 79 flag ~empty different-values(srcu-rscs) as srcu-bad-nesting
|
D | lock.cat | 41 flag ~empty [M \ IW] ; loc ; [ALL-LOCKS] as mixed-lock-accesses 48 flag ~empty LKW \ range(lk-rmw) as unpaired-LKW 49 flag ~empty LKR \ domain(lk-rmw) as unpaired-LKR 55 empty ([LKW] ; po-loc ; [LKR]) \ (po-loc ; [UL] ; po-loc) as lock-nest 58 flag ~empty [FW] ; loc ; [ALL-LOCKS] as lock-final 73 flag ~empty UL \ range(critical) as unmatched-unlock 77 empty ([UNMATCHED-LKW] ; loc ; [UNMATCHED-LKW]) \ id as unmatched-locks
|
/linux-5.10/sound/arm/ |
D | aaci.h | 74 #define SR_RXTOFE (1 << 11) /* rx timeout fifo empty */ 82 #define SR_TXHE (1 << 3) /* tx fifo half empty */ 84 #define SR_TXFE (1 << 1) /* tx fifo empty */ 85 #define SR_RXFE (1 << 0) /* rx fifo empty */ 90 #define ISR_RXTOFEINTR (1 << 6) /* rx fifo empty */ 112 #define ISR_RXTOFE (1 << 6) /* rx timeout fifo empty */ 123 #define IE_RXTOFE (1 << 6) /* rx timeout fifo empty */ 136 #define SLFR_12TXE (1 << 11) /* slot 12 tx empty */ 138 #define SLFR_2TXE (1 << 9) /* slot 2 tx empty */ 140 #define SLFR_1TXE (1 << 7) /* slot 1 tx empty */
|
/linux-5.10/arch/xtensa/variants/dc233c/include/variant/ |
D | tie.h | 123 #define XCHAL_CP0_SA_LIST(s) /* empty */ 126 #define XCHAL_CP1_SA_LIST(s) /* empty */ 129 #define XCHAL_CP2_SA_LIST(s) /* empty */ 132 #define XCHAL_CP3_SA_LIST(s) /* empty */ 135 #define XCHAL_CP4_SA_LIST(s) /* empty */ 138 #define XCHAL_CP5_SA_LIST(s) /* empty */ 141 #define XCHAL_CP6_SA_LIST(s) /* empty */ 144 #define XCHAL_CP7_SA_LIST(s) /* empty */
|
/linux-5.10/scripts/ |
D | Kconfig.include | 8 empty := variable 9 space := $(empty) $(empty) 46 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 47 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
|
/linux-5.10/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/ |
D | pipeline.json | 10 …"BriefDescription": "Cycles that the DPU IQ is empty and that is not because of a recent micro-TLB… 15 …"BriefDescription": "Cycles the DPU IQ is empty and there is an instruction cache miss being proce… 20 …"BriefDescription": "Cycles the DPU IQ is empty and there is an instruction micro-TLB miss being p… 25 "BriefDescription": "Cycles the DPU IQ is empty and there is a pre-decode error being processed"
|
/linux-5.10/Documentation/block/ |
D | writeback_cache_control.rst | 28 set on an otherwise empty bio structure, which causes only an explicit cache 58 on non-empty bios can simply be ignored, and REQ_PREFLUSH requests without 68 support required, the block layer completes empty REQ_PREFLUSH requests before 76 and handle empty REQ_OP_FLUSH requests in its prep_fn/request_fn. Note that 78 of an empty REQ_OP_FLUSH request followed by the actual write by the block 86 layer turns it into an empty REQ_OP_FLUSH request after the actual write.
|
/linux-5.10/fs/sysfs/ |
D | dir.c | 131 * sysfs_create_mount_point - create an always empty directory 132 * @parent_kobj: kobject that will contain this always empty directory 133 * @name: The name of the always empty directory to add 151 * sysfs_remove_mount_point - remove an always empty directory. 152 * @parent_kobj: kobject that will contain this always empty directory 153 * @name: The name of the always empty directory to remove
|
/linux-5.10/scripts/genksyms/ |
D | parse.y | 152 /* empty */ { $$ = NULL; } 184 /* empty */ { decl_spec = NULL; } 265 /* empty */ { $$ = NULL; } 346 /* empty */ { $$ = NULL; } 368 /* empty */ { $$ = NULL; } 403 /* empty */ { $$ = NULL; } 419 /* empty */ { $$ = NULL; } 436 /* empty */ { $$ = NULL; } 456 /* empty */ { $$ = NULL; } 487 /* empty */ { $$ = NULL; }
|
/linux-5.10/Documentation/devicetree/bindings/dma/ |
D | fsl-mxs-dma.txt | 7 If a channel is empty/reserved, 0 should be filled in place. 29 "hsadc", "lcdif", "empty", "empty"; 41 interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty",
|
/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_self_test.c | 379 "PXP2: VQ0 is not empty", 385 "PXP2: VQ1 is not empty", 391 "PXP2: VQ2 is not empty", 397 "PXP2: VQ3 is not empty", 403 "PXP2: VQ4 is not empty", 409 "PXP2: VQ5 is not empty", 415 "PXP2: VQ6 is not empty", 421 "PXP2: VQ7 is not empty", 427 "PXP2: VQ8 is not empty", 433 "PXP2: VQ9 is not empty", [all …]
|
/linux-5.10/arch/xtensa/variants/de212/include/variant/ |
D | tie.h | 99 #define XCHAL_CP0_SA_LIST(s) /* empty */ 102 #define XCHAL_CP1_SA_LIST(s) /* empty */ 105 #define XCHAL_CP2_SA_LIST(s) /* empty */ 108 #define XCHAL_CP3_SA_LIST(s) /* empty */ 111 #define XCHAL_CP4_SA_LIST(s) /* empty */ 114 #define XCHAL_CP5_SA_LIST(s) /* empty */ 117 #define XCHAL_CP6_SA_LIST(s) /* empty */ 120 #define XCHAL_CP7_SA_LIST(s) /* empty */
|
/linux-5.10/include/linux/ |
D | pagewalk.h | 11 * @pgd_entry: if set, called for each non-empty PGD (top-level) entry 12 * @p4d_entry: if set, called for each non-empty P4D entry 13 * @pud_entry: if set, called for each non-empty PUD entry 14 * @pmd_entry: if set, called for each non-empty PMD entry 18 * @pte_entry: if set, called for each non-empty PTE (lowest-level)
|
/linux-5.10/fs/ubifs/ |
D | find.c | 23 * @pick_free: whether it is OK to scan for empty LEBs 101 /* If specified, exclude empty or freeable LEBs */ in scan_for_dirty_cb() 105 /* Exclude LEBs with too little dirty space (unless it is empty) */ in scan_for_dirty_cb() 146 * so check the uncategorized list. N.B. neither empty nor freeable LEBs in scan_for_dirty() 195 * @pick_free: controls whether it is OK to pick empty or index LEBs 199 * dirty index heap, and it falls-back to LPT scanning if the heaps are empty 251 /* OK, try to find an empty LEB */ in ubifs_find_dirty_leb() 368 /* If specified, exclude empty LEBs */ in scan_for_free_cb() 388 * @pick_free: whether it is OK to scan for empty LEBs 389 * @squeeze: whether to try to find space in a non-empty LEB first [all …]
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-devices-power | 89 states, this attribute is empty. 101 states, this attribute is empty. 113 up the system from sleep states, this attribute is empty. 125 this attribute is empty. 137 is empty. 148 wake up the system from sleep states, this attribute is empty. 160 is empty. 172 up the system from sleep states, this attribute is empty. 184 from sleep states, this attribute is empty.
|
/linux-5.10/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
D | tie.h | 98 #define XCHAL_CP0_SA_LIST(s) /* empty */ 120 #define XCHAL_CP2_SA_LIST(s) /* empty */ 123 #define XCHAL_CP3_SA_LIST(s) /* empty */ 126 #define XCHAL_CP4_SA_LIST(s) /* empty */ 129 #define XCHAL_CP5_SA_LIST(s) /* empty */ 132 #define XCHAL_CP6_SA_LIST(s) /* empty */ 135 #define XCHAL_CP7_SA_LIST(s) /* empty */
|
/linux-5.10/arch/xtensa/variants/csp/include/variant/ |
D | tie.h | 124 #define XCHAL_CP0_SA_LIST(s) /* empty */ 127 #define XCHAL_CP1_SA_LIST(s) /* empty */ 130 #define XCHAL_CP2_SA_LIST(s) /* empty */ 133 #define XCHAL_CP3_SA_LIST(s) /* empty */ 136 #define XCHAL_CP4_SA_LIST(s) /* empty */ 139 #define XCHAL_CP5_SA_LIST(s) /* empty */ 142 #define XCHAL_CP6_SA_LIST(s) /* empty */ 145 #define XCHAL_CP7_SA_LIST(s) /* empty */
|