Searched refs:device_id_string (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | usblp.c | 163 unsigned char *device_id_string; /* IEEE 1284 DEVICE ID string (ptr) */ member 194 dev_dbg(dev, "device_id_string=\"%s\"\n", in usblp_dump() 195 usblp->device_id_string ? in usblp_dump() 196 usblp->device_id_string + 2 : in usblp_dump() 463 kfree(usblp->device_id_string); in usblp_cleanup() 557 usblp->device_id_string, in usblp_ioctl() 1110 if (usblp->device_id_string[0] == 0 && in ieee1284_id_show() 1111 usblp->device_id_string[1] == 0) in ieee1284_id_show() 1114 return sprintf(buf, "%s", usblp->device_id_string+2); in ieee1284_id_show() 1153 if (!(usblp->device_id_string in usblp_probe() [all...] |
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | usblp.c | 163 unsigned char *device_id_string; /* IEEE 1284 DEVICE ID string (ptr) */ member 194 dev_dbg(dev, "device_id_string=\"%s\"\n", in usblp_dump() 195 usblp->device_id_string ? in usblp_dump() 196 usblp->device_id_string + 2 : in usblp_dump() 463 kfree(usblp->device_id_string); in usblp_cleanup() 557 usblp->device_id_string, in usblp_ioctl() 1110 if (usblp->device_id_string[0] == 0 && in ieee1284_id_show() 1111 usblp->device_id_string[1] == 0) in ieee1284_id_show() 1114 return sprintf(buf, "%s", usblp->device_id_string+2); in ieee1284_id_show() 1153 if (!(usblp->device_id_string in usblp_probe() [all...] |
Completed in 4 milliseconds