Searched refs:OTI6858_CTRL_PKT_SIZE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/serial/ |
D | oti6858.c | 115 #define OTI6858_CTRL_PKT_SIZE sizeof(struct oti6858_control_pkt) macro 201 new_setup = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL); in setup_line() 214 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line() 217 if (result != OTI6858_CTRL_PKT_SIZE) { in setup_line() 238 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line() 247 if (result != OTI6858_CTRL_PKT_SIZE) in setup_line() 515 buf = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL); in oti6858_open() 523 buf, OTI6858_CTRL_PKT_SIZE, in oti6858_open() 525 if (result != OTI6858_CTRL_PKT_SIZE) { in oti6858_open() 537 memcpy(&priv->status, buf, OTI6858_CTRL_PKT_SIZE); in oti6858_open() [all …]
|