Home
last modified time | relevance | path

Searched defs:mbo (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/staging/most/
Dcore.h176 struct mbo { struct
187 enum mbo_status_flags status; argument
188 void (*complete)(struct mbo *mbo); argument
Dcore.c109 static void most_free_mbo_coherent(struct mbo *mbo) in most_free_mbo_coherent()
130 struct mbo *mbo, *tmp; in flush_channel_fifos() local
163 struct mbo *mbo, *tmp; in flush_trash_fifo() local
819 static inline void trash_mbo(struct mbo *mbo) in trash_mbo()
843 static void nq_hdm_mbo(struct mbo *mbo) in nq_hdm_mbo()
857 struct mbo *mbo; in hdm_enqueue_thread() local
918 static void arm_mbo(struct mbo *mbo) in arm_mbo()
956 void (*compl)(struct mbo *)) in arm_mbo_chain()
959 struct mbo *mbo; in arm_mbo_chain() local
1008 void most_submit_mbo(struct mbo *mbo) in most_submit_mbo()
[all …]
/Linux-v5.4/drivers/staging/most/dim2/
Ddim2.c153 struct mbo *mbo; in try_start_dim_transfer() local
231 static void retrieve_netinfo(struct dim2_hdm *dev, struct mbo *mbo) in retrieve_netinfo()
255 struct mbo *mbo; in service_done_flag() local
411 struct mbo *mbo; in complete_all_mbos() local
558 struct mbo *mbo) in enqueue()
594 struct mbo *mbo; in request_netinfo() local
665 static void *dma_alloc(struct mbo *mbo, u32 size) in dma_alloc()
672 static void dma_free(struct mbo *mbo, u32 size) in dma_free()
/Linux-v5.4/drivers/staging/most/cdev/
Dcdev.c56 static inline struct mbo *ch_get_mbo(struct comp_channel *c, struct mbo **mbo) in ch_get_mbo()
87 struct mbo *mbo; in stop_channel() local
194 struct mbo *mbo = NULL; in comp_write() local
247 struct mbo *mbo = NULL; in comp_read() local
363 static int comp_rx_completion(struct mbo *mbo) in comp_rx_completion()
/Linux-v5.4/drivers/staging/most/i2c/
Di2c.c121 int ch_idx, struct mbo *mbo) in enqueue()
169 struct mbo *mbo; in poison_channel() local
193 struct mbo *mbo; in do_rx_work() local
/Linux-v5.4/drivers/staging/most/usb/
Dusb.c272 static int hdm_add_padding(struct most_dev *mdev, int channel, struct mbo *mbo) in hdm_add_padding()
306 struct mbo *mbo) in hdm_remove_padding()
338 struct mbo *mbo = urb->context; in hdm_write_completion() local
487 struct mbo *mbo = urb->context; in hdm_read_completion() local
551 struct mbo *mbo) in hdm_enqueue()
631 static void *hdm_dma_alloc(struct mbo *mbo, u32 size) in hdm_dma_alloc()
639 static void hdm_dma_free(struct mbo *mbo, u32 size) in hdm_dma_free()
/Linux-v5.4/drivers/staging/most/net/
Dnet.c75 static int skb_to_mamac(const struct sk_buff *skb, struct mbo *mbo) in skb_to_mamac()
126 static int skb_to_mep(const struct sk_buff *skb, struct mbo *mbo) in skb_to_mep()
227 struct mbo *mbo; in most_nd_start_xmit() local
418 static int comp_rx_data(struct mbo *mbo) in comp_rx_data()
/Linux-v5.4/drivers/staging/most/video/
Dvideo.c121 struct mbo *mbo, *tmp; in comp_vdev_close() local
175 struct mbo *const mbo = get_top_mbo(mdev); in comp_vdev_read() local
386 static int comp_rx_data(struct mbo *mbo) in comp_rx_data()
/Linux-v5.4/drivers/scsi/
Daha1542.c264 int errstatus, mbi, mbo, mbistatus; in aha1542_interrupt() local
401 int mbo, sg_count; in aha1542_queuecommand() local
860 int mbo; in aha1542_dev_reset() local
/Linux-v5.4/drivers/staging/most/sound/
Dsound.c190 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data()
242 struct mbo *mbo = NULL; in playback_thread() local
733 static int audio_rx_completion(struct mbo *mbo) in audio_rx_completion()