Lines Matching refs:command
12 TP_PROTO(const struct i2c_client *client, uint32_t command, int rc),
13 TP_ARGS(client, command, rc),
17 __array(unsigned char, command, sizeof(uint32_t))
23 memcpy(__entry->command, &command, sizeof(uint32_t));
27 (int)sizeof(uint32_t), __entry->command, __entry->rc)
31 TP_PROTO(const struct i2c_client *client, uint32_t command, uint64_t *data),
32 TP_ARGS(client, command, data),
36 __array(unsigned char, command, sizeof(uint32_t))
42 memcpy(__entry->command, &command, sizeof(uint32_t));
46 (int)sizeof(uint32_t), __entry->command, (int)sizeof(uint64_t), __entry->data)
87 TP_PROTO(const struct i2c_client *client, uint32_t command, uint64_t data),
88 TP_ARGS(client, command, data),
92 __array(unsigned char, command, sizeof(uint32_t))
98 memcpy(__entry->command, &command, sizeof(uint32_t));
102 (int)sizeof(uint32_t), __entry->command, (int)sizeof(uint64_t), __entry->data)