Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2022-41741-CVE-2022-41742.patch214 atom_end = atom_table + entries * sizeof(ngx_mp4_stts_entry_t);
240 atom_table = atom_header + sizeof(ngx_http_mp4_stss_atom_t);
254 atom_table = atom_header + sizeof(ngx_mp4_ctts_atom_t);
256 atom_end = atom_table + entries * sizeof(ngx_mp4_stsc_entry_t);
282 atom_table = atom_header + sizeof(ngx_mp4_stsz_atom_t);
284 atom_end = atom_table + entries * sizeof(uint32_t);
301 atom_end = atom_table + entries * sizeof(uint64_t);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dr600_dpm.c821 ATOM_PPLIB_Clock_Voltage_Dependency_Table *atom_table) in r600_parse_clk_voltage_dep_table() argument
823 u32 size = atom_table->ucNumEntries * in r600_parse_clk_voltage_dep_table()
832 entry = &atom_table->entries[0]; in r600_parse_clk_voltage_dep_table()
833 for (i = 0; i < atom_table->ucNumEntries; i++) { in r600_parse_clk_voltage_dep_table()
840 radeon_table->count = atom_table->ucNumEntries; in r600_parse_clk_voltage_dep_table()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c232 ATOM_PPLIB_Clock_Voltage_Dependency_Table *atom_table) in amdgpu_parse_clk_voltage_dep_table() argument
234 u32 size = atom_table->ucNumEntries * in amdgpu_parse_clk_voltage_dep_table()
243 entry = &atom_table->entries[0]; in amdgpu_parse_clk_voltage_dep_table()
244 for (i = 0; i < atom_table->ucNumEntries; i++) { in amdgpu_parse_clk_voltage_dep_table()
251 amdgpu_table->count = atom_table->ucNumEntries; in amdgpu_parse_clk_voltage_dep_table()