Searched refs:bulk_read (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/input/touchscreen/ | 
| D | sur40.c | 458 	int result, bulk_read, need_blobs, packet_blobs, i;  in sur40_poll()  local472 			&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-v5.10/drivers/usb/misc/ | 
| D | idmouse.c | 126 	int bulk_read;  in idmouse_create_image()  local163 				dev->bulk_in_size, &bulk_read, 5000);  in idmouse_create_image()
 177 		bytes_read += bulk_read;  in idmouse_create_image()
 
 | 
| /Linux-v5.10/fs/ubifs/ | 
| D | file.c | 736 		ui->bulk_read = 0;  in ubifs_do_bulk_read()814 	ui->read_in_a_row = ui->bulk_read = 0;  in ubifs_do_bulk_read()
 837 	if (!c->bulk_read)  in ubifs_bulk_read()
 850 		if (ui->bulk_read)  in ubifs_bulk_read()
 851 			ui->bulk_read = 0;  in ubifs_bulk_read()
 855 	if (!ui->bulk_read) {  in ubifs_bulk_read()
 860 		ui->bulk_read = 1;  in ubifs_bulk_read()
 
 | 
| D | super.c | 445 	if (c->mount_opts.bulk_read == 2)  in ubifs_show_options()447 	else if (c->mount_opts.bulk_read == 1)  in ubifs_show_options()
 1053 			c->mount_opts.bulk_read = 2;  in ubifs_parse_options()
 1054 			c->bulk_read = 1;  in ubifs_parse_options()
 1057 			c->mount_opts.bulk_read = 1;  in ubifs_parse_options()
 1058 			c->bulk_read = 0;  in ubifs_parse_options()
 1198 	ubifs_assert(c, c->bulk_read == 1);  in bu_init()
 1214 		c->mount_opts.bulk_read = 1;  in bu_init()
 1215 		c->bulk_read = 0;  in bu_init()
 1306 	if (c->bulk_read == 1)  in mount_ubifs()
 [all …]
 
 | 
| D | ubifs.h | 409 	unsigned int bulk_read:1;  member951 	unsigned int bulk_read:2;  member
 1292 	unsigned int bulk_read:1;  member
 
 | 
| D | debug.c | 254 	pr_err("\tbulk_read      %u\n", ui->bulk_read);  in ubifs_dump_inode()
 | 
| /Linux-v5.10/drivers/w1/slaves/ | 
| D | w1_therm.c | 168 	bool		bulk_read;  member733 		.bulk_read			= true
 742 		.bulk_read			= true
 752 		.bulk_read			= true
 761 		.bulk_read			= false
 770 		.bulk_read			= true
 849 		return SLAVE_SPECIFIC_FUNC(sl)->bulk_read;  in bulk_read_support()
 
 | 
| /Linux-v5.10/Documentation/filesystems/ | 
| D | ubifs.rst | 89 bulk_read		read more in one go to take advantage of flash
 |