Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/atmel/
Datmel-isi.c118 u16 width_flags; /* max 12 bits */ member
1255 isi->width_flags = 1 << 7; in atmel_isi_probe()
1257 isi->width_flags |= 1 << 9; in atmel_isi_probe()
/Linux-v4.19/drivers/media/platform/
Dpxa_camera.c722 u16 width_flags; /* max 10 bits */ member
1258 if ((1 << (buswidth - 1)) & pcdev->width_flags) in test_platform_param()
2423 pcdev->width_flags = 1 << 7; in pxa_camera_probe()
2425 pcdev->width_flags |= 1 << 8; in pxa_camera_probe()
2427 pcdev->width_flags |= 1 << 9; in pxa_camera_probe()