Searched refs:tb_port_write (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | usb4.c | 424 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_switch_set_wake() 1104 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_set_configured() 1148 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_set_xdomain_configured() 1235 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_sb_read() 1282 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_sb_write() 1942 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_usb3_port_cm_request() 2091 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_usb3_port_write_allocated_bandwidth() 2224 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_dp_port_set_cm_id() 2302 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_dp_port_set_cm_bw_mode_supported() 2356 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_dp_port_set_group_id() [all …]
|
A D | path.c | 410 ret = tb_port_write(port, &hop, TB_CFG_HOPS, 2 * hop_index, 2); in __tb_path_deactivate_hop() 436 return tb_port_write(port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hop() 561 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
|
A D | switch.c | 596 return tb_port_write(port, &port->config.nfc_credits, in tb_port_add_nfc_credits() 651 ret = tb_port_write(port, &phy, TB_CFG_PORT, in __tb_port_enable() 993 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_link_width() 1030 ret = tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_lane_bonding() 1201 return tb_port_write(port, &phy, TB_CFG_PORT, in __tb_port_pm_secondary_set() 1273 return tb_port_write(port, &phy, TB_CFG_PORT, in __tb_port_clx_set() 1404 return tb_port_write(port, &word, TB_CFG_PORT, in tb_usb3_port_enable() 1433 return tb_port_write(port, &word, TB_CFG_PORT, in tb_pci_port_enable() 1473 return tb_port_write(port, &data, TB_CFG_PORT, in tb_dp_port_hpd_clear() 1512 return tb_port_write(port, data, TB_CFG_PORT, in tb_dp_port_set_hops() [all …]
|
A D | debugfs.c | 150 ret = tb_port_write(port, &val, TB_CFG_PORT, offset, 1); in regs_write() 1023 ret = tb_port_write(port, buf, TB_CFG_COUNTERS, 0, in port_clear_all_counters() 1060 ret = tb_port_write(port, &val, TB_CFG_COUNTERS, in counters_write()
|
A D | tunnel.c | 366 ret = tb_port_write(out, &val, TB_CFG_PORT, in tb_dp_cm_handshake() 545 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 603 return tb_port_write(in, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
|
A D | tmu.c | 146 return tb_port_write(port, &data, TB_CFG_PORT, in tb_port_tmu_write()
|
A D | tb.h | 674 static inline int tb_port_write(struct tb_port *port, const void *buffer, in tb_port_write() function
|
Completed in 25 milliseconds