Home
last modified time | relevance | path

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

/linux/drivers/md/persistent-data/
H A Ddm-space-map.h46 int (*set_count)(struct dm_space_map *sm, dm_block_t b, uint32_t count); member
114 return sm->set_count(sm, b, count); in dm_sm_set_count()
H A Ddm-space-map-disk.c207 .set_count = sm_disk_set_count,
H A Ddm-space-map-metadata.c570 .set_count = sm_metadata_set_count,
707 .set_count = sm_bootstrap_set_count,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4329 unsigned int set_count) in dc_validate_with_context()
4346 for (i = 0; i < set_count; i++) in dc_validate_with_context()
4350 if (i == set_count) in dc_validate_with_context()
4367 unsigned int set_count, in dc_validate_with_context()
4372 for (i = 0; i < set_count; i++) in dc_validate_with_context()
4376 if (i == set_count) {
4393 * @set_count: Total of streams in calculate_timing_params_for_dsc_with_padding()
4408 unsigned int set_count,
4430 for (j = 0; j < set_count; j++) { in dc_validate_global_state()
4444 for (i = 0; i < set_count; in dc_validate_global_state()
4105 planes_changed_for_existing_stream(struct dc_state * context,struct dc_stream_state * stream,const struct dc_validation_set set[],int set_count) planes_changed_for_existing_stream() argument
4143 add_all_planes_for_stream(const struct dc * dc,struct dc_stream_state * stream,const struct dc_validation_set set[],int set_count,struct dc_state * state) add_all_planes_for_stream() argument
4184 dc_validate_with_context(struct dc * dc,const struct dc_validation_set set[],int set_count,struct dc_state * context,enum dc_validate_mode validate_mode) dc_validate_with_context() argument
[all...]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2077 unsigned int set_count,