Home
last modified time | relevance | path

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

/include/sound/
Dsoc-dpcm.h71 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,
Dwavefront.h13 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/
Dbitops.h25 #error only <linux/bitops.h> can be included directly
/include/linux/
Dbitfield.h153 ____MAKE_OP(be##size,u##size,cpu_to_be##size,be##size##_to_cpu) \
/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/scsi/
Dscsi_cmnd.h33 # error MAX_COMMAND_SIZE can not be bigger than BLK_MAX_CDB
/include/net/
Dipv6.h670 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()