Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dsur40.c300 int result, bulk_read, need_blobs, packet_blobs, i; in sur40_poll() local
316 &bulk_read, 1000); in sur40_poll()
318 dev_dbg(sur40->dev, "received %d bytes\n", bulk_read); in sur40_poll()
325 result = bulk_read - sizeof(struct sur40_header); in sur40_poll()
376 int result, bulk_read; in sur40_process_video() local
396 &bulk_read, 1000); in sur40_process_video()
403 if (bulk_read != sizeof(struct sur40_image_header)) { in sur40_process_video()
405 bulk_read, sizeof(struct sur40_image_header)); in sur40_process_video()
/linux-4.1.27/drivers/media/dvb-frontends/
Drtl2832_sdr.h59 int (*bulk_read)(struct i2c_client *, unsigned int, void *, size_t); member
Drtl2832.h58 int (*bulk_read)(struct i2c_client *, unsigned int, void *, size_t); member
Drtl2832.c1274 pdata->bulk_read = rtl2832_bulk_read; in rtl2832_probe()
Drtl2832_sdr.c179 return pdata->bulk_read(client, reg, val, len);
/linux-4.1.27/drivers/usb/misc/
Didmouse.c132 int bulk_read; in idmouse_create_image() local
169 dev->bulk_in_size, &bulk_read, 5000); in idmouse_create_image()
183 bytes_read += bulk_read; in idmouse_create_image()
/linux-4.1.27/fs/ubifs/
Dsuper.c428 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
430 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1002 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1003 c->bulk_read = 1; in ubifs_parse_options()
1006 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1007 c->bulk_read = 0; in ubifs_parse_options()
1095 ubifs_assert(c->bulk_read == 1); in bu_init()
1111 c->mount_opts.bulk_read = 1; in bu_init()
1112 c->bulk_read = 0; in bu_init()
1202 if (c->bulk_read == 1) in mount_ubifs()
[all …]
Dfile.c732 ui->bulk_read = 0; in ubifs_do_bulk_read()
809 ui->read_in_a_row = ui->bulk_read = 0; in ubifs_do_bulk_read()
832 if (!c->bulk_read) in ubifs_bulk_read()
845 if (ui->bulk_read) in ubifs_bulk_read()
846 ui->bulk_read = 0; in ubifs_bulk_read()
850 if (!ui->bulk_read) { in ubifs_bulk_read()
855 ui->bulk_read = 1; in ubifs_bulk_read()
Dubifs.h414 unsigned int bulk_read:1; member
948 unsigned int bulk_read:2; member
1275 unsigned int bulk_read:1; member
/linux-4.1.27/Documentation/filesystems/
Dubifs.txt82 bulk_read read more in one go to take advantage of flash
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Drtl28xxu.c1180 pdata.bulk_read = dev->rtl2832_platform_data.bulk_read; in rtl2832u_tuner_attach()