/linux/arch/riscv/kvm/ |
A D | vcpu_fp.c | 79 unsigned long rtype) in kvm_riscv_vcpu_get_reg_fp() argument 87 rtype); in kvm_riscv_vcpu_get_reg_fp() 90 if ((rtype == KVM_REG_RISCV_FP_F) && in kvm_riscv_vcpu_get_reg_fp() 101 } else if ((rtype == KVM_REG_RISCV_FP_D) && in kvm_riscv_vcpu_get_reg_fp() 125 unsigned long rtype) in kvm_riscv_vcpu_set_reg_fp() argument 133 rtype); in kvm_riscv_vcpu_set_reg_fp() 136 if ((rtype == KVM_REG_RISCV_FP_F) && in kvm_riscv_vcpu_set_reg_fp() 147 } else if ((rtype == KVM_REG_RISCV_FP_D) && in kvm_riscv_vcpu_set_reg_fp()
|
/linux/include/linux/surface_aggregator/ |
A D | controller.h | 436 #define SSAM_DEFINE_SYNC_REQUEST_R(name, rtype, spec...) \ argument 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,\ 580 #define SSAM_DEFINE_SYNC_REQUEST_MD_R(name, rtype, spec...) \ argument 581 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, rtype *ret) \ 596 rsp.capacity = sizeof(rtype); \ 604 if (rsp.length != sizeof(rtype)) { \ 608 sizeof(rtype), rsp.length, rqst.target_category,\
|
A D | device.h | 416 #define SSAM_DEFINE_SYNC_REQUEST_CL_R(name, rtype, spec...) \ argument 417 SSAM_DEFINE_SYNC_REQUEST_MD_R(__raw_##name, rtype, spec) \ 418 static int name(struct ssam_device *sdev, rtype *ret) \
|
/linux/drivers/bluetooth/ |
A D | btqca.c | 26 u8 rtype = EDL_APP_VER_RES_EVT; in qca_read_soc_version() local 37 rtype = EDL_PATCH_VER_REQ_CMD; in qca_read_soc_version() 64 edl->rtype != rtype) { in qca_read_soc_version() 66 edl->rtype); in qca_read_soc_version() 124 edl->rtype != EDL_GET_BUILD_INFO_CMD) { in qca_read_fw_build_info() 126 edl->rtype); in qca_read_fw_build_info() 313 u8 rtype = EDL_TVL_DNLD_RES_EVT; in qca_tlv_send_segment() local 330 rtype = EDL_PATCH_TLV_REQ_CMD; in qca_tlv_send_segment() 354 if (edl->cresp != EDL_CMD_REQ_RES_EVT || edl->rtype != rtype) { in qca_tlv_send_segment() 356 edl->cresp, edl->rtype); in qca_tlv_send_segment() [all …]
|
/linux/drivers/net/ethernet/netronome/nfp/abm/ |
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/include/uapi/linux/ |
A D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
/linux/drivers/hid/ |
A D | uhid.c | 213 u8 *buf, size_t count, u8 rtype) in uhid_hid_get_report() argument 229 ev->u.get_report.rtype = rtype; in uhid_hid_get_report() 256 const u8 *buf, size_t count, u8 rtype) in uhid_hid_set_report() argument 271 ev->u.set_report.rtype = rtype; in uhid_hid_set_report() 297 __u8 *buf, size_t len, unsigned char rtype, in uhid_hid_raw_request() argument 302 switch (rtype) { in uhid_hid_raw_request() 330 __u8 rtype; in uhid_hid_output_raw() local 336 rtype = UHID_FEATURE_REPORT; in uhid_hid_output_raw() 339 rtype = UHID_OUTPUT_REPORT; in uhid_hid_output_raw() 354 ev->u.output.rtype = rtype; in uhid_hid_output_raw()
|
/linux/security/tomoyo/ |
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/net/sunrpc/xprtrdma/ |
A D | rpc_rdma.c | 340 enum rpcrdma_chunktype rtype) in rpcrdma_encode_read_list() argument 348 if (rtype == rpcrdma_noch_pullup || rtype == rpcrdma_noch_mapped) in rpcrdma_encode_read_list() 352 if (rtype == rpcrdma_areadch) in rpcrdma_encode_read_list() 356 rtype, seg); in rpcrdma_encode_read_list() 797 enum rpcrdma_chunktype rtype) in rpcrdma_prepare_send_sges() argument 816 switch (rtype) { in rpcrdma_prepare_send_sges() 868 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local 937 rtype = rpcrdma_readch; in rpcrdma_marshal_req() 941 rtype = rpcrdma_areadch; in rpcrdma_marshal_req() 977 buf, rtype); in rpcrdma_marshal_req() [all …]
|
/linux/arch/riscv/include/asm/ |
A D | kvm_vcpu_fp.h | 54 unsigned long rtype); 57 unsigned long rtype);
|
/linux/drivers/hid/surface-hid/ |
A D | surface_hid_core.c | 125 size_t len, unsigned char rtype, int reqtype) in surface_hid_raw_request() argument 129 if (rtype == HID_OUTPUT_REPORT && reqtype == HID_REQ_SET_REPORT) in surface_hid_raw_request() 132 else if (rtype == HID_FEATURE_REPORT && reqtype == HID_REQ_GET_REPORT) in surface_hid_raw_request() 135 else if (rtype == HID_FEATURE_REPORT && reqtype == HID_REQ_SET_REPORT) in surface_hid_raw_request()
|
/linux/drivers/hid/intel-ish-hid/ |
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/arch/mips/include/asm/octeon/ |
A D | cvmx-sli-defs.h | 110 __BITFIELD_FIELD(uint64_t rtype:2, 122 __BITFIELD_FIELD(uint64_t rtype:2,
|
/linux/drivers/s390/crypto/ |
A D | zcrypt_msgtype6.c | 1155 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_send_cprb() local 1157 init_completion(&rtype->work); in zcrypt_msgtype6_send_cprb() 1161 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_cprb() 1214 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_send_ep11_cprb() local 1262 init_completion(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb() 1266 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb() 1321 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_rng() local 1326 init_completion(&rtype->work); in zcrypt_msgtype6_rng() 1330 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_rng()
|
A D | zcrypt_msgtype50.c | 395 unsigned char rtype = ((unsigned char *) reply->msg)[1]; in convert_response_cex2a() local 397 switch (rtype) { in convert_response_cex2a() 409 (int) rtype); in convert_response_cex2a() 413 AP_QID_QUEUE(zq->queue->qid), (int) rtype); in convert_response_cex2a()
|
/linux/drivers/rapidio/devices/ |
A D | tsi721_dma.c | 342 (desc->rtype << 19) | desc->destid); in tsi721_desc_fill_init() 832 enum dma_rtype rtype; in tsi721_prep_rio_sg() local 845 rtype = NREAD; in tsi721_prep_rio_sg() 849 rtype = ALL_NWRITE; in tsi721_prep_rio_sg() 852 rtype = ALL_NWRITE_R; in tsi721_prep_rio_sg() 856 rtype = LAST_NWRITE_R; in tsi721_prep_rio_sg() 875 desc->rtype = rtype; in tsi721_prep_rio_sg()
|
/linux/drivers/media/i2c/ |
A D | s5k5baf.c | 1375 enum selection_rect rtype; in s5k5baf_get_selection() local 1378 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target); in s5k5baf_get_selection() 1380 switch (rtype) { in s5k5baf_get_selection() 1391 if (rtype == R_COMPOSE) in s5k5baf_get_selection() 1401 switch (rtype) { in s5k5baf_get_selection() 1468 static enum selection_rect rtype; in s5k5baf_set_selection() local 1473 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target); in s5k5baf_set_selection() 1478 if (rtype == R_COMPOSE) { in s5k5baf_set_selection() 1493 s5k5baf_set_rect_and_adjust(rects, rtype, &sel->r); in s5k5baf_set_selection() 1506 if (rtype < R_CROP_SOURCE) { in s5k5baf_set_selection() [all …]
|
/linux/drivers/net/wireless/intersil/orinoco/ |
A D | hermes.c | 485 u16 rlength, rtype; in hermes_read_ltv() local 504 rtype = hermes_read_reg(hw, dreg); in hermes_read_ltv() 509 if (rtype != rid) in hermes_read_ltv() 512 hw->iobase, __func__, rid, rtype); in hermes_read_ltv()
|
/linux/drivers/staging/greybus/ |
A D | hid.c | 263 __u8 *buf, size_t len, unsigned char rtype, in gb_hid_raw_request() argument 268 return __gb_hid_get_raw_report(hid, reportnum, buf, len, rtype); in gb_hid_raw_request() 272 return __gb_hid_output_raw_report(hid, buf, len, rtype); in gb_hid_raw_request()
|
/linux/arch/x86/kvm/vmx/ |
A D | vmx.h | 421 #define __BUILD_VMX_MSR_BITMAP_HELPER(rtype, action, bitop, access, base) \ argument 422 static inline rtype vmx_##action##_msr_bitmap_##access(unsigned long *bitmap, \ 431 return (rtype)true; \
|
/linux/drivers/scsi/elx/libefc_sli/ |
A D | sli4.c | 3741 ext->resource_type = cpu_to_le16(rtype); in sli_cmd_common_get_resource_extent_info() 4857 switch (rtype) { in sli_resource_alloc() 4864 sli4->ext[rtype].map_size); in sli_resource_alloc() 4867 rtype, sli4->ext[rtype].n_alloc); in sli_resource_alloc() 4874 size = sli4->ext[rtype].size; in sli_resource_alloc() 4881 sli4->ext[rtype].n_alloc++; in sli_resource_alloc() 4897 switch (rtype) { in sli_resource_free() 4907 base = sli4->ext[rtype].base; in sli_resource_free() 4908 size = sli4->ext[rtype].size; in sli_resource_free() 4941 switch (rtype) { in sli_resource_reset() [all …]
|
/linux/include/math-emu/ |
A D | op-common.h | 792 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \ argument 796 unsigned rtype ur_; \ 800 ur_ = (unsigned rtype) -r; \ 802 ur_ = (unsigned rtype) r; \
|
/linux/tools/testing/ktest/ |
A D | ktest.pl | 763 my $rtype = $opt{"REBOOT_TYPE"}; 765 if (!defined($rtype)) { 768 $rtype = $entered_configs{"REBOOT_TYPE"}; 770 $rtype = "grub"; 774 if (($rtype eq "grub") or ($rtype eq "grub2bls")) { 778 if ($rtype eq "grub2") { 783 if ($rtype eq "syslinux") {
|
/linux/drivers/pci/controller/ |
A D | pci-mvebu.c | 756 unsigned long rtype; in mvebu_get_tgt_attr() local 759 rtype = IORESOURCE_IO; in mvebu_get_tgt_attr() 761 rtype = IORESOURCE_MEM; in mvebu_get_tgt_attr() 765 if (slot == PCI_SLOT(devfn) && type == rtype) { in mvebu_get_tgt_attr()
|
/linux/drivers/hid/usbhid/ |
A D | hid-core.c | 904 __u8 *buf, size_t count, unsigned char rtype) in usbhid_set_raw_report() argument 913 if ((rtype == HID_OUTPUT_REPORT) && in usbhid_set_raw_report() 929 ((rtype + 1) << 8) | reportnum, in usbhid_set_raw_report() 1287 __u8 *buf, size_t len, unsigned char rtype, in usbhid_raw_request() argument 1292 return usbhid_get_raw_report(hid, reportnum, buf, len, rtype); in usbhid_raw_request() 1294 return usbhid_set_raw_report(hid, reportnum, buf, len, rtype); in usbhid_raw_request()
|