Searched refs:mic_device_desc (Results 1 - 2 of 2) sorted by relevance

/include/uapi/linux/
H A Dmic_common.h29 * struct mic_device_desc: Virtio device information shared between the
40 struct mic_device_desc { struct
102 struct mic_device_desc desc[0];
136 * - struct mic_device_desc
174 static inline unsigned mic_desc_size(const struct mic_device_desc *desc)
181 mic_vq_config(const struct mic_device_desc *desc)
186 static inline __u8 *mic_vq_features(const struct mic_device_desc *desc)
191 static inline __u8 *mic_vq_configspace(const struct mic_device_desc *desc)
195 static inline unsigned mic_total_desc_size(struct mic_device_desc *desc)
H A Dmic_ioctl.h50 * The (struct mic_device_desc *) pointer points to a device page entry
52 * - struct mic_device_desc
59 #define MIC_VIRTIO_ADD_DEVICE _IOWR('s', 1, struct mic_device_desc *)
72 * mic_device_desc.

Completed in 38 milliseconds