Home
last modified time | relevance | path

Searched refs:object_index (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/kfence/
H A Dreport.c189 const ptrdiff_t object_index = meta ? meta - kfence_metadata : -1; in kfence_report_error() local
228 left_of_object ? "left" : "right", object_index); in kfence_report_error()
235 get_access_type(is_write), (void *)address, object_index); in kfence_report_error()
241 pr_cont(" (in kfence-#%td):\n", object_index); in kfence_report_error()
252 object_index); in kfence_report_error()
/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h1389 const u16 object_index);
H A Dhpifunc.c22 const u16 object_index) in hpi_indexes_to_handle() argument
30 handle.h.obj_index = object_index; in hpi_indexes_to_handle()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2464 + layer->planes[i].object_index = i;
2521 + layer->planes[1].object_index = 0;
2536 + layer->planes[1].object_index = 0;
2541 + layer->planes[2].object_index = 0;
9064 + layer->planes[0].object_index = 0;
9069 + layer->planes[1].object_index = 0;
9075 + layer->planes[1].object_index = 0;
9083 + layer->planes[1].object_index = 0;
12942 + const AVDRMObjectDescriptor * const obj = desc->objects + p->object_index;
12946 + bo_handles[n] = da->bo_handles[p->object_index];
[all …]