Home
last modified time | relevance | path

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

/linux/drivers/usb/class/
H A Dusblp.c164 unsigned char *device_id_string; /* IEEE 1284 DEVICE ID string (ptr) */ member
196 usblp->device_id_string ? in usblp_dump()
197 usblp->device_id_string + 2 : in usblp_dump()
465 kfree(usblp->device_id_string); in usblp_cleanup()
559 usblp->device_id_string, in usblp_ioctl()
1120 if (usblp->device_id_string[0] == 0 && in ieee1284_id_show()
1121 usblp->device_id_string[1] == 0) in ieee1284_id_show()
1124 return sprintf(buf, "%s", usblp->device_id_string+2); in ieee1284_id_show()
1163 usblp->device_id_string = kmalloc(USBLP_DEVICE_ID_SIZE, GFP_KERNEL); in usblp_probe()
1164 if (!usblp->device_id_string) { in usblp_probe()
[all …]