Searched refs:OTI6858_CTRL_PKT_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | oti6858.c | 112 #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() 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...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | oti6858.c | 112 #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...] |
Completed in 2 milliseconds