Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmost.h176 struct mbo { struct
188 void (*complete)(struct mbo *mbo); argument
/Linux-v5.10/drivers/most/
Dcore.c100 static void most_free_mbo_coherent(struct mbo *mbo) in most_free_mbo_coherent()
121 struct mbo *mbo, *tmp; in flush_channel_fifos() local
154 struct mbo *mbo, *tmp; in flush_trash_fifo() local
736 static inline void trash_mbo(struct mbo *mbo) in trash_mbo()
760 static void nq_hdm_mbo(struct mbo *mbo) in nq_hdm_mbo()
774 struct mbo *mbo; in hdm_enqueue_thread() local
835 static void arm_mbo(struct mbo *mbo) in arm_mbo()
873 void (*compl)(struct mbo *)) in arm_mbo_chain()
876 struct mbo *mbo; in arm_mbo_chain() local
925 void most_submit_mbo(struct mbo *mbo) in most_submit_mbo()
[all …]
Dmost_cdev.c55 static inline struct mbo *ch_get_mbo(struct comp_channel *c, struct mbo **mbo) in ch_get_mbo()
83 struct mbo *mbo; in stop_channel() local
187 struct mbo *mbo = NULL; in comp_write() local
240 struct mbo *mbo = NULL; in comp_read() local
351 static int comp_rx_completion(struct mbo *mbo) in comp_rx_completion()
Dmost_usb.c275 static int hdm_add_padding(struct most_dev *mdev, int channel, struct mbo *mbo) in hdm_add_padding()
309 struct mbo *mbo) in hdm_remove_padding()
341 struct mbo *mbo = urb->context; in hdm_write_completion() local
393 struct mbo *mbo = urb->context; in hdm_read_completion() local
457 struct mbo *mbo) in hdm_enqueue()
534 static void *hdm_dma_alloc(struct mbo *mbo, u32 size) in hdm_dma_alloc()
542 static void hdm_dma_free(struct mbo *mbo, u32 size) in hdm_dma_free()
/Linux-v5.10/drivers/staging/most/dim2/
Ddim2.c152 struct mbo *mbo; in try_start_dim_transfer() local
230 static void retrieve_netinfo(struct dim2_hdm *dev, struct mbo *mbo) in retrieve_netinfo()
254 struct mbo *mbo; in service_done_flag() local
410 struct mbo *mbo; in complete_all_mbos() local
557 struct mbo *mbo) in enqueue()
593 struct mbo *mbo; in request_netinfo() local
664 static void *dma_alloc(struct mbo *mbo, u32 size) in dma_alloc()
671 static void dma_free(struct mbo *mbo, u32 size) in dma_free()
/Linux-v5.10/drivers/staging/most/i2c/
Di2c.c120 int ch_idx, struct mbo *mbo) in enqueue()
168 struct mbo *mbo; in poison_channel() local
192 struct mbo *mbo; in do_rx_work() local
/Linux-v5.10/drivers/staging/most/net/
Dnet.c75 static int skb_to_mamac(const struct sk_buff *skb, struct mbo *mbo) in skb_to_mamac()
131 static int skb_to_mep(const struct sk_buff *skb, struct mbo *mbo) in skb_to_mep()
237 struct mbo *mbo; in most_nd_start_xmit() local
428 static int comp_rx_data(struct mbo *mbo) in comp_rx_data()
/Linux-v5.10/drivers/staging/most/video/
Dvideo.c120 struct mbo *mbo, *tmp; in comp_vdev_close() local
174 struct mbo *const mbo = get_top_mbo(mdev); in comp_vdev_read() local
385 static int comp_rx_data(struct mbo *mbo) in comp_rx_data()
/Linux-v5.10/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.10/drivers/staging/most/sound/
Dsound.c187 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data()
238 struct mbo *mbo = NULL; in playback_thread() local
673 static int audio_rx_completion(struct mbo *mbo) in audio_rx_completion()