Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dcap.c13 struct tb_cap_any { struct
21 static bool tb_cap_is_basic(struct tb_cap_any *cap) in tb_cap_is_basic() argument
27 static bool tb_cap_is_long(struct tb_cap_any *cap) in tb_cap_is_long()
34 static enum tb_cap tb_cap(struct tb_cap_any *cap) in tb_cap()
43 static u32 tb_cap_next(struct tb_cap_any *cap, u32 offset) in tb_cap_next()
83 struct tb_cap_any header; in tb_find_cap()