cap_lc             18 drivers/thunderbolt/lc.c 	if (!sw->cap_lc)
cap_lc             20 drivers/thunderbolt/lc.c 	return tb_sw_read(sw, uuid, TB_CFG_SWITCH, sw->cap_lc + TB_LC_FUSE, 4);
cap_lc             25 drivers/thunderbolt/lc.c 	if (!sw->cap_lc)
cap_lc             27 drivers/thunderbolt/lc.c 	return tb_sw_read(sw, desc, TB_CFG_SWITCH, sw->cap_lc + TB_LC_DESC, 1);
cap_lc             45 drivers/thunderbolt/lc.c 	return sw->cap_lc + start + phys * size;
cap_lc            163 drivers/thunderbolt/lc.c 		unsigned int offset = sw->cap_lc + start + i * size;
cap_lc           1580 drivers/thunderbolt/switch.c 		sw->cap_lc = ret;
cap_lc            102 drivers/thunderbolt/tb.h 	int cap_lc;