Searched refs:drom (Results 1 – 4 of 4) sorted by relevance
409 struct tb_drom_header *header = (void *) sw->drom; in tb_drom_parse_entries()440 sw->drom = kzalloc(size, GFP_KERNEL); in tb_switch_drom_alloc()441 if (!sw->drom) in tb_switch_drom_alloc()445 sw->drom_blob.data = sw->drom; in tb_switch_drom_alloc()457 kfree(sw->drom); in tb_switch_drom_free()458 sw->drom = NULL; in tb_switch_drom_free()548 ret = usb4_switch_drom_read(sw, 0, sw->drom, *size); in usb4_copy_drom()576 ret = tb_eeprom_read_n(sw, 0, sw->drom, *size); in tb_drom_bit_bang()586 (const struct tb_drom_header *)sw->drom; in tb_drom_parse_v1()614 (const struct tb_drom_header *)sw->drom; in usb4_drom_parse()[all …]
194 u8 *drom; member
2416 if (sw->drom) in tb_switch_debugfs_init()
2264 kfree(sw->drom); in tb_switch_release()
Completed in 21 milliseconds