Home
last modified time | relevance | path

Searched refs:tb_switch_next_cap (Results 1 – 3 of 3) sorted by relevance

/linux/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.c2172 cap = tb_switch_next_cap(sw, 0); in switch_caps_show()
2175 cap = tb_switch_next_cap(sw, cap); in switch_caps_show()
H A Dtb.h1161 int tb_switch_next_cap(struct tb_switch *sw, unsigned int offset);