Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/touchscreen/
Dsur40.c455 int result, bulk_read, need_blobs, packet_blobs, i; in sur40_poll() local
471 &bulk_read, 1000); in sur40_poll()
473 dev_dbg(sur40->dev, "received %d bytes\n", bulk_read); in sur40_poll()
480 result = bulk_read - sizeof(struct sur40_header); in sur40_poll()
534 int result, bulk_read; in sur40_process_video() local
556 &bulk_read, 1000); in sur40_process_video()
563 if (bulk_read != sizeof(struct sur40_image_header)) { in sur40_process_video()
565 bulk_read, sizeof(struct sur40_image_header)); in sur40_process_video()
/Linux-v5.4/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-v5.4/fs/ubifs/
Dfile.c736 ui->bulk_read = 0; in ubifs_do_bulk_read()
812 ui->read_in_a_row = ui->bulk_read = 0; in ubifs_do_bulk_read()
835 if (!c->bulk_read) in ubifs_bulk_read()
848 if (ui->bulk_read) in ubifs_bulk_read()
849 ui->bulk_read = 0; in ubifs_bulk_read()
853 if (!ui->bulk_read) { in ubifs_bulk_read()
858 ui->bulk_read = 1; in ubifs_bulk_read()
Dsuper.c427 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
429 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1035 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1036 c->bulk_read = 1; in ubifs_parse_options()
1039 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1040 c->bulk_read = 0; in ubifs_parse_options()
1162 ubifs_assert(c, c->bulk_read == 1); in bu_init()
1178 c->mount_opts.bulk_read = 1; in bu_init()
1179 c->bulk_read = 0; in bu_init()
1270 if (c->bulk_read == 1) in mount_ubifs()
[all …]
Dubifs.h409 unsigned int bulk_read:1; member
951 unsigned int bulk_read:2; member
1292 unsigned int bulk_read:1; member
Ddebug.c254 pr_err("\tbulk_read %u\n", ui->bulk_read); in ubifs_dump_inode()
/Linux-v5.4/Documentation/filesystems/
Dubifs.txt82 bulk_read read more in one go to take advantage of flash