Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h108619 struct scmi_transport_ops { struct
108620 int (*link_supplier)(struct device *);
108621 bool (*chan_available)(struct device_node *, int);
108622 int (*chan_setup)(struct scmi_chan_info *, struct device *, bool);
108623 int (*chan_free)(int, void *, void *);
108624 unsigned int (*get_max_msg)(struct scmi_chan_info *);
108625 int (*send_message)(struct scmi_chan_info *, struct scmi_xfer *);
108626 void (*mark_txdone)(struct scmi_chan_info *, int, struct scmi_xfer *);
108627 void (*fetch_response)(struct scmi_chan_info *, struct scmi_xfer *);
108628 void (*fetch_notification)(struct scmi_chan_info *, size_t, struct scmi_xfer *);
[all …]