Searched refs:usb4_port_sb_read (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | usb4.c | 1354 int usb4_port_sb_read(struct tb_port *port, enum usb4_sb_target target, u8 index, in usb4_port_sb_read() function 1485 ret = usb4_port_sb_read(port, target, index, USB4_SB_OPCODE, in usb4_port_sb_op() 1716 return usb4_port_sb_read(port, target, index, USB4_SB_DATA, caps, in usb4_port_margining_caps() 1764 return usb4_port_sb_read(port, target, index, USB4_SB_DATA, results, in usb4_port_hw_margin() 1813 return usb4_port_sb_read(port, target, index, USB4_SB_DATA, results, in usb4_port_sw_margin() 1839 return usb4_port_sb_read(port, target, index, USB4_SB_METADATA, errors, in usb4_port_sw_margin_errors() 1918 ret = usb4_port_sb_read(port, USB4_SB_TARGET_RETIMER, index, in usb4_port_retimer_is_last() 1944 ret = usb4_port_sb_read(port, USB4_SB_TARGET_RETIMER, index, in usb4_port_retimer_is_cable() 1973 ret = usb4_port_sb_read(port, USB4_SB_TARGET_RETIMER, index, in usb4_port_retimer_nvm_sector_size() 2107 ret = usb4_port_sb_read(port, USB4_SB_TARGET_RETIMER, index, in usb4_port_retimer_nvm_authenticate_status() [all …]
|
| H A D | retimer.c | 396 ret = usb4_port_sb_read(port, USB4_SB_TARGET_RETIMER, index, in tb_retimer_add() 404 ret = usb4_port_sb_read(port, USB4_SB_TARGET_RETIMER, index, in tb_retimer_add()
|
| H A D | tb.h | 1380 int usb4_port_sb_read(struct tb_port *port, enum usb4_sb_target target, u8 index,
|
| H A D | debugfs.c | 2362 ret = usb4_port_sb_read(port, target, index, regs->reg, data, in sb_regs_show()
|