Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/misc/
H A Diowarrior.c92 char chip_serial[9]; /* the serial number string of the chip connected */ member
566 memcpy(info.serial, dev->chip_serial, in iowarrior_ioctl()
567 sizeof(dev->chip_serial)); in iowarrior_ioctl()
845 memset(dev->chip_serial, 0x00, sizeof(dev->chip_serial)); in iowarrior_probe()
846 usb_string(udev, udev->descriptor.iSerialNumber, dev->chip_serial, in iowarrior_probe()
847 sizeof(dev->chip_serial)); in iowarrior_probe()
848 if (strlen(dev->chip_serial) != 8) in iowarrior_probe()
849 memset(dev->chip_serial, 0x00, sizeof(dev->chip_serial)); in iowarrior_probe()
[all...]
/kernel/linux/linux-6.6/drivers/usb/misc/
H A Diowarrior.c92 char chip_serial[9]; /* the serial number string of the chip connected */ member
563 memcpy(info.serial, dev->chip_serial, in iowarrior_ioctl()
564 sizeof(dev->chip_serial)); in iowarrior_ioctl()
842 memset(dev->chip_serial, 0x00, sizeof(dev->chip_serial)); in iowarrior_probe()
843 usb_string(udev, udev->descriptor.iSerialNumber, dev->chip_serial, in iowarrior_probe()
844 sizeof(dev->chip_serial)); in iowarrior_probe()
845 if (strlen(dev->chip_serial) != 8) in iowarrior_probe()
846 memset(dev->chip_serial, 0x00, sizeof(dev->chip_serial)); in iowarrior_probe()
[all...]

Completed in 3 milliseconds