Home
last modified time | relevance | path

Searched refs:usb4_port_sb_read (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/thunderbolt/
H A Dusb4.c1354 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 Dretimer.c396 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 Dtb.h1380 int usb4_port_sb_read(struct tb_port *port, enum usb4_sb_target target, u8 index,
H A Ddebugfs.c2362 ret = usb4_port_sb_read(port, target, index, regs->reg, data, in sb_regs_show()