Searched refs:chip_info_table (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/via/
H A Dvia-velocity.c374 static struct velocity_info_tbl chip_info_table[] = { variable in typeref:struct:velocity_info_tbl
396 { .compatible = "via,velocity-vt6110", .data = &chip_info_table[0] },
411 for (i = 0; chip_info_table[i].name != NULL; i++)
412 if (chip_info_table[i].chip_id == chip_id)
414 return chip_info_table[i].name;
2941 &chip_info_table[ent->driver_data];
/drivers/staging/vt6655/
H A Ddevice_main.c248 static CHIP_INFO chip_info_table[] = { variable
255 { PCI_VDEVICE(VIA, 0x3253), (kernel_ulong_t)chip_info_table},
319 for (i = 0; chip_info_table[i].name != NULL; i++)
320 if (chip_info_table[i].chip_id == chip_id)
322 return chip_info_table[i].name;

Completed in 537 milliseconds