Searched refs:out_bytes (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | cleanfile | 132 $out_bytes = 0; 150 $out_bytes += $blank_bytes; 152 $out_bytes += length($line); 166 if ($in_bytes != $out_bytes) {
|
H A D | cleanpatch | 132 $out_bytes = 0; 155 $out_bytes += length($line); 232 $out_bytes += length($l); 247 if ($in_bytes != $out_bytes) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | cleanfile | 132 $out_bytes = 0; 150 $out_bytes += $blank_bytes; 152 $out_bytes += length($line); 166 if ($in_bytes != $out_bytes) {
|
H A D | cleanpatch | 132 $out_bytes = 0; 155 $out_bytes += length($line); 232 $out_bytes += length($l); 247 if ($in_bytes != $out_bytes) {
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-fsi.c | 214 u8 *out_bytes = (u8 *)out; in fsi_spi_data_out() local 220 out_bytes[8 - (i + 1)] = tx[i]; in fsi_spi_data_out()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-fsi.c | 230 u8 *out_bytes = (u8 *)out; in fsi_spi_data_out() local 236 out_bytes[8 - (i + 1)] = tx[i]; in fsi_spi_data_out()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | aes_s390.c | 839 unsigned int n, len, in_bytes, out_bytes, in gcm_aes_crypt() local 883 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt() 884 bytes = min(in_bytes, out_bytes); in gcm_aes_crypt()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | aes_s390.c | 836 unsigned int n, len, in_bytes, out_bytes, in gcm_aes_crypt() local 880 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt() 881 bytes = min(in_bytes, out_bytes); in gcm_aes_crypt()
|
/kernel/linux/linux-6.6/drivers/char/xillybus/ |
H A D | xillyusb.c | 132 u32 out_bytes; member 1183 chan->out_bytes >> in flush_downstream() 1317 chan->out_bytes = 0; in xillyusb_open() 1689 chan->out_bytes += rc; in xillyusb_write()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 294 unsigned long out_bytes; member
|
H A D | pxa27x_udc.c | 196 ep->stats.out_bytes, ep->stats.out_ops, in eps_dbg_show() 523 ep->stats.out_bytes += count; in inc_ep_stats_bytes()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 294 unsigned long out_bytes; member
|
H A D | pxa27x_udc.c | 196 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 17 milliseconds