Searched refs:padded (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/serial/
H A Dsafe_serial.c34 * packets to be padded to the maximum packet size. This provides a work
86 static bool padded = CONFIG_USB_SERIAL_SAFE_PADDED; variable
109 module_param(padded, bool, 0);
110 MODULE_PARM_DESC(padded, "Pad to full wMaxPacketSize On/Off");
272 if (padded) {
297 padded = 1;
/drivers/net/usb/
H A Dsierra_net.c263 int padded; local
272 padded = hh->msgid.byte & 0x80;
291 if (padded) {

Completed in 79 milliseconds