Searched refs:usb4_port_retimer_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | usb4.c | 1162 * usb4_port_retimer_read() - Read from retimer sideband registers 1175 int usb4_port_retimer_read(struct tb_port *port, u8 index, u8 reg, void *buf, in usb4_port_retimer_read() function 1222 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, &metadata, in usb4_port_retimer_is_last() 1248 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, &metadata, in usb4_port_retimer_nvm_sector_size() 1366 ret = usb4_port_retimer_read(port, index, USB4_SB_OPCODE, &val, in usb4_port_retimer_nvm_authenticate_status() 1377 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, in usb4_port_retimer_nvm_authenticate_status() 1415 return usb4_port_retimer_read(port, index, USB4_SB_DATA, buf, in usb4_port_retimer_nvm_read_block()
|
H A D | retimer.c | 293 ret = usb4_port_retimer_read(port, index, USB4_SB_VENDOR_ID, &vendor, in tb_retimer_add() 301 ret = usb4_port_retimer_read(port, index, USB4_SB_PRODUCT_ID, &device, in tb_retimer_add()
|
H A D | tb.h | 989 int usb4_port_retimer_read(struct tb_port *port, u8 index, u8 reg, void *buf,
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | retimer.c | 370 ret = usb4_port_retimer_read(port, index, USB4_SB_VENDOR_ID, &vendor, in tb_retimer_add() 378 ret = usb4_port_retimer_read(port, index, USB4_SB_PRODUCT_ID, &device, in tb_retimer_add()
|
H A D | usb4.c | 1627 * usb4_port_retimer_read() - Read from retimer sideband registers 1640 int usb4_port_retimer_read(struct tb_port *port, u8 index, u8 reg, void *buf, in usb4_port_retimer_read() function 1687 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, &metadata, in usb4_port_retimer_is_last() 1713 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, &metadata, in usb4_port_retimer_nvm_sector_size() 1842 ret = usb4_port_retimer_read(port, index, USB4_SB_OPCODE, &val, in usb4_port_retimer_nvm_authenticate_status() 1854 ret = usb4_port_retimer_read(port, index, USB4_SB_METADATA, in usb4_port_retimer_nvm_authenticate_status() 1889 return usb4_port_retimer_read(port, index, USB4_SB_DATA, buf, in usb4_port_retimer_nvm_read_block()
|
H A D | tb.h | 1268 int usb4_port_retimer_read(struct tb_port *port, u8 index, u8 reg, void *buf,
|
Completed in 13 milliseconds