Home
last modified time | relevance | path

Searched refs:usb4_switch_nvm_write (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtb.h1326 int usb4_switch_nvm_write(struct tb_switch *sw, unsigned int address,
H A Dusb4.c578 * is done automatically by usb4_switch_nvm_write().
616 * usb4_switch_nvm_write() - Write to the router NVM
625 int usb4_switch_nvm_write(struct tb_switch *sw, unsigned int address, in usb4_switch_nvm_write() function
642 * After the new NVM has been written via usb4_switch_nvm_write(), this
H A Dswitch.c116 ret = usb4_switch_nvm_write(sw, 0, buf, image_size); in nvm_validate_and_write()