Home
last modified time | relevance | path

Searched refs:buf_head (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/platform/soc_camera/
Drcar_vin.c839 struct list_head *buf_head, *tmp; in rcar_vin_stop_streaming() local
853 list_for_each_safe(buf_head, tmp, &priv->capture) { in rcar_vin_stop_streaming()
854 vb2_buffer_done(&list_entry(buf_head, in rcar_vin_stop_streaming()
857 list_del_init(buf_head); in rcar_vin_stop_streaming()
Dsh_mobile_ceu_camera.c479 struct list_head *buf_head, *tmp; in sh_mobile_ceu_stop_streaming() local
485 list_for_each_safe(buf_head, tmp, &pcdev->capture) in sh_mobile_ceu_stop_streaming()
486 list_del_init(buf_head); in sh_mobile_ceu_stop_streaming()