Home
last modified time | relevance | path

Searched refs:be (Results 1 – 9 of 9) sorted by relevance

/include/sound/
Dsoc-dpcm.h70 struct snd_soc_pcm_runtime *be; member
106 #define for_each_dpcm_fe(be, stream, _dpcm) \ argument
107 list_for_each_entry(_dpcm, &(be)->dpcm[stream].fe_clients, list_fe)
119 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
/include/asm-generic/
Dbitops.h25 #error only <linux/bitops.h> can be included directly
/include/linux/
Dfpu.h7 #error FP code must be compiled separately. See Documentation/core-api/floating-point.rst.
Dbitfield.h197 ____MAKE_OP(be##size,u##size,cpu_to_be##size,be##size##_to_cpu) \
Dfind.h6 #error only <linux/bitmap.h> can be included directly
Dmmzone.h55 #error MAX_PAGE_ORDER must be >= PAGE_BLOCK_ORDER
/include/linux/mtd/
Dcfi_endian.h39 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x))
/include/asm-generic/bitops/
Dgeneric-non-atomic.h10 #error only <linux/bitops.h> can be included directly
/include/net/
Dipv6.h755 const __be64 *be = (const __be64 *)a; in ipv6_addr_loopback() local
757 return (be[0] | (be[1] ^ cpu_to_be64(1))) == 0UL; in ipv6_addr_loopback()