Searched refs:h_init (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_transform.c | 294 struct fixed31_32 h_init; in calculate_inits() local 302 h_init = in calculate_inits() 308 inits->h_init.integer = dc_fixpt_floor(h_init); in calculate_inits() 309 inits->h_init.fraction = dc_fixpt_u0d19(h_init) << 5; in calculate_inits() 363 SCL_H_INIT_INT, inits->h_init.integer, in program_scl_ratios_inits() 364 SCL_H_INIT_FRAC, inits->h_init.fraction); in program_scl_ratios_inits()
|
| H A D | dce_transform.h | 619 struct init_int_and_frac h_init; member
|
| /linux/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 595 static int h_init(struct smq_hash_table *ht, struct entry_space *es, unsigned int nr_entries) in h_init() 1821 if (h_init(&mq->table, &mq->es, from_cblock(cache_size))) in __smq_create() 1824 if (h_init(&mq->hotspot_table, &mq->es, mq->nr_hotspot_blocks)) in __smq_create() 585 static int h_init(struct smq_hash_table *ht, struct entry_space *es, unsigned int nr_entries) h_init() function
|