Searched refs:req_ops (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/drivers/block/rnbd/ |
| D | rnbd-clt.c | 432 struct rtrs_clt_req_ops req_ops; in send_usr_msg() local 435 req_ops = (struct rtrs_clt_req_ops) { in send_usr_msg() 439 err = rtrs_clt_request(dir, &req_ops, rtrs, iu->permit, in send_usr_msg() 1004 struct rtrs_clt_req_ops req_ops; in rnbd_client_xfer_request() local 1036 req_ops = (struct rtrs_clt_req_ops) { in rnbd_client_xfer_request() 1040 err = rtrs_clt_request(rq_data_dir(rq), &req_ops, rtrs, permit, in rnbd_client_xfer_request()
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | v4l2-ctrls.c | 3431 static const struct media_request_object_ops req_ops = { variable 3446 obj = media_request_object_find(req, &req_ops, parent); in v4l2_ctrl_request_hdl_find() 3471 ret = media_request_object_bind(req, &req_ops, in v4l2_ctrl_request_bind() 3767 obj = media_request_object_find(req, &req_ops, hdl); in v4l2_ctrls_find_req_obj() 4371 obj = media_request_object_find(req, &req_ops, main_hdl); in v4l2_ctrl_request_complete() 4429 obj = media_request_object_find(req, &req_ops, main_hdl); in v4l2_ctrl_request_setup()
|
| /kernel/linux/linux-5.10/Documentation/block/ |
| D | biodoc.rst | 582 See the req_ops and req_flag_bits definitions for an explanation of the various
|