/Linux-v5.15/include/linux/surface_aggregator/ |
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,\
|
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-v5.15/drivers/bluetooth/ |
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 …]
|
D | btqca.h | 97 __u8 rtype; member
|
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/abm/ |
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() 123 err = nfp_repr_init(app, netdev, nfp_abm_portid(rtype, alink->id), in nfp_abm_spawn_repr() 128 reprs = nfp_reprs_get_locked(app, rtype); in nfp_abm_spawn_repr() [all …]
|
/Linux-v5.15/include/uapi/linux/ |
D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
/Linux-v5.15/drivers/hid/ |
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-v5.15/security/tomoyo/ |
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-v5.15/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 348 enum rpcrdma_chunktype rtype) in rpcrdma_encode_read_list() argument 356 if (rtype == rpcrdma_noch_pullup || rtype == rpcrdma_noch_mapped) in rpcrdma_encode_read_list() 360 if (rtype == rpcrdma_areadch) in rpcrdma_encode_read_list() 364 rtype, seg); in rpcrdma_encode_read_list() 792 enum rpcrdma_chunktype rtype) in rpcrdma_prepare_send_sges() argument 811 switch (rtype) { in rpcrdma_prepare_send_sges() 863 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local 928 rtype = buf->len < rdmab_length(req->rl_sendbuf) ? in rpcrdma_marshal_req() 932 rtype = rpcrdma_readch; in rpcrdma_marshal_req() 936 rtype = rpcrdma_areadch; in rpcrdma_marshal_req() [all …]
|
/Linux-v5.15/drivers/hid/surface-hid/ |
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-v5.15/drivers/hid/intel-ish-hid/ |
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-v5.15/arch/mips/include/asm/octeon/ |
D | cvmx-sli-defs.h | 110 __BITFIELD_FIELD(uint64_t rtype:2, 122 __BITFIELD_FIELD(uint64_t rtype:2,
|
/Linux-v5.15/drivers/s390/crypto/ |
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()
|
D | zcrypt_msgtype50.c | 397 unsigned char rtype = ((unsigned char *) reply->msg)[1]; in convert_response_cex2a() local 399 switch (rtype) { in convert_response_cex2a() 411 (int) rtype); in convert_response_cex2a() 415 (int) rtype); in convert_response_cex2a()
|
/Linux-v5.15/drivers/rapidio/devices/ |
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-v5.15/drivers/media/i2c/ |
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() 1474 if (rtype == R_INVALID || s5k5baf_is_bound_target(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() [all …]
|
/Linux-v5.15/drivers/net/wireless/intersil/orinoco/ |
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-v5.15/drivers/staging/greybus/ |
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-v5.15/drivers/scsi/elx/libefc_sli/ |
D | sli4.c | 3728 sli_cmd_common_get_resource_extent_info(struct sli4 *sli4, void *buf, u16 rtype) in sli_cmd_common_get_resource_extent_info() argument 3741 ext->resource_type = cpu_to_le16(rtype); in sli_cmd_common_get_resource_extent_info() 4846 sli_resource_alloc(struct sli4 *sli4, enum sli4_resource rtype, in sli_resource_alloc() argument 4858 switch (rtype) { in sli_resource_alloc() 4864 find_first_zero_bit(sli4->ext[rtype].use_map, in sli_resource_alloc() 4865 sli4->ext[rtype].map_size); in sli_resource_alloc() 4866 if (position >= sli4->ext[rtype].map_size) { in sli_resource_alloc() 4868 rtype, sli4->ext[rtype].n_alloc); in sli_resource_alloc() 4872 set_bit(position, sli4->ext[rtype].use_map); in sli_resource_alloc() 4875 size = sli4->ext[rtype].size; in sli_resource_alloc() [all …]
|
/Linux-v5.15/include/math-emu/ |
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-v5.15/drivers/hid/amd-sfh-hid/ |
D | amd_sfh_hid.c | 53 u8 *buf, size_t len, u8 rtype, int reqtype) in amdtp_raw_request() argument
|
/Linux-v5.15/drivers/pci/controller/ |
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-v5.15/tools/testing/ktest/ |
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-v5.15/include/linux/ |
D | hid.h | 823 __u8 *buf, size_t len, unsigned char rtype, 1108 size_t len, unsigned char rtype, int reqtype) in hid_hw_raw_request() argument 1114 rtype, reqtype); in hid_hw_raw_request()
|
/Linux-v5.15/drivers/hid/usbhid/ |
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()
|