Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-request.c206 ret = v4l2_ctrl_handler_init(new_hdl, (hdl->nr_of_buckets - 1) * 8); in v4l2_ctrls_find_req_obj()
348 ret = v4l2_ctrl_handler_init(hdl, (main_hdl->nr_of_buckets - 1) * 8); in v4l2_ctrl_request_complete()
H A Dv4l2-ctrls-core.c1545 hdl->nr_of_buckets = 1 + nr_of_controls_hint / 8; in v4l2_ctrl_handler_init_class()
1546 hdl->buckets = kvcalloc(hdl->nr_of_buckets, sizeof(hdl->buckets[0]), in v4l2_ctrl_handler_init_class()
1629 bucket = id % hdl->nr_of_buckets; in find_ref()
1677 int bucket = id % hdl->nr_of_buckets; /* which bucket to use */ in handler_new_ref()
/linux/include/media/
H A Dv4l2-ctrls.h405 u16 nr_of_buckets; member