Searched refs:req_ops (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/block/rnbd/ |
| D | rnbd-clt.c | 431 struct rtrs_clt_req_ops req_ops; in send_usr_msg() local 434 req_ops = (struct rtrs_clt_req_ops) { in send_usr_msg() 438 err = rtrs_clt_request(dir, &req_ops, rtrs, iu->permit, in send_usr_msg() 999 struct rtrs_clt_req_ops req_ops; in rnbd_client_xfer_request() local 1031 req_ops = (struct rtrs_clt_req_ops) { in rnbd_client_xfer_request() 1035 err = rtrs_clt_request(rq_data_dir(rq), &req_ops, rtrs, permit, in rnbd_client_xfer_request()
|
| /Linux-v5.10/drivers/media/v4l2-core/ |
| D | v4l2-ctrls.c | 3444 static const struct media_request_object_ops req_ops = { variable 3459 obj = media_request_object_find(req, &req_ops, parent); in v4l2_ctrl_request_hdl_find() 3484 ret = media_request_object_bind(req, &req_ops, in v4l2_ctrl_request_bind() 3755 obj = media_request_object_find(req, &req_ops, hdl); in v4l2_ctrls_find_req_obj() 4359 obj = media_request_object_find(req, &req_ops, main_hdl); in v4l2_ctrl_request_complete() 4428 obj = media_request_object_find(req, &req_ops, main_hdl); in v4l2_ctrl_request_setup()
|
| /Linux-v5.10/Documentation/block/ |
| D | biodoc.rst | 582 See the req_ops and req_flag_bits definitions for an explanation of the various
|