Searched refs:rtype (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/arch/riscv/include/asm/
H A Dkvm_vcpu_fp.h54 unsigned long rtype);
57 unsigned long rtype);
/linux-master/arch/riscv/kvm/
H A Dvcpu_fp.c79 unsigned long rtype)
86 rtype);
89 if ((rtype == KVM_REG_RISCV_FP_F) &&
100 } else if ((rtype == KVM_REG_RISCV_FP_D) &&
124 unsigned long rtype)
131 rtype);
134 if ((rtype == KVM_REG_RISCV_FP_F) &&
145 } else if ((rtype == KVM_REG_RISCV_FP_D) &&
77 kvm_riscv_vcpu_get_reg_fp(struct kvm_vcpu *vcpu, const struct kvm_one_reg *reg, unsigned long rtype) argument
122 kvm_riscv_vcpu_set_reg_fp(struct kvm_vcpu *vcpu, const struct kvm_one_reg *reg, unsigned long rtype) argument
/linux-master/include/linux/surface_aggregator/
H A Dcontroller.h417 * @rtype: Type of the request's return value.
422 * type @rtype. The generated function takes care of setting up the request
428 * ssam_controller *ctrl, rtype *ret)``, returning the status of the request,
436 #define SSAM_DEFINE_SYNC_REQUEST_R(name, rtype, spec...) \
437 static int name(struct ssam_controller *ctrl, rtype *ret) \
452 rsp.capacity = sizeof(rtype); \
460 if (rsp.length != sizeof(rtype)) { \
464 sizeof(rtype), rsp.length, rqst.target_category,\
477 * @rtype: Type of the request's return value.
482 * of type @rtype
[all...]
H A Ddevice.h500 * @rtype: Type of the request's return value.
505 * type @rtype. Device specifying parameters are not hard-coded, but instead
513 * *sdev, rtype *ret)``, returning the status of the request, which is zero on
522 #define SSAM_DEFINE_SYNC_REQUEST_CL_R(name, rtype, spec...) \
523 SSAM_DEFINE_SYNC_REQUEST_MD_R(__raw_##name, rtype, spec) \
524 static int name(struct ssam_device *sdev, rtype *ret) \
535 * @rtype: Type of the request's return value.
540 * of type @rtype. Device specifying parameters are not hard-coded, but instead
548 * *sdev, const atype *arg, rtype *ret)``, returning the status of the request,
558 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spe
[all...]
/linux-master/include/uapi/linux/
H A Duhid.h84 __u8 rtype; member in struct:uhid_output_req
90 __u8 rtype; member in struct:uhid_get_report_req
103 __u8 rtype; member in struct:uhid_set_report_req
160 __u8 rtype; member in struct:uhid_feature_req
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.c23 static u32 nfp_abm_portid(enum nfp_repr_type rtype, unsigned int id) argument
25 return FIELD_PREP(NFP_ABM_PORTID_TYPE, rtype) |
59 enum nfp_repr_type rtype; local
63 rtype = FIELD_GET(NFP_ABM_PORTID_TYPE, port_id);
66 reprs = rcu_dereference(app->reprs[rtype]);
81 enum nfp_repr_type rtype; local
89 rtype = NFP_REPR_TYPE_PHYS_PORT;
92 rtype = NFP_REPR_TYPE_PF;
123 err = nfp_repr_init(app, netdev, nfp_abm_portid(rtype, alink->id),
128 reprs = nfp_reprs_get_locked(app, rtype);
148 nfp_abm_kill_repr(struct nfp_app *app, struct nfp_abm_link *alink, enum nfp_repr_type rtype) argument
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sli-defs.h110 __BITFIELD_FIELD(uint64_t rtype:2,
122 __BITFIELD_FIELD(uint64_t rtype:2,
/linux-master/drivers/bluetooth/
H A Dbtqca.c29 u8 rtype = EDL_APP_VER_RES_EVT;
40 rtype = EDL_PATCH_VER_REQ_CMD;
67 edl->rtype != rtype) {
69 edl->rtype);
127 edl->rtype != EDL_GET_BUILD_INFO_CMD) {
129 edl->rtype);
177 if (edl->cresp != EDL_PATCH_CONFIG_RES_EVT || edl->rtype != EDL_PATCH_CONFIG_CMD) {
179 edl->rtype);
234 edl->rtype !
27 u8 rtype = EDL_APP_VER_RES_EVT; local
396 u8 rtype = EDL_TVL_DNLD_RES_EVT; local
[all...]
H A Dbtqca.h101 __u8 rtype; member in struct:edl_event_hdr
/linux-master/security/tomoyo/
H A Dmount.c88 struct tomoyo_path_info rtype; local
100 rtype.name = requested_type;
101 tomoyo_fill_path_info(&rtype);
162 r->param.mount.type = &rtype;
/linux-master/drivers/hid/surface-hid/
H A Dsurface_hid_core.c158 size_t len, unsigned char rtype, int reqtype)
165 if (rtype == HID_OUTPUT_REPORT && reqtype == HID_REQ_SET_REPORT)
168 else if (rtype == HID_FEATURE_REPORT && reqtype == HID_REQ_GET_REPORT)
171 else if (rtype == HID_FEATURE_REPORT && reqtype == HID_REQ_SET_REPORT)
157 surface_hid_raw_request(struct hid_device *hid, unsigned char reportnum, u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
/linux-master/drivers/hid/
H A Duhid.c233 u8 *buf, size_t count, u8 rtype)
249 ev->u.get_report.rtype = rtype;
276 const u8 *buf, size_t count, u8 rtype)
291 ev->u.set_report.rtype = rtype;
317 __u8 *buf, size_t len, unsigned char rtype,
322 switch (rtype) {
350 __u8 rtype; local
356 rtype
232 uhid_hid_get_report(struct hid_device *hid, unsigned char rnum, u8 *buf, size_t count, u8 rtype) argument
275 uhid_hid_set_report(struct hid_device *hid, unsigned char rnum, const u8 *buf, size_t count, u8 rtype) argument
316 uhid_hid_raw_request(struct hid_device *hid, unsigned char reportnum, __u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
[all...]
/linux-master/include/linux/
H A Dhid_bpf.h104 size_t len, enum hid_report_type rtype,
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c55 __u8 *buf, size_t len, unsigned char rtype,
63 if (rtype == HID_OUTPUT_REPORT)
73 hid_ishtp_get_report(hid, reportnum, rtype);
54 ishtp_raw_request(struct hid_device *hid, unsigned char reportnum, __u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
/linux-master/net/sunrpc/xprtrdma/
H A Drpc_rdma.c336 enum rpcrdma_chunktype rtype)
344 if (rtype == rpcrdma_noch_pullup || rtype == rpcrdma_noch_mapped)
348 if (rtype == rpcrdma_areadch)
352 rtype, seg);
786 * @rtype: chunk type being encoded
793 enum rpcrdma_chunktype rtype)
812 switch (rtype) {
864 enum rpcrdma_chunktype rtype, wtype; local
929 rtype
333 rpcrdma_encode_read_list(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype rtype) argument
790 rpcrdma_prepare_send_sges(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, u32 hdrlen, struct xdr_buf *xdr, enum rpcrdma_chunktype rtype) argument
[all...]
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c402 * @rtype: the type of the report (%HID_INPUT_REPORT, %HID_FEATURE_REPORT, %HID_OUTPUT_REPORT)
409 enum hid_report_type rtype, enum hid_class_request reqtype)
422 switch (rtype) {
448 report_enum = hdev->report_enum + rtype;
466 rtype,
408 hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz, enum hid_report_type rtype, enum hid_class_request reqtype) argument
/linux-master/drivers/nvme/host/
H A Dtrace.c248 u8 rtype = cdw10[1]; local
250 trace_seq_printf(p, "racqa=%u, iekey=%u, rtype=%u",
251 racqa, iekey, rtype);
262 u8 rtype = cdw10[1]; local
264 trace_seq_printf(p, "rrela=%u, iekey=%u, rtype=%u",
265 rrela, iekey, rtype);
/linux-master/drivers/rapidio/devices/
H A Dtsi721_dma.c344 (desc->rtype << 19) | desc->destid);
834 enum dma_rtype rtype; local
847 rtype = NREAD;
851 rtype = ALL_NWRITE;
854 rtype = ALL_NWRITE_R;
858 rtype = LAST_NWRITE_R;
877 desc->rtype = rtype;
/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c1107 struct response_type *rtype = ap_msg->private; local
1138 init_completion(&rtype->work);
1142 rc = wait_for_completion_interruptible(&rtype->work);
1207 struct response_type *rtype = ap_msg->private; local
1261 init_completion(&rtype->work);
1265 rc = wait_for_completion_interruptible(&rtype->work);
1329 struct response_type *rtype = ap_msg->private; local
1334 init_completion(&rtype->work);
1338 rc = wait_for_completion_interruptible(&rtype->work);
H A Dzcrypt_msgtype50.c379 unsigned char rtype = ((unsigned char *)reply->msg)[1]; local
381 switch (rtype) {
393 (int)rtype);
397 AP_QID_QUEUE(zq->queue->qid), (int)rtype);
/linux-master/drivers/staging/greybus/
H A Dhid.c263 __u8 *buf, size_t len, unsigned char rtype,
268 return __gb_hid_get_raw_report(hid, reportnum, buf, len, rtype);
272 return __gb_hid_output_raw_report(hid, buf, len, rtype);
262 gb_hid_raw_request(struct hid_device *hid, unsigned char reportnum, __u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
/linux-master/drivers/media/i2c/
H A Ds5k5baf.c1381 enum selection_rect rtype; local
1384 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target);
1386 switch (rtype) {
1397 if (rtype == R_COMPOSE)
1407 switch (rtype) {
1474 static enum selection_rect rtype; local
1479 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target);
1480 if (rtype == R_INVALID || s5k5baf_is_bound_target(sel->target))
1484 if (rtype == R_COMPOSE) {
1496 s5k5baf_set_rect_and_adjust(rects, rtype,
[all...]
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c56 u8 *buf, size_t len, u8 rtype, int reqtype)
55 amdtp_raw_request(struct hid_device *hdev, u8 reportnum, u8 *buf, size_t len, u8 rtype, int reqtype) argument
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h447 #define __BUILD_VMX_MSR_BITMAP_HELPER(rtype, action, bitop, access, base) \
448 static inline rtype vmx_##action##_msr_bitmap_##access(unsigned long *bitmap, \
457 return (rtype)true; \
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py417 def set_report(self, req, rnum, rtype, data):
418 if rtype != self.UHID_FEATURE_REPORT:
419 raise InvalidHIDCommunication(f"Unexpected report type: {rtype}")
434 def set_report(self, req, rnum, rtype, data):
435 super().set_report(req, rnum, rtype, data)
530 def set_report(self, req, rnum, rtype, data):
531 super().set_report(req, rnum, rtype, data)

Completed in 260 milliseconds

123