Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dsuper.c442 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
444 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1021 unsigned int bulk_read:1; member
1058 ctx->mount_opts.bulk_read = 2; in ubifs_parse_param()
1059 ctx->bulk_read = 1; in ubifs_parse_param()
1062 ctx->mount_opts.bulk_read = 1; in ubifs_parse_param()
1063 ctx->bulk_read = 0; in ubifs_parse_param()
1151 ubifs_assert(c, c->bulk_read == 1); in bu_init()
1167 c->mount_opts.bulk_read = 1; in bu_init()
1168 c->bulk_read = 0; in bu_init()
[all …]
H A Dfile.c715 ui->bulk_read = 0; in ubifs_do_bulk_read()
793 ui->read_in_a_row = ui->bulk_read = 0; in ubifs_do_bulk_read()
818 if (!c->bulk_read) in ubifs_bulk_read()
831 if (ui->bulk_read) in ubifs_bulk_read()
832 ui->bulk_read = 0; in ubifs_bulk_read()
836 if (!ui->bulk_read) { in ubifs_bulk_read()
841 ui->bulk_read = 1; in ubifs_bulk_read()
H A Ddebug.c254 pr_err("\tbulk_read %u\n", ui->bulk_read); in ubifs_dump_inode()
/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()
/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()
/linux/include/linux/firmware/samsung/
H A Dexynos-acpm-protocol.h29 int (*bulk_read)(const struct acpm_handle *handle, member
/linux/drivers/w1/slaves/
H A Dw1_therm.c168 bool bulk_read; member
784 .bulk_read = true
793 .bulk_read = true
803 .bulk_read = true
812 .bulk_read = false
822 .bulk_read = true
901 return SLAVE_SPECIFIC_FUNC(sl)->bulk_read; in bulk_read_support()
/linux/Documentation/translations/zh_CN/filesystems/
H A Dubifs.rst75 bulk_read 批量读取以利用闪存介质的顺序读取加速特性
/linux/Documentation/filesystems/
H A Dubifs.rst89 bulk_read read more in one go to take advantage of flash
/linux/drivers/firmware/samsung/
H A Dexynos-acpm.c603 pmic_ops->bulk_read = acpm_pmic_bulk_read; in acpm_setup_ops()
/linux/drivers/base/regmap/
H A Dregmap-kunit.c350 static void bulk_read(struct kunit *test) in bulk_read() function
2144 KUNIT_CASE_PARAM(bulk_read, regcache_types_gen_params),