Lines Matching refs:ucNumEntries
96 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo); in get_vce_clock_info_array_size()
197 p->ucNumEntries * sizeof(UVDClockInfo); in get_uvd_clock_info_array_size()
385 dep_table = kzalloc(struct_size(dep_table, entries, table->ucNumEntries), in get_clock_voltage_dependency_table()
390 dep_table->count = (unsigned long)table->ucNumEntries; in get_clock_voltage_dependency_table()
782 if (entry_index <= pstate_arrays->ucNumEntries) { in get_state_entry_v2()
876 *num_of_entries = (unsigned long)(pstate_arrays->ucNumEntries); in pp_tables_get_num_of_entries()
911 if (entry_index > pstate_arrays->ucNumEntries) in pp_tables_get_entry()
1490 cac_leakage_table = kzalloc(struct_size(cac_leakage_table, entries, table->ucNumEntries), in get_cac_leakage_table()
1495 cac_leakage_table->count = (ULONG)table->ucNumEntries; in get_cac_leakage_table()
1628 table = kzalloc(struct_size(table, entries, ptable->ucNumEntries), in init_phase_shedding_table()
1633 table->count = (unsigned long)ptable->ucNumEntries; in init_phase_shedding_table()