Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dcap.c63 * 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 Ddebugfs.c373 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 Dtb.h872 int tb_port_next_cap(struct tb_port *port, unsigned int offset);
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dcap.c63 * 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 Ddebugfs.c1234 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 Dtb.h1073 int tb_port_next_cap(struct tb_port *port, unsigned int offset);

Completed in 9 milliseconds