Home
last modified time | relevance | path

Searched refs:list_for_each_entry (Results 1 - 25 of 152) sorted by relevance

1234567

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c64 list_for_each_entry(pos, &thermal_governor_list, in __find_governor()
148 list_for_each_entry(pos, &thermal_tz_list, node) in thermal_register_governor()
193 list_for_each_entry(pos, &thermal_tz_list, node) in thermal_unregister_governor()
237 list_for_each_entry(pos, &thermal_governor_list, governor_list) in thermal_build_list_of_policies()
483 list_for_each_entry(pos, &tz->thermal_instances, tz_node) pos->initialized = false; in thermal_zone_device_init()
699 list_for_each_entry(cdev, &thermal_cdev_list, node) in thermal_zone_device_rebind_exception()
719 list_for_each_entry(gov, &thermal_governor_list, governor_list) in for_each_thermal_governor()
737 list_for_each_entry(cdev, &thermal_cdev_list, node) in for_each_thermal_cooling_device()
755 list_for_each_entry(tz, &thermal_tz_list, node) in for_each_thermal_zone()
772 list_for_each_entry(t in thermal_zone_get_by_id()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/
H A Dv4l2-async.c158 list_for_each_entry(asd, &notifier->waiting, list) in v4l2_async_find_match()
216 list_for_each_entry(n, &notifier_list, list) if (n->sd == sd) return n; in v4l2_async_find_subdev_notifier()
242 list_for_each_entry(sd, &notifier->done, async_list) in v4l2_async_notifier_can_complete()
339 list_for_each_entry(sd, &subdev_list, async_list) in v4l2_async_notifier_try_all_subdevs()
406 list_for_each_entry(asd_y, &notifier->waiting, list) if (asd_equal(asd, asd_y)) return true; in v4l2_async_notifier_has_async_subdev_ext()
408 list_for_each_entry(sd, &notifier->done, async_list) in v4l2_async_notifier_has_async_subdev_ext()
436 list_for_each_entry(asd_y, &notifier->asd_list, asd_list) in v4l2_async_notifier_has_async_subdev()
447 list_for_each_entry(notifier, &notifier_list, in v4l2_async_notifier_has_async_subdev()
496 list_for_each_entry(asd, &notifier->asd_list, asd_list) in v4l2_async_notifier_register_ext()
821 list_for_each_entry(notifie in v4l2_async_register_subdev()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_virtualizer.c269 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_add()
280 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_add()
332 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_remove()
342 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_remove()
394 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_set_counters()
408 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_set_counters()
534 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_dump()
H A Dmali_kbase_gpu_memory_debugfs.c55 list_for_each_entry(kctx, &kbdev->kctx_list, kctx_list_link) { in kbasep_gpu_memory_seq_show()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_virtualizer.c270 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_add()
278 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_add()
331 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_remove()
338 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_remove()
388 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_set_counters()
400 list_for_each_entry(pos, &hvirt->clients, node) if (pos != hvcli) in kbasep_hwcnt_virtualizer_client_set_counters()
514 list_for_each_entry(pos, &hvirt->clients, node) if (pos != hvcli) in kbasep_hwcnt_virtualizer_client_dump()
H A Dmali_kbase_gpu_memory_debugfs.c54 list_for_each_entry(kctx, &kbdev->kctx_list, kctx_list_link) in kbasep_gpu_memory_seq_show()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dwakeup_reason.c121 list_for_each_entry(n, head, siblings) in add_sibling_node_sorted() function
150 list_for_each_entry(n, head, siblings) if (n->irq == irq) return n; in find_node_in_list()
295 list_for_each_entry(n, &leaf_irqs, siblings) pr_info("Resume caused by IRQ %d, %s\n", n->irq, n->irq_name); in print_wakeup_sources()
320 list_for_each_entry(n, &leaf_irqs, siblings) buf_offset += in last_resume_reason_show()
H A Dsnapshot.c550 list_for_each_entry(node, &zone->nodes, list) free_image_page(node->data, clear_nosave_free); in free_zone_bm_rtree()
552 list_for_each_entry(node, &zone->leaves, list) free_image_page(node->data, clear_nosave_free); in free_zone_bm_rtree()
607 list_for_each_entry(ext, list, hook) if (zone_start <= ext->end) break; in create_mem_extents() function
668 list_for_each_entry(ext, &mem_extents, hook) in memory_bm_create()
701 list_for_each_entry(zone, &bm->zones, list) free_zone_bm_rtree(zone, clear_nosave_free); in memory_bm_free()
732 list_for_each_entry(curr, &bm->zones, list) in memory_bm_find_bit()
927 list_for_each_entry(node, &zone->nodes, list) recycle_safe_page(node->data); in recycle_zone_bm_rtree()
929 list_for_each_entry(node, &zone->leaves, list) recycle_safe_page(node->data); in recycle_zone_bm_rtree()
937 list_for_each_entry(zone, &bm->zones, list) recycle_zone_bm_rtree(zone); in memory_bm_recycle()
1053 list_for_each_entry(regio in mark_nosave_pages()
[all...]
/device/soc/rockchip/rk3588/kernel/kernel/power/
H A Dwakeup_reason.c118 list_for_each_entry(n, head, siblings) { in add_sibling_node_sorted() function
144 list_for_each_entry(n, head, siblings) in find_node_in_list()
289 list_for_each_entry(n, &leaf_irqs, siblings) in print_wakeup_sources()
317 list_for_each_entry(n, &leaf_irqs, siblings) in last_resume_reason_show()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap_debugfs.c48 list_for_each_entry(heap, &tiler_heaps_p->list, link) { in kbasep_csf_tiler_heap_debugfs_show()
58 list_for_each_entry(chunk, &heap->chunks_list, link) in kbasep_csf_tiler_heap_debugfs_show()
H A Dmali_kbase_csf_trace_buffer.c164 list_for_each_entry(trace_buffer, &kbdev->csf.firmware_trace_buffers.list, node) { in kbase_csf_firmware_trace_buffers_init()
316 list_for_each_entry(trace_buffer, &kbdev->csf.firmware_trace_buffers.list, node) { in kbase_csf_firmware_reload_trace_buffers_data()
384 list_for_each_entry(trace_buffer, &kbdev->csf.firmware_trace_buffers.list, node) { in kbase_csf_firmware_get_trace_buffer()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_swap_alloc.c202 list_for_each_entry(m_page, &mem_bkend->swap_mem.pages, list) { in mali_mem_swap_unlock_single_mem_backend()
215 list_for_each_entry(m_page, &mem_bkend->swap_mem.pages, list) { in mali_mem_swap_unlock_partial_locked_mem_backend()
616 list_for_each_entry(m_page, &swap_mem->pages, list) { in mali_mem_swap_mali_map()
703 list_for_each_entry(m_page, &mem_bkend->swap_mem.pages, list) { in mali_mem_swap_in_pages()
818 list_for_each_entry(m_page, &swap->pages, list) { in mali_mem_swap_allocate_page_on_demand()
830 list_for_each_entry(m_page, &cow->pages, list) { in mali_mem_swap_allocate_page_on_demand()
872 list_for_each_entry(m_page, &cow->pages, list) { in mali_mem_swap_cow_page_on_demand()
H A Dmali_memory_cow.c504 list_for_each_entry(m_page, &mem_bkend->cow_mem.pages, list) { in mali_mem_cow_mali_map()
530 list_for_each_entry(m_page, &cow->pages, list) { in mali_mem_cow_cpu_map()
570 list_for_each_entry(m_page, &cow->pages, list) { in mali_mem_cow_cpu_map_pages_locked()
728 list_for_each_entry(m_page, &cow->pages, list) { in mali_mem_cow_allocate_on_demand()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_swap_alloc.c201 list_for_each_entry(m_page, &mem_bkend->swap_mem.pages, list) in mali_mem_swap_unlock_single_mem_backend()
215 list_for_each_entry(m_page, &mem_bkend->swap_mem.pages, list) in mali_mem_swap_unlock_partial_locked_mem_backend()
611 list_for_each_entry(m_page, &swap_mem->pages, list) in mali_mem_swap_mali_map()
696 list_for_each_entry(m_page, &mem_bkend->swap_mem.pages, list) in mali_mem_swap_in_pages()
808 list_for_each_entry(m_page, &swap->pages, list) in mali_mem_swap_allocate_page_on_demand()
821 list_for_each_entry(m_page, &cow->pages, list) in mali_mem_swap_allocate_page_on_demand()
861 list_for_each_entry(m_page, &cow->pages, list) in mali_mem_swap_cow_page_on_demand()
H A Dmali_memory_cow.c497 list_for_each_entry(m_page, &mem_bkend->cow_mem.pages, list) in mali_mem_cow_mali_map()
523 list_for_each_entry(m_page, &cow->pages, list) in mali_mem_cow_cpu_map()
561 list_for_each_entry(m_page, &cow->pages, list) in mali_mem_cow_cpu_map_pages_locked()
714 list_for_each_entry(m_page, &cow->pages, list) in mali_mem_cow_allocate_on_demand()
/device/soc/rockchip/common/sdk_linux/drivers/opp/
H A Ddebugfs.c180 list_for_each_entry(new_dev, &opp_table->dev_list, node) if (new_dev != opp_dev) break; in opp_migrate_dentry()
233 list_for_each_entry(opp_table, lists, node) in opp_summary_show() function
237 list_for_each_entry(opp, &opp_table->opp_list, node) in opp_summary_show()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpu_memory_debugfs.c46 list_for_each_entry(element, &kbdev->kctx_list, link) in kbasep_gpu_memory_seq_show()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/backend/
H A Dmali_kbase_timeline_jm.c67 list_for_each_entry(kctx, &kbdev->kctx_list, kctx_list_link) in kbase_create_timeline_objects()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpu_memory_debugfs.c49 list_for_each_entry(element, &kbdev->kctx_list, link) { in kbasep_gpu_memory_seq_show()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dmedia_mem.c625 list_for_each_entry(__mach_mmb_zone__, &g_mmz_list, list) { \
627 list_for_each_entry(__mach_mmb__, &__mach_mmb_zone__->mmb_list, list) { \
730 list_for_each_entry(__mach_mmb_zone__, &g_mmz_list, list) { \
732 list_for_each_entry(__mach_mmb__, &__mach_mmb_zone__->mmb_list, list) { \
1120 list_for_each_entry(p, &g_mmz_list, list) {
1127 list_for_each_entry(mmb, &p->mmb_list, list) {
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c453 list_for_each_entry(mode, &connector->modes, head) in rockchip_drm_fill_connector_modes()
519 list_for_each_entry(mode, &connector->modes, head) { in rockchip_drm_fill_connector_modes()
548 list_for_each_entry(mode, &connector->modes, head) { in rockchip_drm_fill_connector_modes()
617 list_for_each_entry(mode, &connector->modes, head) { in setup_initial_state()
641 list_for_each_entry(mode, &connector->modes, head) { in setup_initial_state()
941 list_for_each_entry(set, &mode_set_list, head) in rockchip_drm_show_logo()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/backend/
H A Dmali_kbase_timeline_jm.c71 list_for_each_entry(kctx, &timeline->tl_kctx_list, tl_kctx_list_node) { in kbase_create_timeline_objects()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-input.c92 list_for_each_entry(report, &hid->report_enum[k].report_list, list) in hidinput_find_key()
1906 list_for_each_entry(hidinput, &hid->inputs, list) input_sync(hidinput->input); in hidinput_report_event()
1915 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) in hidinput_find_field()
1936 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) in hidinput_get_led_field()
1958 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) in hidinput_count_leds()
2127 list_for_each_entry(rep, &rep_enum->report_list, list) in hidinput_change_resolution_multipliers()
2151 list_for_each_entry(rep, &rep_enum->report_list, list) { in report_features()
2322 list_for_each_entry(report, &hid->report_enum[k].report_list, list) in hidinput_cleanup_hidinput()
2340 list_for_each_entry(hidinput, &hid->inputs, list) in hidinput_match()
2355 list_for_each_entry(hidinpu in hidinput_match_application()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_media_mem.c415 list_for_each_entry(p, &g_mmz_list, list) { in dump_mem()
450 list_for_each_entry(zone, &g_mmz_list, list) { in hil_mmb_getby_phys()
503 list_for_each_entry(zone, &g_mmz_list, list) { in hil_mmb_getby_sec_addr()
596 list_for_each_entry(p, &g_mmz_list, list) { in list_for_each_mmz()
1082 list_for_each_entry(zone, &g_mmz_list, list) { in hil_mmb_free()
1149 list_for_each_entry(zone, &g_mmz_list, list) { in hil_mmb_getby_kvirt()
1190 list_for_each_entry(zone, &g_mmz_list, list) { in hil_mmbinfo_getby_kvirt()
1630 list_for_each_entry(zone, &g_mmz_list, list) { in mem_source_query()
1672 list_for_each_entry(zone, &g_mmz_list, list) { in sec_mem_source_query()
1903 list_for_each_entry( in mmz_read_proc()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/
H A Dhimedia.c124 list_for_each_entry(c, &himedia_list, list) in himedia_open()
180 list_for_each_entry(c, &himedia_list, list) { in pm_register_get_media_minor()

Completed in 25 milliseconds

1234567