Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h108479 struct scmi_xfer { struct
108480 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 …]