Searched refs:req_ops (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls.c | 3557 static const struct media_request_object_ops req_ops = { variable 3572 obj = media_request_object_find(req, &req_ops, parent); in v4l2_ctrl_request_hdl_find() 3597 ret = media_request_object_bind(req, &req_ops, in v4l2_ctrl_request_bind() 3893 obj = media_request_object_find(req, &req_ops, hdl); in v4l2_ctrls_find_req_obj() 4497 obj = media_request_object_find(req, &req_ops, main_hdl); in v4l2_ctrl_request_complete() 4555 obj = media_request_object_find(req, &req_ops, main_hdl); in v4l2_ctrl_request_setup()
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | biodoc.rst | 582 See the req_ops and req_flag_bits definitions for an explanation of the various
|