Searched refs:out_bytes (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/
H A Dcleanfile132 $out_bytes = 0;
150 $out_bytes += $blank_bytes;
152 $out_bytes += length($line);
166 if ($in_bytes != $out_bytes) {
H A Dcleanpatch132 $out_bytes = 0;
155 $out_bytes += length($line);
232 $out_bytes += length($l);
247 if ($in_bytes != $out_bytes) {
/linux-master/drivers/spi/
H A Dspi-fsi.c230 u8 *out_bytes = (u8 *)out; local
236 out_bytes[8 - (i + 1)] = tx[i];
/linux-master/arch/s390/crypto/
H A Daes_s390.c836 unsigned int n, len, in_bytes, out_bytes, local
880 out_bytes = gcm_out_walk_go(&gw_out, min_bytes);
881 bytes = min(in_bytes, out_bytes);
/linux-master/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h294 unsigned long out_bytes; member in struct:stats
H A Dpxa27x_udc.c195 ep->stats.out_bytes, ep->stats.out_ops,
520 ep->stats.out_bytes += count;
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c132 u32 out_bytes; member in struct:xillyusb_channel
1183 chan->out_bytes >>
1317 chan->out_bytes = 0;
1689 chan->out_bytes += rc;

Completed in 533 milliseconds