Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dsur40.c458 int result, bulk_read, need_blobs, packet_blobs, i; in sur40_poll() local
472 &bulk_read, 1000); in sur40_poll()
474 dev_dbg(sur40->dev, "received %d bytes\n", bulk_read); in sur40_poll()
481 result = bulk_read - sizeof(struct sur40_header); in sur40_poll()
535 int result, bulk_read; in sur40_process_video() local
557 &bulk_read, 1000); in sur40_process_video()
564 if (bulk_read != sizeof(struct sur40_image_header)) { in sur40_process_video()
566 bulk_read, sizeof(struct sur40_image_header)); in sur40_process_video()
/openbmc/linux/drivers/usb/misc/
H A Didmouse.c126 int bulk_read; in idmouse_create_image() local
163 dev->bulk_in_size, &bulk_read, 5000); in idmouse_create_image()
177 bytes_read += bulk_read; in idmouse_create_image()
/openbmc/linux/fs/ubifs/
H A Dfile.c730 ui->bulk_read = 0; in ubifs_do_bulk_read()
808 ui->read_in_a_row = ui->bulk_read = 0; in ubifs_do_bulk_read()
831 if (!c->bulk_read) in ubifs_bulk_read()
844 if (ui->bulk_read) in ubifs_bulk_read()
845 ui->bulk_read = 0; in ubifs_bulk_read()
849 if (!ui->bulk_read) { in ubifs_bulk_read()
854 ui->bulk_read = 1; in ubifs_bulk_read()
H A Dsuper.c446 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
448 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1065 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1066 c->bulk_read = 1; in ubifs_parse_options()
1069 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1070 c->bulk_read = 0; in ubifs_parse_options()
1210 ubifs_assert(c, c->bulk_read == 1); in bu_init()
1226 c->mount_opts.bulk_read = 1; in bu_init()
1227 c->bulk_read = 0; in bu_init()
1322 if (c->bulk_read == 1) in mount_ubifs()
[all …]
H A Dubifs.h419 unsigned int bulk_read:1; member
962 unsigned int bulk_read:2; member
1322 unsigned int bulk_read:1; member
H A Ddebug.c254 pr_err("\tbulk_read %u\n", ui->bulk_read); in ubifs_dump_inode()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c613 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
615 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1189 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1190 c->bulk_read = 1; in ubifs_parse_options()
1193 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1194 c->bulk_read = 0; in ubifs_parse_options()
1283 ubifs_assert(c->bulk_read == 1); in bu_init()
1299 c->mount_opts.bulk_read = 1; in bu_init()
1300 c->bulk_read = 0; in bu_init()
1403 if (c->bulk_read == 1) in mount_ubifs()
[all …]
H A Dubifs.h1006 unsigned int bulk_read:1; member
1544 unsigned int bulk_read:2; member
1873 unsigned int bulk_read:1; member
/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c168 bool bulk_read; member
794 .bulk_read = true
803 .bulk_read = true
813 .bulk_read = true
822 .bulk_read = false
832 .bulk_read = true
911 return SLAVE_SPECIFIC_FUNC(sl)->bulk_read; in bulk_read_support()
/openbmc/linux/Documentation/filesystems/
H A Dubifs.rst89 bulk_read read more in one go to take advantage of flash
/openbmc/linux/drivers/base/regmap/
H A Dregmap-kunit.c186 static void bulk_read(struct kunit *test) in bulk_read() function
1226 KUNIT_CASE_PARAM(bulk_read, regcache_types_gen_params),