Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/transports/
H A Dvirtio.c57 struct scmi_vio_channel { struct
58 struct virtqueue *vqueue;
59 struct scmi_chan_info *cinfo;
61 spinlock_t free_lock;
62 struct list_head free_list;
64 spinlock_t pending_lock;
65 struct list_head pending_cmds_list;
66 struct work_struct deferred_tx_work;
67 struct workqueue_struct *deferred_tx_wq;
68 bool is_rx;
[all …]