Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Doti6858.c112 #define OTI6858_CTRL_PKT_SIZE sizeof(struct oti6858_control_pkt) macro
202 new_setup = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL); in setup_line()
215 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line()
218 if (result != OTI6858_CTRL_PKT_SIZE) { in setup_line()
239 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line()
248 if (result != OTI6858_CTRL_PKT_SIZE) in setup_line()
512 buf = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL); in oti6858_open()
520 buf, OTI6858_CTRL_PKT_SIZE, in oti6858_open()
522 if (result != OTI6858_CTRL_PKT_SIZE) { in oti6858_open()
534 memcpy(&priv->status, buf, OTI6858_CTRL_PKT_SIZE); in oti6858_open()
[all …]