Searched refs:width_flags (Results 1 – 3 of 3) sorted by relevance
105 u16 width_flags; /* max 15 bits */ member561 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()
89 u16 width_flags; /* max 12 bits */ member665 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()
218 u16 width_flags; /* max 10 bits */ member1022 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()