Home
last modified time | relevance | path

Searched refs:tb_switch_next_cap (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dcap.c136 * tb_switch_next_cap() - Return next capability in the linked list
145 int tb_switch_next_cap(struct tb_switch *sw, unsigned int offset) in tb_switch_next_cap() function
196 offset = tb_switch_next_cap(sw, offset); in tb_switch_find_cap()
229 offset = tb_switch_next_cap(sw, offset); in tb_switch_find_vse_cap()
H A Ddebugfs.c471 cap = tb_switch_next_cap(sw, 0); in switch_caps_show()
474 cap = tb_switch_next_cap(sw, cap); in switch_caps_show()
H A Dtb.h870 int tb_switch_next_cap(struct tb_switch *sw, unsigned int offset);
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dcap.c136 * tb_switch_next_cap() - Return next capability in the linked list
145 int tb_switch_next_cap(struct tb_switch *sw, unsigned int offset) in tb_switch_next_cap() function
196 offset = tb_switch_next_cap(sw, offset); in tb_switch_find_cap()
229 offset = tb_switch_next_cap(sw, offset); in tb_switch_find_vse_cap()
H A Ddebugfs.c1332 cap = tb_switch_next_cap(sw, 0); in switch_caps_show()
1335 cap = tb_switch_next_cap(sw, cap); in switch_caps_show()
H A Dtb.h1071 int tb_switch_next_cap(struct tb_switch *sw, unsigned int offset);

Completed in 9 milliseconds