Searched refs:rcid (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/rpmsg/ |
H A D | qcom_glink_trace.h | 64 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx), 65 TP_ARGS(remote, channel, lcid, rcid, tx), 70 __field(u16, rcid) 77 __entry->rcid = rcid; 85 __entry->rcid 92 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx), 93 TP_ARGS(remote, channel, lcid, rcid, tx), 98 __field(u16, rcid) 105 __entry->rcid = rcid; 113 __entry->rcid [all …]
|