Searched refs:min_h (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-ioctl.c229 int min_h = 2; local
236 min_h = 32;
239 h = max(h, min_h);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-ioctl.c471 int min_h = 2; local
478 min_h = 32;
481 h = max(h, min_h);

Completed in 78 milliseconds