Home
last modified time | relevance | path

Searched refs:tb_port_read (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/thunderbolt/
A Dusb4.c203 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 Dcap.c58 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 Ddebugfs.c264 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 Dpath.c48 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 Dswitch.c678 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 Dtmu.c90 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 Dtunnel.c347 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 Deeprom.c381 res = tb_port_read(port, &type, TB_CFG_PORT, 2, 1); in tb_drom_parse_entry_port()
A Dtb.h605 static inline int tb_port_read(struct tb_port *port, void *buffer, in tb_port_read() function

Completed in 37 milliseconds