Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.c1541 hdl->nr_of_buckets = 1 + nr_of_controls_hint / 8; in v4l2_ctrl_handler_init_class()
1542 hdl->buckets = kvcalloc(hdl->nr_of_buckets, sizeof(hdl->buckets[0]), in v4l2_ctrl_handler_init_class()
1625 bucket = id % hdl->nr_of_buckets; in find_ref()
1673 int bucket = id % hdl->nr_of_buckets; /* which bucket to use */ in handler_new_ref()
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-ctrls.h349 * @nr_of_buckets: Total number of buckets in the array.
372 u16 nr_of_buckets; member
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-ctrls.h382 * @nr_of_buckets: Total number of buckets in the array.
405 u16 nr_of_buckets; member
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2339 hdl->nr_of_buckets = 1 + nr_of_controls_hint / 8; in v4l2_ctrl_handler_init_class()
2340 hdl->buckets = kvmalloc_array(hdl->nr_of_buckets, in v4l2_ctrl_handler_init_class()
2435 bucket = id % hdl->nr_of_buckets; in find_ref()
2484 int bucket = id % hdl->nr_of_buckets; /* which bucket to use */ in handler_new_ref()
3778 ret = v4l2_ctrl_handler_init(new_hdl, (hdl->nr_of_buckets - 1) * 8); in v4l2_ctrls_find_req_obj()

Completed in 13 milliseconds