Home
last modified time | relevance | path

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

/linux/scripts/
A Dcleanfile132 $out_bytes = 0;
150 $out_bytes += $blank_bytes;
152 $out_bytes += length($line);
166 if ($in_bytes != $out_bytes) {
A Dcleanpatch132 $out_bytes = 0;
155 $out_bytes += length($line);
232 $out_bytes += length($l);
247 if ($in_bytes != $out_bytes) {
/linux/drivers/spi/
A Dspi-fsi.c230 u8 *out_bytes = (u8 *)out; in fsi_spi_data_out() local
236 out_bytes[8 - (i + 1)] = tx[i]; in fsi_spi_data_out()
/linux/arch/s390/crypto/
A Daes_s390.c838 unsigned int n, len, in_bytes, out_bytes, in gcm_aes_crypt() local
882 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
883 bytes = min(in_bytes, out_bytes); in gcm_aes_crypt()
/linux/drivers/char/xillybus/
A Dxillyusb.c132 u32 out_bytes; member
1174 chan->out_bytes >> in flush_downstream()
1303 chan->out_bytes = 0; in xillyusb_open()
1674 chan->out_bytes += rc; in xillyusb_write()
/linux/drivers/usb/gadget/udc/
A Dpxa27x_udc.h294 unsigned long out_bytes; member
A Dpxa27x_udc.c196 ep->stats.out_bytes, ep->stats.out_ops, in eps_dbg_show()
521 ep->stats.out_bytes += count; in inc_ep_stats_bytes()

Completed in 27 milliseconds