Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/soc_camera/
Drcar_vin.c852 struct list_head *buf_head, *tmp; in rcar_vin_stop_streaming() local
866 list_for_each_safe(buf_head, tmp, &priv->capture) { in rcar_vin_stop_streaming()
867 vb2_buffer_done(&list_entry(buf_head, in rcar_vin_stop_streaming()
870 list_del_init(buf_head); in rcar_vin_stop_streaming()
Dsh_mobile_ceu_camera.c489 struct list_head *buf_head, *tmp; in sh_mobile_ceu_stop_streaming() local
495 list_for_each_safe(buf_head, tmp, &pcdev->capture) in sh_mobile_ceu_stop_streaming()
496 list_del_init(buf_head); in sh_mobile_ceu_stop_streaming()