Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/soc_camera/
Dmx3_camera.c105 u16 width_flags; /* max 15 bits */ member
557 if (buswidth > fls(mx3_cam->width_flags)) in test_platform_param()
1183 mx3_cam->width_flags = 1 << 3; in mx3_camera_probe()
1185 mx3_cam->width_flags |= 1 << 7; in mx3_camera_probe()
1187 mx3_cam->width_flags |= 1 << 9; in mx3_camera_probe()
1189 mx3_cam->width_flags |= 1 << 14; in mx3_camera_probe()
Datmel-isi.c90 u16 width_flags; /* max 12 bits */ member
638 if ((1 << (buswidth - 1)) & isi->width_flags) in isi_camera_try_bus_param()
1016 isi->width_flags = 1 << 7; in atmel_isi_probe()
1018 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()
1763 pcdev->width_flags = 1 << 7; in pxa_camera_probe()
1765 pcdev->width_flags |= 1 << 8; in pxa_camera_probe()
1767 pcdev->width_flags |= 1 << 9; in pxa_camera_probe()