| /linux-6.15/include/linux/surface_aggregator/ |
| H A D | controller.h | 452 rsp.capacity = sizeof(rtype); \ 460 if (rsp.length != sizeof(rtype)) { \ 464 sizeof(rtype), rsp.length, rqst.target_category,\ 513 rsp.capacity = sizeof(rtype); \ 521 if (rsp.length != sizeof(rtype)) { \ 525 sizeof(rtype), rsp.length, rqst.target_category,\ 657 rsp.capacity = sizeof(rtype); \ 665 if (rsp.length != sizeof(rtype)) { \ 706 const atype *arg, rtype *ret) \ 721 rsp.capacity = sizeof(rtype); \ [all …]
|
| H A D | device.h | 522 #define SSAM_DEFINE_SYNC_REQUEST_CL_R(name, rtype, spec...) \ argument 523 SSAM_DEFINE_SYNC_REQUEST_MD_R(__raw_##name, rtype, spec) \ 524 static int name(struct ssam_device *sdev, rtype *ret) \ 558 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \ argument 559 SSAM_DEFINE_SYNC_REQUEST_MD_WR(__raw_##name, atype, rtype, spec) \ 560 static int name(struct ssam_device *sdev, const atype *arg, rtype *ret) \
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | pr.c | 220 reg->rtype = new_rtype; in nvmet_pr_set_new_holder() 339 new->rtype = holder->rtype; in nvmet_pr_update_reg_attr() 418 u8 rtype) in nvmet_pr_acquire() argument 427 if (holder->rtype == rtype) in nvmet_pr_acquire() 532 u8 rtype, in nvmet_pr_preempt() argument 617 u8 rtype, in __nvmet_execute_pr_acquire() argument 703 u8 rtype) in nvmet_pr_release() argument 816 u8 rtype; in nvmet_execute_pr_report() local 842 rtype = holder ? holder->rtype : 0; in nvmet_execute_pr_report() 843 data->rtype = rtype; in nvmet_execute_pr_report() [all …]
|
| H A D | trace.c | 228 u8 rtype = cdw10[1]; in nvmet_trace_resv_acq() local 235 if (rtype < ARRAY_SIZE(rtype_strs) && rtype_strs[rtype]) in nvmet_trace_resv_acq() 236 rtype_str = rtype_strs[rtype]; in nvmet_trace_resv_acq() 239 racqa, racqa_str, iekey, rtype, rtype_str); in nvmet_trace_resv_acq() 254 u8 rtype = cdw10[1]; in nvmet_trace_resv_rel() local 261 if (rtype < ARRAY_SIZE(rtype_strs) && rtype_strs[rtype]) in nvmet_trace_resv_rel() 262 rtype_str = rtype_strs[rtype]; in nvmet_trace_resv_rel() 265 rrela, rrela_str, iekey, rtype, rtype_str); in nvmet_trace_resv_rel()
|
| /linux-6.15/arch/riscv/kvm/ |
| H A D | vcpu_fp.c | 79 unsigned long rtype) in kvm_riscv_vcpu_get_reg_fp() argument 86 rtype); in kvm_riscv_vcpu_get_reg_fp() 89 if ((rtype == KVM_REG_RISCV_FP_F) && in kvm_riscv_vcpu_get_reg_fp() 100 } else if ((rtype == KVM_REG_RISCV_FP_D) && in kvm_riscv_vcpu_get_reg_fp() 124 unsigned long rtype) in kvm_riscv_vcpu_set_reg_fp() argument 131 rtype); in kvm_riscv_vcpu_set_reg_fp() 134 if ((rtype == KVM_REG_RISCV_FP_F) && in kvm_riscv_vcpu_set_reg_fp() 145 } else if ((rtype == KVM_REG_RISCV_FP_D) && in kvm_riscv_vcpu_set_reg_fp()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/abm/ |
| H A D | main.c | 23 static u32 nfp_abm_portid(enum nfp_repr_type rtype, unsigned int id) in nfp_abm_portid() argument 25 return FIELD_PREP(NFP_ABM_PORTID_TYPE, rtype) | in nfp_abm_portid() 59 enum nfp_repr_type rtype; in nfp_abm_repr_get() local 63 rtype = FIELD_GET(NFP_ABM_PORTID_TYPE, port_id); in nfp_abm_repr_get() 66 reprs = rcu_dereference(app->reprs[rtype]); in nfp_abm_repr_get() 81 enum nfp_repr_type rtype; in nfp_abm_spawn_repr() local 89 rtype = NFP_REPR_TYPE_PHYS_PORT; in nfp_abm_spawn_repr() 92 rtype = NFP_REPR_TYPE_PF; in nfp_abm_spawn_repr() 128 reprs = nfp_reprs_get_locked(app, rtype); in nfp_abm_spawn_repr() 149 enum nfp_repr_type rtype) in nfp_abm_kill_repr() argument [all …]
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | btqca.c | 25 u8 rtype = EDL_APP_VER_RES_EVT; in qca_read_soc_version() local 36 rtype = EDL_PATCH_VER_REQ_CMD; in qca_read_soc_version() 58 edl->rtype != rtype) { in qca_read_soc_version() 60 edl->rtype); in qca_read_soc_version() 121 edl->rtype); in qca_read_fw_build_info() 179 edl->rtype); in qca_send_patch_config_cmd() 234 edl->rtype != EDL_GET_BID_REQ_CMD) { in qca_read_fw_board_id() 488 u8 rtype = EDL_TVL_DNLD_RES_EVT; in qca_tlv_send_segment() local 505 rtype = EDL_PATCH_TLV_REQ_CMD; in qca_tlv_send_segment() 524 if (edl->cresp != EDL_CMD_REQ_RES_EVT || edl->rtype != rtype) { in qca_tlv_send_segment() [all …]
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | trace.c | 274 u8 rtype = cdw10[1]; in nvme_trace_resv_acq() local 281 if (rtype < ARRAY_SIZE(rtype_strs) && rtype_strs[rtype]) in nvme_trace_resv_acq() 282 rtype_str = rtype_strs[rtype]; in nvme_trace_resv_acq() 285 racqa, racqa_str, iekey, rtype, rtype_str); in nvme_trace_resv_acq() 300 u8 rtype = cdw10[1]; in nvme_trace_resv_rel() local 307 if (rtype < ARRAY_SIZE(rtype_strs) && rtype_strs[rtype]) in nvme_trace_resv_rel() 308 rtype_str = rtype_strs[rtype]; in nvme_trace_resv_rel() 311 rrela, rrela_str, iekey, rtype, rtype_str); in nvme_trace_resv_rel()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
| /linux-6.15/include/linux/ |
| H A D | hid_bpf.h | 69 size_t len, enum hid_report_type rtype, 159 enum hid_report_type rtype, enum hid_class_request reqtype, 206 u32 size, enum hid_report_type rtype, 222 u32 size, enum hid_report_type rtype, in dispatch_hid_bpf_raw_requests() argument
|
| /linux-6.15/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 83 u32 size, enum hid_report_type rtype, in dispatch_hid_bpf_raw_requests() argument 102 if (rtype >= HID_REPORT_TYPES) in dispatch_hid_bpf_raw_requests() 111 ret = e->hid_hw_request(&ctx_kern.ctx, reportnum, rtype, reqtype, source); in dispatch_hid_bpf_raw_requests() 360 enum hid_report_type rtype) in __hid_bpf_hw_check_params() argument 370 switch (rtype) { in __hid_bpf_hw_check_params() 382 report_enum = ctx->hid->report_enum + rtype; in __hid_bpf_hw_check_params() 408 enum hid_report_type rtype, enum hid_class_request reqtype) in hid_bpf_hw_request() argument 421 ret = __hid_bpf_hw_check_params(ctx, buf, &size, rtype); in hid_bpf_hw_request() 445 rtype, in hid_bpf_hw_request()
|
| /linux-6.15/drivers/hid/ |
| H A D | uhid.c | 233 u8 *buf, size_t count, u8 rtype) in uhid_hid_get_report() argument 249 ev->u.get_report.rtype = rtype; in uhid_hid_get_report() 276 const u8 *buf, size_t count, u8 rtype) in uhid_hid_set_report() argument 291 ev->u.set_report.rtype = rtype; in uhid_hid_set_report() 317 __u8 *buf, size_t len, unsigned char rtype, in uhid_hid_raw_request() argument 322 switch (rtype) { in uhid_hid_raw_request() 350 __u8 rtype; in uhid_hid_output_raw() local 356 rtype = UHID_FEATURE_REPORT; in uhid_hid_output_raw() 359 rtype = UHID_OUTPUT_REPORT; in uhid_hid_output_raw() 374 ev->u.output.rtype = rtype; in uhid_hid_output_raw()
|
| /linux-6.15/drivers/hid/intel-thc-hid/intel-quicki2c/ |
| H A D | quicki2c-hid.c | 54 unsigned char rtype, int reqtype) in quicki2c_hid_raw_request() argument 65 ret = quicki2c_get_report(qcdev, rtype, reportnum, buf, len); in quicki2c_hid_raw_request() 68 ret = quicki2c_set_report(qcdev, rtype, reportnum, buf, len); in quicki2c_hid_raw_request()
|
| /linux-6.15/drivers/hid/intel-thc-hid/intel-quickspi/ |
| H A D | quickspi-hid.c | 53 unsigned char rtype, int reqtype) in quickspi_hid_raw_request() argument 64 ret = quickspi_get_report(qsdev, rtype, reportnum, buf); in quickspi_hid_raw_request() 67 ret = quickspi_set_report(qsdev, rtype, reportnum, buf, len); in quickspi_hid_raw_request()
|
| /linux-6.15/tools/testing/selftests/hid/progs/ |
| H A D | hid.c | 312 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() argument 333 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() argument 345 ret = hid_bpf_hw_request(hctx, data, 2, rtype, reqtype); in BPF_PROG() 364 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() argument 377 ret = hid_bpf_hw_request(hctx, data, 2, rtype, reqtype); in BPF_PROG() 391 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() argument
|
| /linux-6.15/security/tomoyo/ |
| H A D | mount.c | 88 struct tomoyo_path_info rtype; in tomoyo_mount_acl() local 100 rtype.name = requested_type; in tomoyo_mount_acl() 101 tomoyo_fill_path_info(&rtype); in tomoyo_mount_acl() 162 r->param.mount.type = &rtype; in tomoyo_mount_acl()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | kvm_vcpu_fp.h | 54 unsigned long rtype); 57 unsigned long rtype);
|
| /linux-6.15/net/sunrpc/xprtrdma/ |
| H A D | rpc_rdma.c | 336 enum rpcrdma_chunktype rtype) in rpcrdma_encode_read_list() argument 344 if (rtype == rpcrdma_noch_pullup || rtype == rpcrdma_noch_mapped) in rpcrdma_encode_read_list() 348 if (rtype == rpcrdma_areadch) in rpcrdma_encode_read_list() 352 rtype, seg); in rpcrdma_encode_read_list() 793 enum rpcrdma_chunktype rtype) in rpcrdma_prepare_send_sges() argument 812 switch (rtype) { in rpcrdma_prepare_send_sges() 864 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local 933 rtype = rpcrdma_readch; in rpcrdma_marshal_req() 937 rtype = rpcrdma_areadch; in rpcrdma_marshal_req() 973 buf, rtype); in rpcrdma_marshal_req() [all …]
|
| /linux-6.15/drivers/hid/surface-hid/ |
| H A D | surface_hid_core.c | 158 size_t len, unsigned char rtype, int reqtype) in surface_hid_raw_request() argument 165 if (rtype == HID_OUTPUT_REPORT && reqtype == HID_REQ_SET_REPORT) in surface_hid_raw_request() 168 else if (rtype == HID_FEATURE_REPORT && reqtype == HID_REQ_GET_REPORT) in surface_hid_raw_request() 171 else if (rtype == HID_FEATURE_REPORT && reqtype == HID_REQ_SET_REPORT) in surface_hid_raw_request()
|
| /linux-6.15/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-hid.c | 55 __u8 *buf, size_t len, unsigned char rtype, in ishtp_raw_request() argument 63 if (rtype == HID_OUTPUT_REPORT) in ishtp_raw_request() 73 hid_ishtp_get_report(hid, reportnum, rtype); in ishtp_raw_request()
|
| /linux-6.15/arch/mips/include/asm/octeon/ |
| H A D | cvmx-sli-defs.h | 110 __BITFIELD_FIELD(uint64_t rtype:2, 122 __BITFIELD_FIELD(uint64_t rtype:2,
|
| /linux-6.15/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.c | 1100 struct response_type *rtype = ap_msg->private; in zcrypt_msgtype6_send_cprb() local 1131 init_completion(&rtype->work); in zcrypt_msgtype6_send_cprb() 1135 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_cprb() 1200 struct response_type *rtype = ap_msg->private; in zcrypt_msgtype6_send_ep11_cprb() local 1254 init_completion(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb() 1258 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb() 1322 struct response_type *rtype = ap_msg->private; in zcrypt_msgtype6_rng() local 1327 init_completion(&rtype->work); in zcrypt_msgtype6_rng() 1331 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_rng()
|
| H A D | zcrypt_msgtype50.c | 379 unsigned char rtype = ((unsigned char *)reply->msg)[1]; in convert_response() local 381 switch (rtype) { in convert_response() 393 (int)rtype); in convert_response() 397 AP_QID_QUEUE(zq->queue->qid), (int)rtype); in convert_response()
|
| /linux-6.15/drivers/rapidio/devices/ |
| H A D | tsi721_dma.c | 344 (desc->rtype << 19) | desc->destid); in tsi721_desc_fill_init() 834 enum dma_rtype rtype; in tsi721_prep_rio_sg() local 847 rtype = NREAD; in tsi721_prep_rio_sg() 851 rtype = ALL_NWRITE; in tsi721_prep_rio_sg() 854 rtype = ALL_NWRITE_R; in tsi721_prep_rio_sg() 858 rtype = LAST_NWRITE_R; in tsi721_prep_rio_sg() 877 desc->rtype = rtype; in tsi721_prep_rio_sg()
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | s5k5baf.c | 1381 enum selection_rect rtype; in s5k5baf_get_selection() local 1384 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target); in s5k5baf_get_selection() 1386 switch (rtype) { in s5k5baf_get_selection() 1397 if (rtype == R_COMPOSE) in s5k5baf_get_selection() 1407 switch (rtype) { in s5k5baf_get_selection() 1474 static enum selection_rect rtype; in s5k5baf_set_selection() local 1479 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target); in s5k5baf_set_selection() 1484 if (rtype == R_COMPOSE) { in s5k5baf_set_selection() 1496 s5k5baf_set_rect_and_adjust(rects, rtype, &sel->r); in s5k5baf_set_selection() 1509 if (rtype < R_CROP_SOURCE) { in s5k5baf_set_selection() [all …]
|