Lines Matching full:capability
25 * tb_port_find_cap() - Find port capability
26 * @port: Port to find the capability for
27 * @cap: Capability to look
29 * Returns offset to start of capability or %-ENOENT if no such
30 * capability was found. Negative errno is returned if there was an
38 * DP out adapters claim to implement TMU capability but in in tb_port_find_cap()
40 * capability offset here. in tb_port_find_cap()
86 * tb_switch_find_vse_cap() - Find switch vendor specific capability
87 * @sw: Switch to find the capability for
88 * @vsec: Vendor specific capability to look
91 * and returns offset when capability matching @vsec is found. If no
92 * such capability is found returns %-ENOENT. In case of error returns