Home
last modified time | relevance | path

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

/linux/drivers/bus/mhi/host/
H A Dtrace.h93 struct mhi_ring_element *mhi_tre),
95 TP_ARGS(mhi_cntrl, mhi_chan, mhi_tre),
109 __entry->wp = mhi_tre;
110 __entry->tre_ptr = le64_to_cpu(mhi_tre->ptr);
111 __entry->dword0 = le32_to_cpu(mhi_tre->dword[0]);
112 __entry->dword1 = le32_to_cpu(mhi_tre->dword[1]);
H A Dmain.c1177 struct mhi_ring_element *mhi_tre; in mhi_gen_tre() local
1216 mhi_tre = tre_ring->wp; in mhi_gen_tre()
1217 mhi_tre->ptr = MHI_TRE_DATA_PTR(buf_info->p_addr); in mhi_gen_tre()
1218 mhi_tre->dword[0] = MHI_TRE_DATA_DWORD0(info->len); in mhi_gen_tre()
1219 mhi_tre->dword[1] = MHI_TRE_DATA_DWORD1(bei, eot, eob, chain); in mhi_gen_tre()
1221 trace_mhi_gen_tre(mhi_cntrl, mhi_chan, mhi_tre); in mhi_gen_tre()