Searched refs:tb_sw_read (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/thunderbolt/ | 
| D | lc.c | 20 	return tb_sw_read(sw, uuid, TB_CFG_SWITCH, sw->cap_lc + TB_LC_FUSE, 4);  in tb_lc_read_uuid()27 	return tb_sw_read(sw, desc, TB_CFG_SWITCH, sw->cap_lc + TB_LC_DESC, 1);  in read_lc_desc()
 62 	ret = tb_sw_read(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1);  in tb_lc_configure_lane()
 166 		ret = tb_sw_read(sw, &ctrl, TB_CFG_SWITCH,  in tb_lc_set_sleep()
 
 | 
| D | cap.c | 43 	ret = tb_sw_read(sw, &value, TB_CFG_SWITCH, offset, 1);  in tb_port_enable_tmu()124 		ret = tb_sw_read(sw, &header, TB_CFG_SWITCH, offset, 1);  in tb_switch_find_cap()
 159 		ret = tb_sw_read(sw, &header, TB_CFG_SWITCH, offset, 2);  in tb_switch_find_vse_cap()
 
 | 
| D | eeprom.c | 27 	return tb_sw_read(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + 4, 1);  in tb_eeprom_ctl_read()252 	res = tb_sw_read(sw, &cap, TB_CFG_SWITCH, sw->cap_plug_events,  in tb_eeprom_get_drom_offset()
 451 	ret = tb_sw_read(sw, &drom_offset, TB_CFG_SWITCH,  in tb_drom_copy_nvm()
 
 | 
| D | tb.h | 388 static inline int tb_sw_read(struct tb_switch *sw, void *buffer,  in tb_sw_read()  function
 | 
| D | switch.c | 997 	res = tb_sw_read(sw, &data, TB_CFG_SWITCH, sw->cap_plug_events + 1, 1);  in tb_plug_events_active()
 |