Searched refs:chip_serial (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/usb/misc/ |
| D | iowarrior.c | 87 char chip_serial[9]; /* the serial number string of the chip connected */ member 552 memcpy(info.serial, dev->chip_serial, in iowarrior_ioctl() 553 sizeof(dev->chip_serial)); in iowarrior_ioctl() 816 memset(dev->chip_serial, 0x00, sizeof(dev->chip_serial)); in iowarrior_probe() 817 usb_string(udev, udev->descriptor.iSerialNumber, dev->chip_serial, in iowarrior_probe() 818 sizeof(dev->chip_serial)); in iowarrior_probe() 819 if (strlen(dev->chip_serial) != 8) in iowarrior_probe() 820 memset(dev->chip_serial, 0x00, sizeof(dev->chip_serial)); in iowarrior_probe() 847 "now attached to iowarrior%d\n", dev->product_id, dev->chip_serial, in iowarrior_probe()
|