Searched refs:COUNTER_SET_LEN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | debugfs.c | 30 #define COUNTER_SET_LEN 3 macro 195 buf = kcalloc(COUNTER_SET_LEN * port->config.max_counters, sizeof(u32), in port_clear_all_counters() 201 COUNTER_SET_LEN * port->config.max_counters); in port_clear_all_counters() 595 u32 data[COUNTER_SET_LEN]; in counter_set_regs_show() 599 counter * COUNTER_SET_LEN, ARRAY_SIZE(data)); in counter_set_regs_show() 602 counter * COUNTER_SET_LEN); in counter_set_regs_show() 608 counter * COUNTER_SET_LEN + i, i, counter, data[i]); in counter_set_regs_show()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | debugfs.c | 34 #define COUNTER_SET_LEN 3 macro 1034 buf = kcalloc(COUNTER_SET_LEN * port->config.max_counters, sizeof(u32), in port_clear_all_counters() 1040 COUNTER_SET_LEN * port->config.max_counters); in port_clear_all_counters() 1456 u32 data[COUNTER_SET_LEN]; in counter_set_regs_show() 1460 counter * COUNTER_SET_LEN, ARRAY_SIZE(data)); in counter_set_regs_show() 1463 counter * COUNTER_SET_LEN); in counter_set_regs_show() 1469 counter * COUNTER_SET_LEN + i, i, counter, data[i]); in counter_set_regs_show()
|
Completed in 4 milliseconds