Lines Matching full:remote
14 TP_PROTO(const char *remote, unsigned int version, unsigned int features, bool tx),
15 TP_ARGS(remote, version, features, tx),
17 __string(remote, remote)
23 __assign_str(remote);
28 TP_printk("%s remote: %s version: %u features: %#x",
30 __get_str(remote),
39 TP_PROTO(const char *remote, unsigned int version, unsigned int features, bool tx),
40 TP_ARGS(remote, version, features, tx),
42 __string(remote, remote)
48 __assign_str(remote);
53 TP_printk("%s remote: %s version: %u features: %#x",
55 __get_str(remote),
64 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
65 TP_ARGS(remote, channel, lcid, rcid, tx),
67 __string(remote, remote)
74 __assign_str(remote);
80 TP_printk("%s remote: %s channel: %s[%u/%u]",
82 __get_str(remote),
92 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
93 TP_ARGS(remote, channel, lcid, rcid, tx),
95 __string(remote, remote)
102 __assign_str(remote);
108 TP_printk("%s remote: %s channel: %s[%u/%u]",
110 __get_str(remote),
120 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
121 TP_ARGS(remote, channel, lcid, rcid, tx),
123 __string(remote, remote)
130 __assign_str(remote);
136 TP_printk("%s remote: %s channel: %s[%u/%u]",
138 __get_str(remote),
148 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, size_t count, size_t size, u…
149 TP_ARGS(remote, channel, lcid, rcid, count, size, liid, tx),
151 __string(remote, remote)
161 __assign_str(remote);
170 TP_printk("%s remote: %s channel: %s[%u/%u] count: %d [size: %d liid: %d]",
172 __get_str(remote),
185 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, u32 iid, bool reuse, bool tx…
186 TP_ARGS(remote, channel, lcid, rcid, iid, reuse, tx),
188 __string(remote, remote)
197 __assign_str(remote);
205 TP_printk("%s remote: %s channel: %s[%u/%u] iid: %d reuse: %d",
207 __get_str(remote),
219 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, size_t size, bool tx),
220 TP_ARGS(remote, channel, lcid, rcid, size, tx),
222 __string(remote, remote)
230 __assign_str(remote);
237 TP_printk("%s remote: %s channel: %s[%u/%u] size: %d",
239 __get_str(remote),
250 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool granted, bool tx),
251 TP_ARGS(remote, channel, lcid, rcid, granted, tx),
253 __string(remote, remote)
261 __assign_str(remote);
268 TP_printk("%s remote: %s channel: %s[%u/%u] granted: %d",
270 __get_str(remote),
281 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, u32 iid, u32 chunk_size, u32…
282 TP_ARGS(remote, channel, lcid, rcid, iid, chunk_size, left_size, cont, tx),
284 __string(remote, remote)
295 __assign_str(remote);
305 TP_printk("%s remote: %s channel: %s[%u/%u] iid: %d chunk_size: %d left_size: %d cont: %d",
307 __get_str(remote),
321 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
322 TP_ARGS(remote, channel, lcid, rcid, tx),
324 __string(remote, remote)
331 __assign_str(remote);
337 TP_printk("%s remote: %s channel: %s[%u/%u]",
339 __get_str(remote),
349 TP_PROTO(const char *remote, bool tx),
350 TP_ARGS(remote, tx),
352 __string(remote, remote)
356 __assign_str(remote);
359 TP_printk("%s remote: %s",
361 __get_str(remote)
368 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, unsigned int signals, bool t…
369 TP_ARGS(remote, channel, lcid, rcid, signals, tx),
371 __string(remote, remote)
379 __assign_str(remote);
386 TP_printk("%s remote: %s channel: %s[%u/%u] signals: %#x",
388 __get_str(remote),