Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dmxuport.c586 u8 *len_buf; in mxuport_tx_empty() local
589 len_buf = kzalloc(4, GFP_KERNEL); in mxuport_tx_empty()
590 if (!len_buf) in mxuport_tx_empty()
594 port->port_number, len_buf, 4); in mxuport_tx_empty()
598 txlen = get_unaligned_be32(len_buf); in mxuport_tx_empty()
605 kfree(len_buf); in mxuport_tx_empty()
/linux-4.4.14/drivers/hid/
Dhid-logitech-hidpp.c493 u8 feature_index, u8 char_index, char *device_name, int len_buf) in hidpp_devicenametype_get_device_name() argument
516 if (len_buf < count) in hidpp_devicenametype_get_device_name()
517 count = len_buf; in hidpp_devicenametype_get_device_name()