Searched refs:in_dp_cap (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | tunnel.c | 782 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 803 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 814 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 819 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_xchg_caps() 820 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps() 885 u32 in_dp_cap, in_rate, in_lanes; in tb_dp_bandwidth_alloc_mode_enable() local 903 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_bandwidth_alloc_mode_enable() 913 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 914 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 933 in_rate = tb_dp_cap_get_rate_ext(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() [all...] |