Searched refs:bulk_read (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/fs/ubifs/ |
| H A D | super.c | 1022 unsigned int bulk_read:1; member 1059 ctx->mount_opts.bulk_read = 2; in ubifs_parse_param() 1060 ctx->bulk_read = 1; in ubifs_parse_param() 1064 ctx->bulk_read = 0; in ubifs_parse_param() 1168 c->mount_opts.bulk_read = 1; in bu_init() 1169 c->bulk_read = 0; in bu_init() 1264 if (c->bulk_read == 1) in mount_ubifs() 1964 c->bulk_read = ctx->bulk_read; in ubifs_reconfigure() 1989 if (c->bulk_read == 1) in ubifs_reconfigure() 2151 c->bulk_read = ctx->bulk_read; in ubifs_fill_super() [all …]
|
| H A D | file.c | 713 ui->bulk_read = 0; in ubifs_do_bulk_read() 791 ui->read_in_a_row = ui->bulk_read = 0; in ubifs_do_bulk_read() 816 if (!c->bulk_read) in ubifs_bulk_read() 829 if (ui->bulk_read) in ubifs_bulk_read() 830 ui->bulk_read = 0; in ubifs_bulk_read() 834 if (!ui->bulk_read) { in ubifs_bulk_read() 839 ui->bulk_read = 1; in ubifs_bulk_read()
|
| H A D | ubifs.h | 407 unsigned int bulk_read:1; member 943 unsigned int bulk_read:2; member 1307 unsigned int bulk_read:1; member
|
| H A D | debug.c | 254 pr_err("\tbulk_read %u\n", ui->bulk_read); in ubifs_dump_inode()
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | sur40.c | 458 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-6.15/drivers/usb/misc/ |
| H A D | idmouse.c | 126 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-6.15/include/linux/firmware/samsung/ |
| H A D | exynos-acpm-protocol.h | 19 int (*bulk_read)(const struct acpm_handle *handle, member
|
| /linux-6.15/drivers/w1/slaves/ |
| H A D | w1_therm.c | 168 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-6.15/Documentation/filesystems/ |
| H A D | ubifs.rst | 89 bulk_read read more in one go to take advantage of flash
|
| /linux-6.15/drivers/firmware/samsung/ |
| H A D | exynos-acpm.c | 603 pmic_ops->bulk_read = acpm_pmic_bulk_read; in acpm_setup_ops()
|
| /linux-6.15/drivers/base/regmap/ |
| H A D | regmap-kunit.c | 291 static void bulk_read(struct kunit *test) in bulk_read() function 2033 KUNIT_CASE_PARAM(bulk_read, regcache_types_gen_params),
|