Searched refs:tb_port_write (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | path.c | 363 ret = tb_port_write(port, &hop, TB_CFG_HOPS, 2 * hop_index, 2); in __tb_path_deactivate_hop() 382 return tb_port_write(port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hop() 506 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
|
D | switch.c | 565 return tb_port_write(port, &port->config.nfc_credits, in tb_port_add_nfc_credits() 588 return tb_port_write(port, &data, TB_CFG_PORT, 5, 1); in tb_port_set_initial_credits() 600 return tb_port_write(port, zero, TB_CFG_COUNTERS, 3 * counter, 3); in tb_port_clear_counter() 822 return tb_port_write(port, &word, TB_CFG_PORT, port->cap_adap, 1); in tb_pci_port_enable() 859 return tb_port_write(port, &data, TB_CFG_PORT, port->cap_adap + 3, 1); in tb_dp_port_hpd_clear() 889 return tb_port_write(port, data, TB_CFG_PORT, port->cap_adap, in tb_dp_port_set_hops() 931 return tb_port_write(port, data, TB_CFG_PORT, port->cap_adap, in tb_dp_port_enable()
|
D | tunnel.c | 254 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 259 return tb_port_write(in, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
|
D | tb.h | 430 static inline int tb_port_write(struct tb_port *port, const void *buffer, in tb_port_write() function
|