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

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

Completed in 121 milliseconds