Searched defs:scmi_xfer (Results 1 – 1 of 1) sorted by relevance
108479 struct scmi_xfer { struct108480 int transfer_id;108481 struct scmi_msg_hdr hdr;108482 struct scmi_msg tx;108483 struct scmi_msg rx;108484 struct completion done;108485 struct completion *async_done;108486 bool pending;108487 struct hlist_node node;108488 refcount_t users;[all …]