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

/linux-master/drivers/thunderbolt/
H A Deeprom.c135 * tb_eeprom_get_drom_offset - get drom offset within eeprom
157 tb_sw_warn(sw, "drom offset is larger than 0xffff: %#x\n",
299 * Does not use the cached copy in sw->drom. Used during resume to check switch
403 * tb_drom_parse_entries - parse the linked list of drom entries
405 * Drom must have been copied to sw->drom.
409 struct tb_drom_header *header = (void *) sw->drom;
415 struct tb_drom_entry_header *entry = (void *) (sw->drom + pos);
439 * tb_drom_copy_efi - copy drom supplied by EFI to sw->drom if present
450 sw->drom
[all...]
H A Dtb.h138 * @drom: DROM of the switch (%NULL if not found)
192 u8 *drom; member in struct:tb_switch
H A Dswitch.c2264 kfree(sw->drom);
3270 /* read drom */

Completed in 126 milliseconds