Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/intel/
Dpxa_camera.c620 const struct pxa_mbus_pixelfmt *host_fmt; member
708 if (user_formats[i].host_fmt->fourcc == fourcc) in pxa_mbus_xlate_by_fourcc()
1209 switch (pcdev->current_fmt->host_fmt->bits_per_sample) { in pxa_camera_setup_cicr()
1540 unsigned int bus_width = pcdev->current_fmt->host_fmt->bits_per_sample; in pxa_camera_set_bus_param()
1542 u32 pixfmt = pcdev->current_fmt->host_fmt->fourcc; in pxa_camera_set_bus_param()
1664 xlate->host_fmt = &pxa_camera_formats[0]; in pxa_camera_get_formats()
1695 xlate->host_fmt = fmt; in pxa_camera_get_formats()
1767 format = pcdev->user_formats[f->index].host_fmt; in pxac_vidioc_enum_fmt_vid_cap()
1783 pix->pixelformat = pcdev->current_fmt->host_fmt->fourcc; in pxac_vidioc_g_fmt_vid_cap()
1786 pcdev->current_fmt->host_fmt->fourcc); in pxac_vidioc_g_fmt_vid_cap()
[all …]