Searched refs:in_dp_cap (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | tunnel.c | 423 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 444 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 455 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 460 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_xchg_caps() 461 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps()
|