Searched refs:new_vendor (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-pmp.c | 600 u16 old_vendor, new_vendor, old_devid, new_devid; in sata_pmp_same_pmp() local 604 new_vendor = sata_pmp_gscr_vendor(new_gscr); in sata_pmp_same_pmp() 610 if (old_vendor != new_vendor) { in sata_pmp_same_pmp() 613 old_vendor, new_vendor); in sata_pmp_same_pmp()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-pmp.c | 600 u16 old_vendor, new_vendor, old_devid, new_devid; in sata_pmp_same_pmp() local 604 new_vendor = sata_pmp_gscr_vendor(new_gscr); in sata_pmp_same_pmp() 610 if (old_vendor != new_vendor) { in sata_pmp_same_pmp() 613 old_vendor, new_vendor); in sata_pmp_same_pmp()
|
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
H A D | names.c | 188 static int new_vendor(const char *name, u_int16_t vendorid) in new_vendor() function 379 if (new_vendor(cp, u)) in parse()
|
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
H A D | names.c | 188 static int new_vendor(const char *name, u_int16_t vendorid) in new_vendor() function 379 if (new_vendor(cp, u)) in parse()
|
Completed in 5 milliseconds