Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h108456 struct scmi_xfer_ops { struct
108457 int (*version_get)(const struct scmi_protocol_handle *, u32 *);
108458 int (*xfer_get_init)(const struct scmi_protocol_handle *, u8, size_t, size_t, struct scmi_xfer **);
108459 void (*reset_rx_to_maxsz)(const struct scmi_protocol_handle *, struct scmi_xfer *);
108460 int (*do_xfer)(const struct scmi_protocol_handle *, struct scmi_xfer *);
108461 int (*do_xfer_with_response)(const struct scmi_protocol_handle *, struct scmi_xfer *);
108462 void (*xfer_put)(const struct scmi_protocol_handle *, struct scmi_xfer *);