Home
last modified time | relevance | path

Searched refs:ti_sci_msg_hdr (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-k3/drivers/
H A Dti_sci_protocol.h55 struct ti_sci_msg_hdr { struct
77 struct ti_sci_msg_hdr hdr; argument
97 struct ti_sci_msg_hdr hdr;
134 struct ti_sci_msg_hdr hdr;
151 struct ti_sci_msg_hdr hdr;
174 struct ti_sci_msg_hdr hdr;
185 struct ti_sci_msg_hdr hdr;
202 struct ti_sci_msg_hdr hdr;
229 struct ti_sci_msg_hdr hdr;
249 struct ti_sci_msg_hdr hdr;
[all …]
H A Dti_sci.c56 struct ti_sci_msg_hdr *hdr = NULL; in ti_sci_setup_xfer()
67 hdr = (struct ti_sci_msg_hdr *)tx_buf; in ti_sci_setup_xfer()
92 struct ti_sci_msg_hdr *txhdr = (struct ti_sci_msg_hdr *)txmsg->buf; in ti_sci_do_xfer()
93 struct ti_sci_msg_hdr *rxhdr = (struct ti_sci_msg_hdr *)rxmsg->buf; in ti_sci_do_xfer()