Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dutmisc.c205 u32 this_index; in acpi_ut_walk_package_tree() local
218 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
Dutcopy.c220 u32 this_index; in acpi_ut_copy_ielement_to_eelement() local
225 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_eelement()
228 package.elements[this_index]; in acpi_ut_copy_ielement_to_eelement()
797 u32 this_index; in acpi_ut_copy_ielement_to_ielement() local
803 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_ielement()
805 &state->pkg.dest_object->package.elements[this_index]; in acpi_ut_copy_ielement_to_ielement()
/drivers/media/v4l2-core/
Dv4l2-async.c369 int this_index) in v4l2_async_notifier_has_async_subdev() argument
378 if (this_index >= 0 && j++ >= this_index) in v4l2_async_notifier_has_async_subdev()
394 int this_index) in v4l2_async_notifier_asd_valid() argument
408 this_index)) { in v4l2_async_notifier_asd_valid()