Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Didmouse.c126 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/drivers/w1/slaves/
H A Dw1_therm.c168 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/Documentation/translations/zh_CN/filesystems/
H A Dubifs.rst75 bulk_read 批量读取以利用闪存介质的顺序读取加速特性
/linux/Documentation/filesystems/
H A Dubifs.rst89 bulk_read read more in one go to take advantage of flash
/linux/drivers/base/regmap/
H A Dregmap-kunit.c350 static void bulk_read(struct kunit *test) in bulk_read() function
2144 KUNIT_CASE_PARAM(bulk_read, regcache_types_gen_params),