cap_adap          663 drivers/thunderbolt/switch.c 			port->cap_adap = cap;
cap_adap          832 drivers/thunderbolt/switch.c 	if (tb_port_read(port, &data, TB_CFG_PORT, port->cap_adap, 1))
cap_adap          846 drivers/thunderbolt/switch.c 	if (!port->cap_adap)
cap_adap          848 drivers/thunderbolt/switch.c 	return tb_port_write(port, &word, TB_CFG_PORT, port->cap_adap, 1);
cap_adap          862 drivers/thunderbolt/switch.c 	ret = tb_port_read(port, &data, TB_CFG_PORT, port->cap_adap + 2, 1);
cap_adap          880 drivers/thunderbolt/switch.c 	ret = tb_port_read(port, &data, TB_CFG_PORT, port->cap_adap + 3, 1);
cap_adap          885 drivers/thunderbolt/switch.c 	return tb_port_write(port, &data, TB_CFG_PORT, port->cap_adap + 3, 1);
cap_adap          903 drivers/thunderbolt/switch.c 	ret = tb_port_read(port, data, TB_CFG_PORT, port->cap_adap,
cap_adap          915 drivers/thunderbolt/switch.c 	return tb_port_write(port, data, TB_CFG_PORT, port->cap_adap,
cap_adap          927 drivers/thunderbolt/switch.c 	if (tb_port_read(port, data, TB_CFG_PORT, port->cap_adap,
cap_adap          947 drivers/thunderbolt/switch.c 	ret = tb_port_read(port, data, TB_CFG_PORT, port->cap_adap,
cap_adap          957 drivers/thunderbolt/switch.c 	return tb_port_write(port, data, TB_CFG_PORT, port->cap_adap,
cap_adap          314 drivers/thunderbolt/tb.c 		if (!sw->ports[i].cap_adap)
cap_adap          142 drivers/thunderbolt/tb.h 	int cap_adap;
cap_adap          244 drivers/thunderbolt/tunnel.c 			   in->cap_adap + TB_DP_LOCAL_CAP, 1);
cap_adap          249 drivers/thunderbolt/tunnel.c 			   out->cap_adap + TB_DP_LOCAL_CAP, 1);
cap_adap          255 drivers/thunderbolt/tunnel.c 			    out->cap_adap + TB_DP_REMOTE_CAP, 1);
cap_adap          260 drivers/thunderbolt/tunnel.c 			     in->cap_adap + TB_DP_REMOTE_CAP, 1);
cap_adap          435 drivers/thunderbolt/tunnel.c 	if (WARN_ON(!in->cap_adap || !out->cap_adap))