Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dsur40.c301 int result, bulk_read, need_blobs, packet_blobs, i; in sur40_poll() local
317 &bulk_read, 1000); in sur40_poll()
319 dev_dbg(sur40->dev, "received %d bytes\n", bulk_read); in sur40_poll()
326 result = bulk_read - sizeof(struct sur40_header); in sur40_poll()
377 int result, bulk_read; in sur40_process_video() local
399 &bulk_read, 1000); in sur40_process_video()
406 if (bulk_read != sizeof(struct sur40_image_header)) { in sur40_process_video()
408 bulk_read, sizeof(struct sur40_image_header)); in sur40_process_video()
/linux-4.4.14/drivers/media/dvb-frontends/
Drtl2832_sdr.h60 int (*bulk_read)(struct i2c_client *, unsigned int, void *, size_t); member
Drtl2832.h60 int (*bulk_read)(struct i2c_client *, unsigned int, void *, size_t); member
Drtl2832.c1282 pdata->bulk_read = rtl2832_bulk_read; in rtl2832_probe()
Drtl2832_sdr.c186 return pdata->bulk_read(client, reg, val, len);
/linux-4.4.14/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.4.14/fs/ubifs/
Dsuper.c432 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
434 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1006 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1007 c->bulk_read = 1; in ubifs_parse_options()
1010 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1011 c->bulk_read = 0; in ubifs_parse_options()
1099 ubifs_assert(c->bulk_read == 1); in bu_init()
1115 c->mount_opts.bulk_read = 1; in bu_init()
1116 c->bulk_read = 0; in bu_init()
1206 if (c->bulk_read == 1) in mount_ubifs()
[all …]
Dfile.c731 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()
Dubifs.h414 unsigned int bulk_read:1; member
948 unsigned int bulk_read:2; member
1275 unsigned int bulk_read:1; member
/linux-4.4.14/Documentation/filesystems/
Dubifs.txt82 bulk_read read more in one go to take advantage of flash
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Drtl28xxu.c1323 pdata.bulk_read = dev->rtl2832_platform_data.bulk_read; in rtl2832u_tuner_attach()