Searched refs:be (Results 1 – 7 of 7) sorted by relevance
/include/sound/ |
D | soc-dpcm.h | 71 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) 118 struct snd_soc_pcm_runtime *be, int stream); 122 struct snd_soc_pcm_runtime *be, int stream); 129 struct snd_soc_pcm_runtime *be, int stream); 133 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream); 137 snd_soc_dpcm_be_get_state(struct snd_soc_pcm_runtime *be, int stream); 140 void snd_soc_dpcm_be_set_state(struct snd_soc_pcm_runtime *be, int stream,
|
D | wavefront.h | 13 You will not be able to compile this file correctly without gcc, because 17 then WavePatch-format files cannot be read/written correctly.
|
/include/asm-generic/ |
D | bitops.h | 25 #error only <linux/bitops.h> can be included directly
|
/include/linux/ |
D | bitfield.h | 153 ____MAKE_OP(be##size,u##size,cpu_to_be##size,be##size##_to_cpu) \
|
/include/linux/mtd/ |
D | cfi_endian.h | 39 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x))
|
/include/scsi/ |
D | scsi_cmnd.h | 33 # error MAX_COMMAND_SIZE can not be bigger than BLK_MAX_CDB
|
/include/net/ |
D | ipv6.h | 670 const __be64 *be = (const __be64 *)a; in ipv6_addr_loopback() local 672 return (be[0] | (be[1] ^ cpu_to_be64(1))) == 0UL; in ipv6_addr_loopback()
|