Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dsur40.c459 int result, bulk_read, need_blobs, packet_blobs, i; in sur40_poll() local
475 &bulk_read, 1000); in sur40_poll()
477 dev_dbg(sur40->dev, "received %d bytes\n", bulk_read); in sur40_poll()
484 result = bulk_read - sizeof(struct sur40_header); in sur40_poll()
538 int result, bulk_read; in sur40_process_video() local
560 &bulk_read, 1000); in sur40_process_video()
567 if (bulk_read != sizeof(struct sur40_image_header)) { in sur40_process_video()
569 bulk_read, sizeof(struct sur40_image_header)); in sur40_process_video()
/Linux-v4.19/drivers/usb/misc/
Didmouse.c127 int bulk_read; in idmouse_create_image() local
164 dev->bulk_in_size, &bulk_read, 5000); in idmouse_create_image()
178 bytes_read += bulk_read; in idmouse_create_image()
/Linux-v4.19/fs/ubifs/
Dfile.c748 ui->bulk_read = 0; in ubifs_do_bulk_read()
824 ui->read_in_a_row = ui->bulk_read = 0; in ubifs_do_bulk_read()
847 if (!c->bulk_read) in ubifs_bulk_read()
860 if (ui->bulk_read) in ubifs_bulk_read()
861 ui->bulk_read = 0; in ubifs_bulk_read()
865 if (!ui->bulk_read) { in ubifs_bulk_read()
870 ui->bulk_read = 1; in ubifs_bulk_read()
Dsuper.c433 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
435 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1016 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1017 c->bulk_read = 1; in ubifs_parse_options()
1020 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1021 c->bulk_read = 0; in ubifs_parse_options()
1131 ubifs_assert(c, c->bulk_read == 1); in bu_init()
1147 c->mount_opts.bulk_read = 1; in bu_init()
1148 c->bulk_read = 0; in bu_init()
1239 if (c->bulk_read == 1) in mount_ubifs()
[all …]
Dubifs.h411 unsigned int bulk_read:1; member
940 unsigned int bulk_read:2; member
1269 unsigned int bulk_read:1; member
Ddebug.c264 pr_err("\tbulk_read %u\n", ui->bulk_read); in ubifs_dump_inode()
/Linux-v4.19/Documentation/filesystems/
Dubifs.txt82 bulk_read read more in one go to take advantage of flash