/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/sound/sh/ |
D | sh_dac_audio.c | 45 int empty; member 69 chip->empty = 1; in dac_audio_reset() 108 chip->empty = 1; in snd_sh_dac_pcm_open() 149 chip->empty = 1; in snd_sh_dac_pcm_trigger() 170 if (chip->empty) { in snd_sh_dac_pcm_copy() 171 chip->empty = 0; in snd_sh_dac_pcm_copy() 188 if (chip->empty) { in snd_sh_dac_pcm_copy_kernel() 189 chip->empty = 0; in snd_sh_dac_pcm_copy_kernel() 206 if (chip->empty) { in snd_sh_dac_pcm_silence() 207 chip->empty = 0; in snd_sh_dac_pcm_silence() [all …]
|
/Linux-v5.15/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 …]
|
D | cpcap-battery.c | 464 *empty, *full; in cpcap_battery_update_status() local 497 empty = cpcap_battery_get_empty(ddata); in cpcap_battery_update_status() 498 if (empty->voltage && empty->voltage != -1) { in cpcap_battery_update_status() 499 empty->voltage = -1; in cpcap_battery_update_status() 501 empty->counter_uah - full->counter_uah; in cpcap_battery_update_status() 503 empty->voltage = -1; in cpcap_battery_update_status() 504 empty->counter_uah = in cpcap_battery_update_status() 508 empty = cpcap_battery_get_empty(ddata); in cpcap_battery_update_status() 509 memcpy(empty, latest, sizeof(*empty)); in cpcap_battery_update_status() 515 empty->counter_uah - full->counter_uah; in cpcap_battery_update_status() [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 49 int head, tail, empty; in adf_ring_show() local 55 empty = csr_ops->read_csr_e_stat(csr, bank->bank_number); in adf_ring_show() 62 seq_printf(sfile, "head %x, tail %x, empty: %d\n", in adf_ring_show() 63 head, tail, (empty & 1 << ring->ring_number) in adf_ring_show() 157 int head, tail, empty; in adf_bank_show() local 166 empty = csr_ops->read_csr_e_stat(csr, bank->bank_number); in adf_bank_show() 169 "ring num %02d, head %04x, tail %04x, empty: %d\n", in adf_bank_show() 171 (empty & 1 << ring->ring_number) >> in adf_bank_show()
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/drivers/net/wireguard/ |
D | queueing.c | 49 #define STUB(queue) ((struct sk_buff *)&queue->empty) 58 offsetof(struct sk_buff, next) != offsetof(struct prev_queue, empty.next) - in wg_prev_queue_init() 59 offsetof(struct prev_queue, empty) || in wg_prev_queue_init() 60 offsetof(struct sk_buff, prev) != offsetof(struct prev_queue, empty.prev) - in wg_prev_queue_init() 61 offsetof(struct prev_queue, empty)); in wg_prev_queue_init()
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/scripts/genksyms/ |
D | parse.y | 155 /* empty */ { $$ = NULL; } 187 /* empty */ { decl_spec = NULL; } 268 /* empty */ { $$ = NULL; } 349 /* empty */ { $$ = NULL; } 371 /* empty */ { $$ = NULL; } 406 /* empty */ { $$ = NULL; } 422 /* empty */ { $$ = NULL; } 439 /* empty */ { $$ = NULL; } 459 /* empty */ { $$ = NULL; } 490 /* empty */ { $$ = NULL; }
|
/Linux-v5.15/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-v5.15/tools/include/uapi/linux/ |
D | ethtool.h | 60 * not be an empty string. 61 * @version: Driver version string; may be an empty string 62 * @fw_version: Firmware version string; may be an empty string 63 * @erom_version: Expansion ROM version string; may be an empty string 66 * an empty string.
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/scripts/ |
D | Kconfig.include | 8 empty := 9 space := $(empty) $(empty) 61 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 62 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
|