Home
last modified time | relevance | path

Searched refs:tb_drom_read (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thunderbolt/
H A Deeprom.c705 * tb_drom_read() - Copy DROM to sw->drom and parse it in tb_drom_read()
714 int tb_drom_read(struct tb_switch *sw)
704 int tb_drom_read(struct tb_switch *sw) tb_drom_read() function
H A Dswitch.c3271 ret = tb_drom_read(sw); in tb_switch_add()