Searched refs:USBLP_DEVICE_ID_SIZE (Results 1 – 1 of 1) sorted by relevance
57 #define USBLP_DEVICE_ID_SIZE 1024 macro1163 usblp->device_id_string = kmalloc(USBLP_DEVICE_ID_SIZE, GFP_KERNEL); in usblp_probe()1380 err = usblp_get_id(usblp, 0, usblp->device_id_string, USBLP_DEVICE_ID_SIZE - 1); in usblp_cache_device_id_string()1395 else if (length >= USBLP_DEVICE_ID_SIZE) in usblp_cache_device_id_string()1396 length = USBLP_DEVICE_ID_SIZE - 1; in usblp_cache_device_id_string()