Home
last modified time | relevance | path

Searched refs:value_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/macintosh/
H A Dmediabay.c59 int value_count; member
363 bay->value_count = 0; in poll_media_bay()
369 bay->value_count += msecs_to_jiffies(MB_POLL_DELAY); in poll_media_bay()
370 if (bay->value_count >= msecs_to_jiffies(MB_STABLE_DELAY)) { in poll_media_bay()
601 bay->value_count = msecs_to_jiffies(MB_STABLE_DELAY); in media_bay_attach()
653 bay->value_count = msecs_to_jiffies(MB_STABLE_DELAY); in media_bay_resume()
/linux/drivers/gpu/drm/
H A Ddrm_property.c464 int value_count = 0; in drm_mode_getproperty_ioctl() local
480 value_count = property->num_values; in drm_mode_getproperty_ioctl()
483 for (i = 0; i < value_count; i++) { in drm_mode_getproperty_ioctl()
489 out_resp->count_values = value_count; in drm_mode_getproperty_ioctl()
/linux/fs/ext4/
H A Dxattr.c83 size_t value_count);
85 size_t value_count);
3151 size_t value_count) in ext4_xattr_hash_entry() argument
3160 while (value_count--) { in ext4_xattr_hash_entry()
3173 …__le32 ext4_xattr_hash_entry_signed(char *name, size_t name_len, __le32 *value, size_t value_count) in ext4_xattr_hash_entry_signed() argument
3182 while (value_count--) { in ext4_xattr_hash_entry_signed()