Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dau1000_usbraw.c485 int ret = 0, i, str_desc_len; in usbfn_raw_init() local
507 str_desc_len = string_desc0.bLength; in usbfn_raw_init()
509 str_desc_len += 2 + 2 * strlen(strings[i]); in usbfn_raw_init()
510 usbraw.str_desc_buf = (void *) kmalloc(str_desc_len, GFP_KERNEL); in usbfn_raw_init()
Dau1000_usbtty.c665 int ret = 0, i, str_desc_len; in usbfn_tty_init() local
690 str_desc_len = string_desc0.bLength; in usbfn_tty_init()
692 str_desc_len += 2 + 2 * strlen(strings[i]); in usbfn_tty_init()
693 usbtty.str_desc_buf = (void *) kmalloc(str_desc_len, GFP_KERNEL); in usbfn_tty_init()