Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/most/video/
Dvideo.c36 struct list_head pending_mbos; member
61 return !list_empty(&mdev->pending_mbos); in data_ready()
66 return list_first_entry(&mdev->pending_mbos, struct mbo, list); in get_top_mbo()
134 list_for_each_entry_safe(mbo, tmp, &mdev->pending_mbos, list) { in comp_vdev_close()
405 list_add_tail(&mbo->list, &mdev->pending_mbos); in comp_rx_data()
484 INIT_LIST_HEAD(&mdev->pending_mbos); in comp_probe_channel()