Home
last modified time | relevance | path

Searched refs:byteswritten (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_ioctl.h83 u32 *byteswritten, u32 *bytesneeded);
/Linux-v5.15/drivers/scsi/
DBusLogic.c2957 blogic_addcount(&tgt_stats[tgt_id].byteswritten, buflen); in blogic_qcmd_lck()
3361 if (tgt_stats[tgt].byteswritten.billions > 0) in blogic_show_info()
3362 …seq_printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.un… in blogic_show_info()
3364 seq_printf(m, " %9u\n", tgt_stats[tgt].byteswritten.units); in blogic_show_info()
DBusLogic.h914 struct blogic_byte_count byteswritten; member
/Linux-v5.15/drivers/usb/misc/sisusbvga/
Dsisusb.c218 int retval, byteswritten = 0; in sisusb_bulkout_msg() local
252 byteswritten = urb->actual_length; in sisusb_bulkout_msg()
257 *actual_length = byteswritten; in sisusb_bulkout_msg()