Searched refs:tb_cfg_read (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | ctl.h | 138 int tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port,
|
D | tb.h | 393 return tb_cfg_read(sw->tb->ctl, in tb_sw_read() 421 return tb_cfg_read(port->sw->tb->ctl, in tb_port_read()
|
D | ctl.c | 950 int tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, in tb_cfg_read() function
|
D | switch.c | 1517 ret = tb_cfg_read(tb->ctl, &sw->config, route, 0, TB_CFG_SWITCH, 0, 5); in tb_switch_alloc()
|