/Linux-v5.4/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-v5.4/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() 162 chip->empty = 1; in snd_sh_dac_pcm_trigger() 184 if (chip->empty) { in snd_sh_dac_pcm_copy() 185 chip->empty = 0; in snd_sh_dac_pcm_copy() 203 if (chip->empty) { in snd_sh_dac_pcm_copy_kernel() 204 chip->empty = 0; in snd_sh_dac_pcm_copy_kernel() 222 if (chip->empty) { in snd_sh_dac_pcm_silence() 223 chip->empty = 0; in snd_sh_dac_pcm_silence() [all …]
|
/Linux-v5.4/Documentation/networking/device_drivers/toshiba/ |
D | spider_net.txt | 26 There are three primary states that a descriptor can be in: "empty", 27 "full" and "not-in-use". An "empty" or "ready" descriptor is ready 30 descriptor is neither empty or full; it is simply not ready. It may 35 buffers. These are all marked "empty", ready to receive data. This 38 buffers, processing them, and re-marking them empty. 46 and everything in front of it should be "empty". If the hardware 47 discovers that the current descr is not empty, it will signal an 57 The OS will then note that the current tail is "empty", and halt 65 then mark the descr as "empty", ready to receive data. Thus, when there 67 be "not-in-use", and everything behind it should be "empty". If no [all …]
|
/Linux-v5.4/drivers/crypto/caam/ |
D | caamrng.c | 68 atomic_t empty; member 116 atomic_set(&bd->empty, BUF_NOT_EMPTY); in rng_done() 139 atomic_inc(&bd->empty); /* note if pending */ in submit_job() 151 if (atomic_read(&bd->empty)) { in caam_read() 153 if (atomic_read(&bd->empty) == BUF_EMPTY) { in caam_read() 164 if (atomic_read(&bd->empty)) in caam_read() 183 atomic_set(&bd->empty, BUF_EMPTY); in caam_read() 254 if (atomic_read(&bd->empty) == BUF_PENDING) in caam_cleanup() 270 atomic_set(&bd->empty, BUF_EMPTY); in caam_init_buf()
|
/Linux-v5.4/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.4/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 92 int head, tail, empty; in adf_ring_show() local 98 empty = READ_CSR_E_STAT(csr, bank->bank_number); in adf_ring_show() 106 head, tail, (empty & 1 << ring->ring_number) in adf_ring_show() 210 int head, tail, empty; in adf_bank_show() local 219 empty = READ_CSR_E_STAT(csr, bank->bank_number); in adf_bank_show() 224 (empty & 1 << ring->ring_number) >> in adf_bank_show()
|
/Linux-v5.4/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.4/include/sound/ |
D | pcm_params.h | 220 i->empty = 0; in snd_interval_any() 225 i->empty = 1; in snd_interval_none() 236 return i->empty; in snd_interval_empty() 289 if (i1->empty) in snd_interval_eq() 290 return i2->empty; in snd_interval_eq() 291 if (i2->empty) in snd_interval_eq() 292 return i1->empty; in snd_interval_eq()
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | rtl8712_efuse.c | 146 static u8 efuse_is_empty(struct _adapter *adapter, u8 *empty) in efuse_is_empty() argument 153 *empty = true; in efuse_is_empty() 155 *empty = false; in efuse_is_empty() 488 u8 offset, word_en, empty; in r8712_efuse_map_write() local 495 empty = r8712_read8(adapter, EFUSE_CLK_CTRL); in r8712_efuse_map_write() 496 if (empty != 0x03) in r8712_efuse_map_write() 498 if (efuse_is_empty(adapter, &empty)) { in r8712_efuse_map_write() 499 if (empty) in r8712_efuse_map_write() 505 if (!empty) in r8712_efuse_map_write() 555 if (!empty) in r8712_efuse_map_write()
|
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 24 12: UTXINT1 UART1 transmit FIFO half empty 30 18: SS2TX SSI2 transmit FIFO less than half empty 31 28: UTXINT2 UART2 transmit FIFO half empty
|
/Linux-v5.4/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.4/scripts/ |
D | Kconfig.include | 8 empty := 9 space := $(empty) $(empty)
|
/Linux-v5.4/drivers/misc/mei/ |
D | dma-ring.c | 216 u32 wr_idx, rd_idx, hbuf_depth, empty; in mei_dma_ring_empty_slots() local 230 empty = rd_idx - wr_idx; in mei_dma_ring_empty_slots() 232 empty = hbuf_depth - (wr_idx - rd_idx); in mei_dma_ring_empty_slots() 234 return empty; in mei_dma_ring_empty_slots()
|
/Linux-v5.4/fs/quota/ |
D | quota_v2.c | 200 struct v2r0_disk_dqblk *d = dp, empty; in v2r0_disk2memdqb() local 212 memset(&empty, 0, sizeof(struct v2r0_disk_dqblk)); in v2r0_disk2memdqb() 213 empty.dqb_itime = cpu_to_le64(1); in v2r0_disk2memdqb() 214 if (!memcmp(&empty, dp, sizeof(struct v2r0_disk_dqblk))) in v2r0_disk2memdqb() 253 struct v2r1_disk_dqblk *d = dp, empty; in v2r1_disk2memdqb() local 265 memset(&empty, 0, sizeof(struct v2r1_disk_dqblk)); in v2r1_disk2memdqb() 266 empty.dqb_itime = cpu_to_le64(1); in v2r1_disk2memdqb() 267 if (!memcmp(&empty, dp, sizeof(struct v2r1_disk_dqblk))) in v2r1_disk2memdqb()
|
/Linux-v5.4/scripts/mod/ |
D | Makefile | 5 always := $(hostprogs-y) empty.o 24 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
|
/Linux-v5.4/Documentation/devicetree/bindings/iio/imu/ |
D | adi,adis16480.txt | 33 If this field is left empty, DIO1 is assigned as default data ready 39 If this field is left empty together with the "clock-names" field, then 55 If this field is left empty together with the "clocks" field, then the 68 If this field is left empty, DIO2 is assigned as default external clock
|
/Linux-v5.4/mm/ |
D | dmapool.c | 135 bool empty = false; in dma_pool_create() local 184 empty = true; in dma_pool_create() 187 if (empty) { in dma_pool_create() 271 bool empty = false; in dma_pool_destroy() local 280 empty = true; in dma_pool_destroy() 282 if (empty) in dma_pool_destroy()
|
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
D | tx.c | 381 struct mt76_txq *mtxq, bool *empty) in mt76_txq_send_burst() argument 396 *empty = true; in mt76_txq_send_burst() 402 *empty = true; in mt76_txq_send_burst() 435 *empty = true; in mt76_txq_send_burst() 484 bool empty = false; in mt76_txq_schedule_list() local 516 ret += mt76_txq_send_burst(dev, sq, mtxq, &empty); in mt76_txq_schedule_list() 518 empty = true; in mt76_txq_schedule_list() 519 ieee80211_return_txq(dev->hw, txq, !empty); in mt76_txq_schedule_list()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | imx23.dtsi | 67 interrupt-names = "empty", "ssp0", "ssp1", "empty", 417 "saif0", "empty", "auart0-rx", "auart0-tx", 418 "auart1-rx", "auart1-tx", "saif1", "empty", 419 "empty", "empty", "empty", "empty";
|
/Linux-v5.4/net/netfilter/ipvs/ |
D | ip_vs_dh.c | 104 bool empty; in ip_vs_dh_reassign() local 108 empty = list_empty(p); in ip_vs_dh_reassign() 113 if (empty) in ip_vs_dh_reassign()
|
/Linux-v5.4/drivers/usb/musb/ |
D | musb_cppi41.c | 200 bool empty; in cppi41_recheck_tx_req() local 203 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_recheck_tx_req() 204 if (empty) { in cppi41_recheck_tx_req() 232 bool empty; in cppi41_dma_callback() local 272 empty = true; in cppi41_dma_callback() 274 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_dma_callback() 277 if (!cppi41_channel->is_tx || empty) { in cppi41_dma_callback() 303 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_dma_callback() 304 if (empty) { in cppi41_dma_callback()
|
/Linux-v5.4/drivers/gpu/host1x/ |
D | intr.c | 161 int empty; in process_wait_list() local 171 empty = list_empty(&syncpt->intr.wait_head); in process_wait_list() 172 if (empty) in process_wait_list() 182 return empty; in process_wait_list()
|
/Linux-v5.4/net/ |
D | sysctl_net.c | 98 static struct ctl_table empty[1]; in net_sysctl_init() local 104 net_header = register_sysctl("net", empty); in net_sysctl_init()
|
/Linux-v5.4/tools/perf/ui/browsers/ |
D | header.c | 17 char empty[] = " "; in ui_browser__argv_write() local 22 str = empty; in ui_browser__argv_write()
|