Searched refs:tb_port_next_cap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | cap.c | 63 * tb_port_next_cap() - Return next capability in the linked list 72 int tb_port_next_cap(struct tb_port *port, unsigned int offset) in tb_port_next_cap() function 95 offset = tb_port_next_cap(port, offset); in __tb_port_find_cap()
|
H A D | debugfs.c | 373 cap = tb_port_next_cap(port, 0); in port_caps_show() 376 cap = tb_port_next_cap(port, cap); in port_caps_show()
|
H A D | tb.h | 872 int tb_port_next_cap(struct tb_port *port, unsigned int offset);
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | cap.c | 63 * tb_port_next_cap() - Return next capability in the linked list 72 int tb_port_next_cap(struct tb_port *port, unsigned int offset) in tb_port_next_cap() function 95 offset = tb_port_next_cap(port, offset); in __tb_port_find_cap()
|
H A D | debugfs.c | 1234 cap = tb_port_next_cap(port, 0); in port_caps_show() 1237 cap = tb_port_next_cap(port, cap); in port_caps_show()
|
H A D | tb.h | 1073 int tb_port_next_cap(struct tb_port *port, unsigned int offset);
|
Completed in 9 milliseconds