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

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.h120 #define USBLP_DEVICE_ID_SIZE 1024 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dprinter.c113 #define USBLP_DEVICE_ID_SIZE 1024 macro
1297 if (!(usblp->device_id_string = kmalloc(USBLP_DEVICE_ID_SIZE, GFP_KERNEL))) {
1541 err = usblp_get_id(usblp, 0, usblp->device_id_string, USBLP_DEVICE_ID_SIZE - 1);
1555 else if (length >= USBLP_DEVICE_ID_SIZE)
1556 length = USBLP_DEVICE_ID_SIZE - 1;

Completed in 86 milliseconds