Searched defs: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
85 static bool padded = CONFIG_USB_SERIAL_SAFE_PADDED; variable
97 module_param(padded, bool, 0);
98 MODULE_PARM_DESC(padded, "Pad to full wMaxPacketSize On/Off");
244 if (padded) {
281 padded = 1;
/drivers/net/usb/
H A Dsierra_net.c254 int padded; local
263 padded = hh->msgid.byte & 0x80;
282 if (padded) {

Completed in 210 milliseconds