Home
last modified time | relevance | path

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

/drivers/usb/class/
Dusblp.c163 unsigned char *device_id_string; /* IEEE 1284 DEVICE ID string (ptr) */ member
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 = kmalloc(USBLP_DEVICE_ID_SIZE, GFP_KERNEL))) { in usblp_probe()
1232 kfree(usblp->device_id_string); in usblp_probe()
[all …]