Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/
A Dapple,mailbox.yaml50 - description: send fifo is empty interrupt
51 - description: send fifo is not empty interrupt
52 - description: receive fifo is empty interrupt
53 - description: receive fifo is not empty interrupt
57 - const: send-empty
58 - const: send-not-empty
59 - const: recv-empty
60 - const: recv-not-empty
83 interrupt-names = "send-empty", "send-not-empty",
84 "recv-empty", "recv-not-empty";
/linux-6.3-rc2/Documentation/devicetree/bindings/
A D.yamllint12 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-6.3-rc2/sound/sh/
A Dsh_dac_audio.c45 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-6.3-rc2/drivers/power/supply/
A Dapm_power.c121 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()
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()
270 ret = ((cur.intval - empty.intval) * 100L) / in calculate_capacity()
[all …]
A Dcpcap-battery.c543 *empty, *full; in cpcap_battery_update_status() local
576 empty = cpcap_battery_get_empty(ddata); in cpcap_battery_update_status()
577 if (empty->voltage && empty->voltage != -1) { in cpcap_battery_update_status()
578 empty->voltage = -1; in cpcap_battery_update_status()
582 empty->voltage = -1; in cpcap_battery_update_status()
583 empty->counter_uah = in cpcap_battery_update_status()
587 empty = cpcap_battery_get_empty(ddata); in cpcap_battery_update_status()
588 memcpy(empty, latest, sizeof(*empty)); in cpcap_battery_update_status()
749 if (!empty->voltage) in cpcap_battery_get_property()
755 empty->voltage = 0; in cpcap_battery_get_property()
[all …]
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/toshiba/
A Dspider_net.rst29 "full" and "not-in-use". An "empty" or "ready" descriptor is ready
40 buffers, processing them, and re-marking them empty.
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
72 "empty", and it will halt processing.
76 other descrs in the ring should be "empty" as well.
103 to "empty". The actual value printed is RXCOMST_A.
108 "empty" == SPIDER_NET_DESCR_CARDOWNED == 0xa
139 empty.
159 that everything in front of the "empty" descr must surely also be empty,
[all …]
/linux-6.3-rc2/fs/
A Dbinfmt_elf_test.c6 struct elf_phdr empty[] = { in total_mapping_size_test() local
40 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 0), 0); in total_mapping_size_test()
42 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 1), 0); in total_mapping_size_test()
44 KUNIT_EXPECT_EQ(test, total_mapping_size(&empty[1], 1), 0); in total_mapping_size_test()
46 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 2), 0); in total_mapping_size_test()
/linux-6.3-rc2/drivers/net/wireguard/
A Dqueueing.c50 #define STUB(queue) ((struct sk_buff *)&queue->empty)
59 offsetof(struct sk_buff, next) != offsetof(struct prev_queue, empty.next) - in wg_prev_queue_init()
60 offsetof(struct prev_queue, empty) || in wg_prev_queue_init()
61 offsetof(struct sk_buff, prev) != offsetof(struct prev_queue, empty.prev) - in wg_prev_queue_init()
62 offsetof(struct prev_queue, empty)); in wg_prev_queue_init()
/linux-6.3-rc2/arch/arm64/boot/dts/apple/
A Dt600x-nvme.dtsi16 interrupt-names = "send-empty", "send-not-empty",
17 "recv-empty", "recv-not-empty";
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_transport_debug.c49 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()
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()
171 (empty & 1 << ring->ring_number) >> in adf_bank_show()
/linux-6.3-rc2/tools/memory-model/
A Dlinux-kernel.bell56 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
A Dlock.cat41 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-6.3-rc2/drivers/staging/rtl8712/
A Drtl8712_efuse.c146 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()
486 u8 offset, word_en, empty; in r8712_efuse_map_write() local
493 empty = r8712_read8(adapter, EFUSE_CLK_CTRL); in r8712_efuse_map_write()
494 if (empty != 0x03) in r8712_efuse_map_write()
496 if (efuse_is_empty(adapter, &empty)) { in r8712_efuse_map_write()
497 if (empty) in r8712_efuse_map_write()
503 if (!empty) in r8712_efuse_map_write()
553 if (!empty) in r8712_efuse_map_write()
/linux-6.3-rc2/include/sound/
A Dpcm_params.h222 i->empty = 0; in snd_interval_any()
227 i->empty = 1; in snd_interval_none()
238 return i->empty; in snd_interval_empty()
291 if (i1->empty) in snd_interval_eq()
292 return i2->empty; in snd_interval_eq()
293 if (i2->empty) in snd_interval_eq()
294 return i1->empty; in snd_interval_eq()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dbcm53015-meraki-mr26.dts93 /* empty */
99 /* empty */
105 /* empty */
159 /* it's empty */
/linux-6.3-rc2/scripts/
A DKconfig.include8 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.
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Dcirrus,clps711x-intc.txt24 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-6.3-rc2/Documentation/block/
A Dwriteback_cache_control.rst28 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-6.3-rc2/drivers/misc/mei/
A Ddma-ring.c216 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-6.3-rc2/fs/quota/
A Dquota_v2.c222 struct v2r0_disk_dqblk *d = dp, empty; in v2r0_disk2memdqb() local
234 memset(&empty, 0, sizeof(struct v2r0_disk_dqblk)); in v2r0_disk2memdqb()
235 empty.dqb_itime = cpu_to_le64(1); in v2r0_disk2memdqb()
236 if (!memcmp(&empty, dp, sizeof(struct v2r0_disk_dqblk))) in v2r0_disk2memdqb()
275 struct v2r1_disk_dqblk *d = dp, empty; in v2r1_disk2memdqb() local
287 memset(&empty, 0, sizeof(struct v2r1_disk_dqblk)); in v2r1_disk2memdqb()
288 empty.dqb_itime = cpu_to_le64(1); in v2r1_disk2memdqb()
289 if (!memcmp(&empty, dp, sizeof(struct v2r1_disk_dqblk))) in v2r1_disk2memdqb()
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_sdlb.c235 u32 first, u32 next, bool empty) in sparx5_sdlb_group_link() argument
240 if (empty) in sparx5_sdlb_group_link()
276 bool empty = false; in sparx5_sdlb_group_del() local
286 empty = true; in sparx5_sdlb_group_del()
300 return sparx5_sdlb_group_link(sparx5, group, idx, first, next, empty); in sparx5_sdlb_group_del()
/linux-6.3-rc2/arch/x86/events/amd/
A Dbrs.c297 goto empty; in amd_brs_drain()
303 goto empty; in amd_brs_drain()
307 goto empty; in amd_brs_drain()
353 empty: in amd_brs_drain()
/linux-6.3-rc2/tools/objtool/
A Dorc_gen.c162 bool empty = true; in orc_create() local
181 empty = false; in orc_create()
206 empty = false; in orc_create()
214 if (!empty) { in orc_create()
/linux-6.3-rc2/scripts/mod/
A DMakefile6 always-y += empty.o
25 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
/linux-6.3-rc2/mm/
A Ddmapool.c135 bool empty = false; in dma_pool_create() local
182 empty = true; in dma_pool_create()
185 if (empty) { in dma_pool_create()
270 bool empty = false; in dma_pool_destroy() local
279 empty = true; in dma_pool_destroy()
281 if (empty) in dma_pool_destroy()

Completed in 33 milliseconds

12345678910>>...21