Searched refs:in_dp_cap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.c | 578 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 599 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 610 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 615 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_xchg_caps() 616 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps() 678 u32 in_dp_cap, in_rate, in_lanes; in tb_dp_bandwidth_alloc_mode_enable() local 696 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_bandwidth_alloc_mode_enable() 706 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 707 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 726 in_rate = tb_dp_cap_get_rate_ext(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() [all...] |
/kernel/linux/linux-5.10/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()
|
Completed in 4 milliseconds