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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-ctrls.h155 * @nr_of_buckets: Total number of buckets in the array.
164 u16 nr_of_buckets; member in struct:v4l2_ctrl_handler
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ctrls.c766 hdl->nr_of_buckets = 1 + nr_of_controls_hint / 8;
767 hdl->buckets = kzalloc(sizeof(hdl->buckets[0]) * hdl->nr_of_buckets,
840 bucket = id % hdl->nr_of_buckets;
887 int bucket = id % hdl->nr_of_buckets; /* which bucket to use */

Completed in 121 milliseconds