Searched refs:tb_cfg_write (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | ctl.h | 139 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port,
|
H A D | tb.h | 527 return tb_cfg_write(sw->tb->ctl, in tb_sw_write() 555 return tb_cfg_write(port->sw->tb->ctl, in tb_port_write()
|
H A D | ctl.c | 886 * tb_cfg_write() - write from buffer into config space 994 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, in tb_cfg_write() function 1014 WARN(1, "tb_cfg_write: %d\n", res.err); in tb_cfg_write()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | ctl.h | 139 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port,
|
H A D | tb.h | 651 return tb_cfg_write(sw->tb->ctl, in tb_sw_write() 679 return tb_cfg_write(port->sw->tb->ctl, in tb_port_write()
|
H A D | ctl.c | 1096 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, in tb_cfg_write() function 1116 WARN(1, "tb_cfg_write: %d\n", res.err); in tb_cfg_write()
|
Completed in 8 milliseconds