Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Doti6858.c112 #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()
510 buf = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL); in oti6858_open()
518 buf, OTI6858_CTRL_PKT_SIZE, in oti6858_open()
520 if (result != OTI6858_CTRL_PKT_SIZE) { in oti6858_open()
532 memcpy(&priv->status, buf, OTI6858_CTRL_PKT_SIZE); in oti6858_open()
[all …]