Searched refs:bcom_bd (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/fsl/bestcomm/
H A Dbestcomm.h20 * struct bcom_bd - Structure describing a generic BestComm buffer descriptor
25 * Note: Don't dereference a bcom_bd pointer as an array. The size of the
26 * bcom_bd is variable. Use bcom_get_bd() instead.
28 struct bcom_bd { struct
52 struct bcom_bd *bd;
147 static inline struct bcom_bd
151 * real size instead of by sizeof(struct bcom_bd) */
162 struct bcom_bd *bd;
176 static inline struct bcom_bd *
179 struct bcom_bd *b
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c129 skb = bcom_retrieve_buffer(s, NULL, (struct bcom_bd **)&bd);
370 (struct bcom_bd **)&bd);
398 (struct bcom_bd **)&bd);
/linux-master/sound/soc/fsl/
H A Dmpc5200_dma.c63 struct bcom_bd *bd;

Completed in 280 milliseconds