Searched refs:usb4_port_retimer_read (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | retimer.c | 383 ret = usb4_port_retimer_read(port, index, USB4_SB_VENDOR_ID, &vendor, in tb_retimer_add() 391 ret = usb4_port_retimer_read(port, index, USB4_SB_PRODUCT_ID, &device, in tb_retimer_add()
|
H A D | usb4.c | 1786 int usb4_port_retimer_read(struct tb_port *port, u8 index, u8 reg, void *buf, in usb4_port_retimer_read() function 1833 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, &metadata, in usb4_port_retimer_is_last() 1859 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, &metadata, in usb4_port_retimer_nvm_sector_size() 1988 ret = usb4_port_retimer_read(port, index, USB4_SB_OPCODE, &val, in usb4_port_retimer_nvm_authenticate_status() 2000 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, in usb4_port_retimer_nvm_authenticate_status() 2035 return usb4_port_retimer_read(port, index, USB4_SB_DATA, buf, in usb4_port_retimer_nvm_read_block()
|
H A D | tb.h | 1316 int usb4_port_retimer_read(struct tb_port *port, u8 index, u8 reg, void *buf,
|