Symbol: bulk_read
drivers/base/regmap/regmap-kunit.c
2144
KUNIT_CASE_PARAM(bulk_read, regcache_types_gen_params),
drivers/firmware/samsung/exynos-acpm.c
603
pmic_ops->bulk_read = acpm_pmic_bulk_read;
drivers/input/touchscreen/sur40.c
458
int result, bulk_read, need_blobs, packet_blobs, i;
drivers/input/touchscreen/sur40.c
472
&bulk_read, 1000);
drivers/input/touchscreen/sur40.c
474
dev_dbg(sur40->dev, "received %d bytes\n", bulk_read);
drivers/input/touchscreen/sur40.c
481
result = bulk_read - sizeof(struct sur40_header);
drivers/input/touchscreen/sur40.c
535
int result, bulk_read;
drivers/input/touchscreen/sur40.c
557
&bulk_read, 1000);
drivers/input/touchscreen/sur40.c
564
if (bulk_read != sizeof(struct sur40_image_header)) {
drivers/input/touchscreen/sur40.c
566
bulk_read, sizeof(struct sur40_image_header));
drivers/mfd/sec-acpm.c
424
return pmic_ops->bulk_read(acpm, ctx->shared->acpm_chan_id, ctx->type, reg,
drivers/usb/misc/idmouse.c
126
int bulk_read;
drivers/usb/misc/idmouse.c
163
dev->bulk_in_size, &bulk_read, 5000);
drivers/usb/misc/idmouse.c
177
bytes_read += bulk_read;
drivers/w1/slaves/w1_therm.c
168
bool bulk_read;
drivers/w1/slaves/w1_therm.c
784
.bulk_read = true
drivers/w1/slaves/w1_therm.c
793
.bulk_read = true
drivers/w1/slaves/w1_therm.c
803
.bulk_read = true
drivers/w1/slaves/w1_therm.c
812
.bulk_read = false
drivers/w1/slaves/w1_therm.c
822
.bulk_read = true
drivers/w1/slaves/w1_therm.c
901
return SLAVE_SPECIFIC_FUNC(sl)->bulk_read;
fs/ubifs/debug.c
254
pr_err("\tbulk_read %u\n", ui->bulk_read);
fs/ubifs/file.c
715
ui->bulk_read = 0;
fs/ubifs/file.c
793
ui->read_in_a_row = ui->bulk_read = 0;
fs/ubifs/file.c
818
if (!c->bulk_read)
fs/ubifs/file.c
831
if (ui->bulk_read)
fs/ubifs/file.c
832
ui->bulk_read = 0;
fs/ubifs/file.c
836
if (!ui->bulk_read) {
fs/ubifs/file.c
841
ui->bulk_read = 1;
fs/ubifs/super.c
1021
unsigned int bulk_read:1;
fs/ubifs/super.c
1058
ctx->mount_opts.bulk_read = 2;
fs/ubifs/super.c
1059
ctx->bulk_read = 1;
fs/ubifs/super.c
1062
ctx->mount_opts.bulk_read = 1;
fs/ubifs/super.c
1063
ctx->bulk_read = 0;
fs/ubifs/super.c
1151
ubifs_assert(c, c->bulk_read == 1);
fs/ubifs/super.c
1167
c->mount_opts.bulk_read = 1;
fs/ubifs/super.c
1168
c->bulk_read = 0;
fs/ubifs/super.c
1262
if (c->bulk_read == 1)
fs/ubifs/super.c
1962
c->bulk_read = ctx->bulk_read;
fs/ubifs/super.c
1987
if (c->bulk_read == 1)
fs/ubifs/super.c
2149
c->bulk_read = ctx->bulk_read;
fs/ubifs/super.c
2353
ctx->bulk_read = c->bulk_read;
fs/ubifs/super.c
442
if (c->mount_opts.bulk_read == 2)
fs/ubifs/super.c
444
else if (c->mount_opts.bulk_read == 1)
fs/ubifs/ubifs.h
1311
unsigned int bulk_read:1;
fs/ubifs/ubifs.h
408
unsigned int bulk_read:1;
fs/ubifs/ubifs.h
947
unsigned int bulk_read:2;
include/linux/firmware/samsung/exynos-acpm-protocol.h
29
int (*bulk_read)(const struct acpm_handle *handle,