Searched refs:tb_port_write (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/thunderbolt/ |
D | usb4.c | 445 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_switch_set_wake() 853 return tb_port_write(port, &val, TB_CFG_PORT, ADP_CS_4, 1); in usb4_port_unlock() 874 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_set_configured() 918 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_set_xdomain_configured() 982 return tb_port_write(port, data, TB_CFG_PORT, port->cap_usb4 + PORT_CS_2, in usb4_port_write_data() 1003 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_sb_read() 1050 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_sb_write() 1490 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_usb3_port_cm_request() 1639 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_usb3_port_write_allocated_bandwidth()
|
D | path.c | 396 ret = tb_port_write(port, &hop, TB_CFG_HOPS, 2 * hop_index, 2); in __tb_path_deactivate_hop() 415 return tb_port_write(port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hop() 539 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
|
D | switch.c | 620 return tb_port_write(port, &port->config.nfc_credits, in tb_port_add_nfc_credits() 643 return tb_port_write(port, &data, TB_CFG_PORT, ADP_CS_5, 1); in tb_port_set_initial_credits() 655 return tb_port_write(port, zero, TB_CFG_COUNTERS, 3 * counter, 3); in tb_port_clear_counter() 694 return tb_port_write(port, &phy, TB_CFG_PORT, in __tb_port_enable() 1000 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_link_width() 1094 return tb_port_write(port, &word, TB_CFG_PORT, in tb_usb3_port_enable() 1123 return tb_port_write(port, &word, TB_CFG_PORT, in tb_pci_port_enable() 1163 return tb_port_write(port, &data, TB_CFG_PORT, in tb_dp_port_hpd_clear() 1197 return tb_port_write(port, data, TB_CFG_PORT, in tb_dp_port_set_hops() 1239 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 | 276 ret = tb_port_write(out, &val, TB_CFG_PORT, in tb_dp_cm_handshake() 455 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 503 return tb_port_write(in, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
|
D | tb.h | 550 static inline int tb_port_write(struct tb_port *port, const void *buffer, in tb_port_write() function
|