Home
last modified time | relevance | path

Searched refs:k3_sec_proxy_send (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/plat/ti/k3/common/drivers/sec_proxy/
Dsec_proxy.h71 int k3_sec_proxy_send(enum k3_sec_proxy_chan_id id, const struct k3_sec_proxy_msg *msg);
Dsec_proxy.c217 int k3_sec_proxy_send(enum k3_sec_proxy_chan_id id, const struct k3_sec_proxy_msg *msg) in k3_sec_proxy_send() function
/trusted-firmware-a-latest/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.c162 ret = k3_sec_proxy_send(SP_HIGH_PRIORITY, tx_msg); in ti_sci_do_xfer()