tb_sw_read         43 drivers/thunderbolt/cap.c 	ret = tb_sw_read(sw, &value, TB_CFG_SWITCH, offset, 1);
tb_sw_read        124 drivers/thunderbolt/cap.c 		ret = tb_sw_read(sw, &header, TB_CFG_SWITCH, offset, 1);
tb_sw_read        159 drivers/thunderbolt/cap.c 		ret = tb_sw_read(sw, &header, TB_CFG_SWITCH, offset, 2);
tb_sw_read         27 drivers/thunderbolt/eeprom.c 	return tb_sw_read(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + 4, 1);
tb_sw_read        252 drivers/thunderbolt/eeprom.c 	res = tb_sw_read(sw, &cap, TB_CFG_SWITCH, sw->cap_plug_events,
tb_sw_read        451 drivers/thunderbolt/eeprom.c 	ret = tb_sw_read(sw, &drom_offset, TB_CFG_SWITCH,
tb_sw_read         20 drivers/thunderbolt/lc.c 	return tb_sw_read(sw, uuid, TB_CFG_SWITCH, sw->cap_lc + TB_LC_FUSE, 4);
tb_sw_read         27 drivers/thunderbolt/lc.c 	return tb_sw_read(sw, desc, TB_CFG_SWITCH, sw->cap_lc + TB_LC_DESC, 1);
tb_sw_read         62 drivers/thunderbolt/lc.c 	ret = tb_sw_read(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1);
tb_sw_read        166 drivers/thunderbolt/lc.c 		ret = tb_sw_read(sw, &ctrl, TB_CFG_SWITCH,
tb_sw_read       1023 drivers/thunderbolt/switch.c 	res = tb_sw_read(sw, &data, TB_CFG_SWITCH, sw->cap_plug_events + 1, 1);