Home
last modified time | relevance | path

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

/linux-4.1.27/arch/avr32/kernel/
Dcpu.c241 static const char *get_chip_name(struct avr32_cpuinfo *cpu) in get_chip_name() function
301 printk ("CPU: %s chip revision %c\n", get_chip_name(&boot_cpu_data), in setup_processor()
351 get_chip_name(&boot_cpu_data), in c_show()
/linux-4.1.27/drivers/staging/vt6655/
Ddevice_main.c182 static char *get_chip_name(int chip_id) in get_chip_name() function
461 dev_info(&pDevice->pcid->dev, "%s\n", get_chip_name(pDevice->chip_id)); in device_print_info()
/linux-4.1.27/drivers/net/ethernet/via/
Dvia-velocity.c408 static const char *get_chip_name(enum chip_type chip_id) in get_chip_name() function
2764 printk(KERN_INFO "%s: %s\n", dev->name, get_chip_name(vptr->chip_id)); in velocity_print_info()