Searched refs:cap_lc (Results 1 – 3 of 3) sorted by relevance
/drivers/thunderbolt/ |
D | lc.c | 18 if (!sw->cap_lc) in tb_lc_read_uuid() 20 return tb_sw_read(sw, uuid, TB_CFG_SWITCH, sw->cap_lc + TB_LC_FUSE, 4); in tb_lc_read_uuid() 25 if (!sw->cap_lc) in read_lc_desc() 27 return tb_sw_read(sw, desc, TB_CFG_SWITCH, sw->cap_lc + TB_LC_DESC, 1); in read_lc_desc() 45 return sw->cap_lc + start + phys * size; in find_port_lc_cap() 218 unsigned int offset = sw->cap_lc + start + i * size; in tb_lc_set_wake() 254 unsigned int offset = sw->cap_lc + start + i * size; in tb_lc_set_sleep() 320 sw->cap_lc + TB_LC_SNK_ALLOCATION, 1); in tb_lc_dp_sink_available() 395 sw->cap_lc + TB_LC_SNK_ALLOCATION, 1); in tb_lc_dp_sink_alloc() 409 sw->cap_lc + TB_LC_SNK_ALLOCATION, 1); in tb_lc_dp_sink_alloc() [all …]
|
D | tb.h | 160 int cap_lc; member
|
D | switch.c | 1956 sw->cap_lc = ret; in tb_switch_alloc()
|