Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/soc_camera/
Dmx3_camera.c105 u16 width_flags; /* max 15 bits */ member
561 if (buswidth > fls(mx3_cam->width_flags)) in test_platform_param()
1200 mx3_cam->width_flags = 1 << 3; in mx3_camera_probe()
1202 mx3_cam->width_flags |= 1 << 7; in mx3_camera_probe()
1204 mx3_cam->width_flags |= 1 << 9; in mx3_camera_probe()
1206 mx3_cam->width_flags |= 1 << 14; in mx3_camera_probe()
Datmel-isi.c89 u16 width_flags; /* max 12 bits */ member
665 if ((1 << (buswidth - 1)) & isi->width_flags) in isi_camera_try_bus_param()
1002 isi->width_flags = 1 << 7; in atmel_isi_probe()
1004 isi->width_flags |= 1 << 9; in atmel_isi_probe()
Dpxa_camera.c218 u16 width_flags; /* max 10 bits */ member
1022 if ((1 << (buswidth - 1)) & pcdev->width_flags) in test_platform_param()
1776 pcdev->width_flags = 1 << 7; in pxa_camera_probe()
1778 pcdev->width_flags |= 1 << 8; in pxa_camera_probe()
1780 pcdev->width_flags |= 1 << 9; in pxa_camera_probe()