Symbol: tb_sw_write
drivers/thunderbolt/cap.c
44
return tb_sw_write(sw, &value, TB_CFG_SWITCH, offset, 1);
drivers/thunderbolt/clx.c
297
return tb_sw_write(sw, &val, TB_CFG_SWITCH,
drivers/thunderbolt/debugfs.c
257
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH, offset, 1);
drivers/thunderbolt/eeprom.c
20
return tb_sw_write(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + ROUTER_CS_4, 1);
drivers/thunderbolt/lc.c
130
return tb_sw_write(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1);
drivers/thunderbolt/lc.c
187
return tb_sw_write(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1);
drivers/thunderbolt/lc.c
247
return tb_sw_write(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1);
drivers/thunderbolt/lc.c
352
return tb_sw_write(sw, &val, TB_CFG_SWITCH, cap + TB_LC_LINK_REQ, 1);
drivers/thunderbolt/lc.c
416
return tb_sw_write(sw, &ctrl, TB_CFG_SWITCH, offset + TB_LC_SX_CTRL, 1);
drivers/thunderbolt/lc.c
497
ret = tb_sw_write(sw, &ctrl, TB_CFG_SWITCH,
drivers/thunderbolt/lc.c
648
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH,
drivers/thunderbolt/lc.c
694
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH,
drivers/thunderbolt/lc.c
716
return tb_sw_write(sw, &in, TB_CFG_SWITCH, TB_LC_POWER, 1);
drivers/thunderbolt/lc.c
81
ret = tb_sw_write(sw, &mode, TB_CFG_SWITCH, cap + TB_LC_PORT_MODE, 1);
drivers/thunderbolt/lc.c
93
return tb_sw_write(sw, &mode, TB_CFG_SWITCH, cap + TB_LC_PORT_MODE, 1);
drivers/thunderbolt/switch.c
1630
res.err = tb_sw_write(sw, ((u32 *) &sw->config) + 2,
drivers/thunderbolt/switch.c
1759
res = tb_sw_write(sw, ((u32 *) &sw->config) + 4, TB_CFG_SWITCH, 4, 1);
drivers/thunderbolt/switch.c
1786
return tb_sw_write(sw, &data, TB_CFG_SWITCH,
drivers/thunderbolt/switch.c
2638
ret = tb_sw_write(sw, (u32 *)&sw->config + 1, TB_CFG_SWITCH,
drivers/thunderbolt/switch.c
2655
ret = tb_sw_write(sw, (u32 *)&sw->config + 1, TB_CFG_SWITCH,
drivers/thunderbolt/switch.c
3882
ret = tb_sw_write(sw, &value, TB_CFG_SWITCH, offset, 1);
drivers/thunderbolt/switch.c
3895
ret = tb_sw_write(sw, &command, TB_CFG_SWITCH, offset, 1);
drivers/thunderbolt/tmu.c
115
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH,
drivers/thunderbolt/tmu.c
162
return tb_sw_write(sw, &val, TB_CFG_SWITCH,
drivers/thunderbolt/tmu.c
354
return tb_sw_write(sw, &val, TB_CFG_SWITCH, offset, 1);
drivers/thunderbolt/tmu.c
496
ret = tb_sw_write(sw, &local_time, TB_CFG_SWITCH,
drivers/thunderbolt/tmu.c
511
ret = tb_sw_write(sw, &post_time, TB_CFG_SWITCH, post_time_offset, 2);
drivers/thunderbolt/tmu.c
515
ret = tb_sw_write(sw, &post_time_high, TB_CFG_SWITCH,
drivers/thunderbolt/tmu.c
717
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH,
drivers/thunderbolt/tmu.c
80
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH,
drivers/thunderbolt/tmu.c
99
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH,
drivers/thunderbolt/usb4.c
297
return tb_sw_write(sw, &val, TB_CFG_SWITCH, ROUTER_CS_5, 1);
drivers/thunderbolt/usb4.c
325
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH, ROUTER_CS_5, 1);
drivers/thunderbolt/usb4.c
485
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH, ROUTER_CS_5, 1);
drivers/thunderbolt/usb4.c
514
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH, ROUTER_CS_5, 1);
drivers/thunderbolt/usb4.c
63
ret = tb_sw_write(sw, metadata, TB_CFG_SWITCH, ROUTER_CS_25, 1);
drivers/thunderbolt/usb4.c
68
ret = tb_sw_write(sw, tx_data, TB_CFG_SWITCH, ROUTER_CS_9,
drivers/thunderbolt/usb4.c
75
ret = tb_sw_write(sw, &val, TB_CFG_SWITCH, ROUTER_CS_26, 1);