Searched refs:tb_port_write (Results 1 – 7 of 7) sorted by relevance
/drivers/thunderbolt/ |
D | usb4.c | 429 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_switch_set_wake() 1068 return tb_port_write(port, &val, TB_CFG_PORT, ADP_CS_4, 1); in usb4_port_unlock() 1088 return tb_port_write(port, &val, TB_CFG_PORT, ADP_CS_5, 1); in usb4_port_hotplug_enable() 1109 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_set_configured() 1153 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_set_xdomain_configured() 1217 return tb_port_write(port, data, TB_CFG_PORT, port->cap_usb4 + PORT_CS_2, in usb4_port_write_data() 1238 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_sb_read() 1285 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_sb_write() 1819 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_usb3_port_cm_request() 1961 ret = tb_port_write(port, &scale, TB_CFG_PORT, in usb4_usb3_port_write_allocated_bandwidth() [all …]
|
D | path.c | 404 ret = tb_port_write(port, &hop, TB_CFG_HOPS, 2 * hop_index, 2); in __tb_path_deactivate_hop() 430 return tb_port_write(port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hop() 555 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
|
D | switch.c | 634 return tb_port_write(port, &port->config.nfc_credits, in tb_port_add_nfc_credits() 649 return tb_port_write(port, zero, TB_CFG_COUNTERS, 3 * counter, 3); in tb_port_clear_counter() 688 return tb_port_write(port, &phy, TB_CFG_PORT, in __tb_port_enable() 1017 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_link_width() 1242 return tb_port_write(port, &word, TB_CFG_PORT, in tb_usb3_port_enable() 1271 return tb_port_write(port, &word, TB_CFG_PORT, in tb_pci_port_enable() 1311 return tb_port_write(port, &data, TB_CFG_PORT, in tb_dp_port_hpd_clear() 1345 return tb_port_write(port, data, TB_CFG_PORT, in tb_dp_port_set_hops() 1387 return tb_port_write(port, data, TB_CFG_PORT, in tb_dp_port_enable()
|
D | debugfs.c | 149 ret = tb_port_write(port, &val, TB_CFG_PORT, offset, 1); in regs_write() 200 ret = tb_port_write(port, buf, TB_CFG_COUNTERS, 0, in port_clear_all_counters() 237 ret = tb_port_write(port, &val, TB_CFG_COUNTERS, in counters_write()
|
D | tmu.c | 97 return tb_port_write(port, &data, TB_CFG_PORT, in tb_port_tmu_write()
|
D | tunnel.c | 356 ret = tb_port_write(out, &val, TB_CFG_PORT, in tb_dp_cm_handshake() 535 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 583 return tb_port_write(in, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
|
D | tb.h | 621 static inline int tb_port_write(struct tb_port *port, const void *buffer, in tb_port_write() function
|