/linux/drivers/thunderbolt/ |
A D | usb4.c | 203 if (tb_port_read(port, &val, TB_CFG_PORT, in usb4_switch_check_wakes() 225 if (tb_port_read(port, &val, TB_CFG_PORT, in link_is_usb4() 409 ret = tb_port_read(port, &val, TB_CFG_PORT, in usb4_switch_set_wake() 1079 ret = tb_port_read(port, &val, TB_CFG_PORT, in usb4_port_set_configured() 1123 ret = tb_port_read(port, &val, TB_CFG_PORT, in usb4_set_xdomain_configured() 1228 ret = tb_port_read(port, &val, TB_CFG_PORT, in usb4_port_sb_read() 1275 ret = tb_port_read(port, &val, TB_CFG_PORT, in usb4_port_sb_write() 1729 ret = tb_port_read(port, &val, TB_CFG_PORT, in usb4_usb3_port_max_link_rate() 1753 ret = tb_port_read(port, &val, TB_CFG_PORT, in usb4_usb3_port_actual_link_rate() 1775 ret = tb_port_read(port, &val, TB_CFG_PORT, in usb4_usb3_port_cm_request() [all …]
|
A D | cap.c | 58 tb_port_read(port, &dummy, TB_CFG_PORT, 0, 1); in tb_port_dummy_read() 80 ret = tb_port_read(port, &header, TB_CFG_PORT, offset, 1); in tb_port_next_cap() 99 ret = tb_port_read(port, &header, TB_CFG_PORT, offset, 1); in __tb_port_find_cap()
|
A D | debugfs.c | 264 ret = tb_port_read(port, &data, TB_CFG_PORT, cap + offset + i, 1); in cap_show_by_dw() 288 ret = tb_port_read(port, data, TB_CFG_PORT, cap + offset, in cap_show() 316 ret = tb_port_read(port, &header, TB_CFG_PORT, cap, 1); in port_cap_show() 352 ret = tb_port_read(port, (u32 *)&header + 1, TB_CFG_PORT, in port_cap_show() 396 ret = tb_port_read(port, data, TB_CFG_PORT, 0, ARRAY_SIZE(data)); in port_basic_regs_show() 547 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one() 609 ret = tb_port_read(port, data, TB_CFG_COUNTERS, in counter_set_regs_show()
|
A D | path.c | 48 ret = tb_port_read(port, &hop, TB_CFG_HOPS, 2 * hopid, 2); in tb_path_find_dst_port() 132 ret = tb_port_read(p, &hop, TB_CFG_HOPS, 2 * h, 2); in tb_path_discover() 174 ret = tb_port_read(p, &hop, TB_CFG_HOPS, 2 * h, 2); in tb_path_discover() 386 ret = tb_port_read(port, &hop, TB_CFG_HOPS, 2 * hop_index, 2); in __tb_path_deactivate_hop() 403 ret = tb_port_read(port, &hop, TB_CFG_HOPS, 2 * hop_index, 2); in __tb_path_deactivate_hop()
|
A D | switch.c | 678 ret = tb_port_read(port, &phy, TB_CFG_PORT, in __tb_port_enable() 935 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_get_link_speed() 960 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_get_link_width() 977 ret = tb_port_read(port, &phy, TB_CFG_PORT, in tb_port_is_width_supported() 996 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_set_link_width() 1223 if (tb_port_read(port, &data, TB_CFG_PORT, in tb_usb3_port_is_enabled() 1254 if (tb_port_read(port, &data, TB_CFG_PORT, in tb_pci_port_is_enabled() 1286 ret = tb_port_read(port, &data, TB_CFG_PORT, in tb_dp_port_hpd_is_active() 1305 ret = tb_port_read(port, &data, TB_CFG_PORT, in tb_dp_port_hpd_clear() 1330 ret = tb_port_read(port, data, TB_CFG_PORT, in tb_dp_port_set_hops() [all …]
|
A D | tmu.c | 90 ret = tb_port_read(port, &data, TB_CFG_PORT, port->cap_tmu + offset, 1); in tb_port_tmu_write() 123 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_tmu_is_unidirectional()
|
A D | tunnel.c | 347 ret = tb_port_read(out, &val, TB_CFG_PORT, in tb_dp_cm_handshake() 360 ret = tb_port_read(out, &val, TB_CFG_PORT, in tb_dp_cm_handshake() 522 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 527 ret = tb_port_read(out, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 638 ret = tb_port_read(in, &val, TB_CFG_PORT, in tb_dp_consumed_bandwidth() 658 ret = tb_port_read(in, &val, TB_CFG_PORT, in tb_dp_consumed_bandwidth()
|
A D | eeprom.c | 381 res = tb_port_read(port, &type, TB_CFG_PORT, 2, 1); in tb_drom_parse_entry_port()
|
A D | tb.h | 605 static inline int tb_port_read(struct tb_port *port, void *buffer, in tb_port_read() function
|