Searched refs:usb4_port_retimer_read (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dretimer.c371 ret = usb4_port_retimer_read(port, index, USB4_SB_VENDOR_ID, &vendor,
379 ret = usb4_port_retimer_read(port, index, USB4_SB_PRODUCT_ID, &device,
H A Dusb4.c1773 * usb4_port_retimer_read() - Read from retimer sideband registers
1786 int usb4_port_retimer_read(struct tb_port *port, u8 index, u8 reg, void *buf, function
1833 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, &metadata,
1859 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, &metadata,
1988 ret = usb4_port_retimer_read(port, index, USB4_SB_OPCODE, &val,
2000 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA,
2035 return usb4_port_retimer_read(port, index, USB4_SB_DATA, buf,
H A Dtb.h1345 int usb4_port_retimer_read(struct tb_port *port, u8 index, u8 reg, void *buf,

Completed in 161 milliseconds