/Linux-v5.10/drivers/bluetooth/ |
D | btqca.c | 27 u8 rtype = EDL_APP_VER_RES_EVT; in qca_read_soc_version() local 38 rtype = EDL_PATCH_VER_REQ_CMD; in qca_read_soc_version() 65 edl->rtype != rtype) { in qca_read_soc_version() 67 edl->rtype); in qca_read_soc_version() 261 u8 rtype = EDL_TVL_DNLD_RES_EVT; in qca_tlv_send_segment() local 278 rtype = EDL_PATCH_TLV_REQ_CMD; in qca_tlv_send_segment() 302 if (edl->cresp != EDL_CMD_REQ_RES_EVT || edl->rtype != rtype) { in qca_tlv_send_segment() 304 edl->cresp, edl->rtype); in qca_tlv_send_segment() 314 edl->cresp, edl->rtype, tlv_resp->result); in qca_tlv_send_segment()
|
D | btqca.h | 83 __u8 rtype; member
|
/Linux-v5.10/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.10/include/uapi/linux/ |
D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
/Linux-v5.10/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.10/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.10/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 349 enum rpcrdma_chunktype rtype) in rpcrdma_encode_read_list() argument 357 if (rtype == rpcrdma_noch_pullup || rtype == rpcrdma_noch_mapped) in rpcrdma_encode_read_list() 361 if (rtype == rpcrdma_areadch) in rpcrdma_encode_read_list() 365 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 923 rtype = buf->len < rdmab_length(req->rl_sendbuf) ? in rpcrdma_marshal_req() 927 rtype = rpcrdma_readch; in rpcrdma_marshal_req() 931 rtype = rpcrdma_areadch; in rpcrdma_marshal_req() [all …]
|
/Linux-v5.10/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.10/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.10/drivers/s390/crypto/ |
D | zcrypt_msgtype6.c | 1146 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_send_cprb() local 1148 init_completion(&rtype->work); in zcrypt_msgtype6_send_cprb() 1152 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_cprb() 1204 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_send_ep11_cprb() local 1252 init_completion(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb() 1256 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb() 1310 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_rng() local 1315 init_completion(&rtype->work); in zcrypt_msgtype6_rng() 1319 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_rng()
|
D | zcrypt_msgtype50.c | 396 unsigned char rtype = ((unsigned char *) reply->msg)[1]; in convert_response_cex2a() local 398 switch (rtype) { in convert_response_cex2a() 410 (int) rtype); in convert_response_cex2a() 414 (int) rtype); in convert_response_cex2a()
|
/Linux-v5.10/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.10/drivers/media/i2c/ |
D | s5k5baf.c | 1373 enum selection_rect rtype; in s5k5baf_get_selection() local 1376 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target); in s5k5baf_get_selection() 1378 switch (rtype) { in s5k5baf_get_selection() 1389 if (rtype == R_COMPOSE) in s5k5baf_get_selection() 1397 switch (rtype) { in s5k5baf_get_selection() 1464 static enum selection_rect rtype; in s5k5baf_set_selection() local 1469 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target); in s5k5baf_set_selection() 1470 if (rtype == R_INVALID || s5k5baf_is_bound_target(sel->target)) in s5k5baf_set_selection() 1474 if (rtype == R_COMPOSE) { in s5k5baf_set_selection() 1486 s5k5baf_set_rect_and_adjust(rects, rtype, &sel->r); in s5k5baf_set_selection() [all …]
|
/Linux-v5.10/drivers/net/wireless/intersil/orinoco/ |
D | hermes.c | 486 u16 rlength, rtype; in hermes_read_ltv() local 505 rtype = hermes_read_reg(hw, dreg); in hermes_read_ltv() 510 if (rtype != rid) in hermes_read_ltv() 513 hw->iobase, __func__, rid, rtype); in hermes_read_ltv()
|
/Linux-v5.10/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.10/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.10/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.10/tools/testing/ktest/ |
D | ktest.pl | 700 my $rtype = $opt{"REBOOT_TYPE"}; 702 if (!defined($rtype)) { 705 $rtype = $entered_configs{"REBOOT_TYPE"}; 707 $rtype = "grub"; 711 if (($rtype eq "grub") or ($rtype eq "grub2bls")) { 715 if ($rtype eq "grub2") { 720 if ($rtype eq "syslinux") {
|
/Linux-v5.10/include/linux/ |
D | hid.h | 815 __u8 *buf, size_t len, unsigned char rtype, 1092 size_t len, unsigned char rtype, int reqtype) in hid_hw_raw_request() argument 1098 rtype, reqtype); in hid_hw_raw_request()
|
/Linux-v5.10/drivers/hid/usbhid/ |
D | hid-core.c | 906 __u8 *buf, size_t count, unsigned char rtype) in usbhid_set_raw_report() argument 915 if ((rtype == HID_OUTPUT_REPORT) && in usbhid_set_raw_report() 931 ((rtype + 1) << 8) | reportnum, in usbhid_set_raw_report() 1278 __u8 *buf, size_t len, unsigned char rtype, in usbhid_raw_request() argument 1283 return usbhid_get_raw_report(hid, reportnum, buf, len, rtype); in usbhid_raw_request() 1285 return usbhid_set_raw_report(hid, reportnum, buf, len, rtype); in usbhid_raw_request()
|
/Linux-v5.10/include/trace/events/ |
D | rpcrdma.h | 635 unsigned int rtype, 639 TP_ARGS(req, rtype, wtype), 649 __field(unsigned int, rtype) 663 __entry->rtype = rtype; 671 xprtrdma_show_chunktype(__entry->rtype),
|
/Linux-v5.10/drivers/mmc/host/ |
D | cavium.h | 111 u8 rtype; member
|
/Linux-v5.10/samples/uhid/ |
D | uhid-example.c | 211 if (ev->u.output.rtype != UHID_OUTPUT_REPORT) in handle_output()
|
/Linux-v5.10/drivers/hid/i2c-hid/ |
D | i2c-hid-core.c | 677 __u8 *buf, size_t len, unsigned char rtype, in i2c_hid_raw_request() argument 682 return i2c_hid_get_raw_report(hid, reportnum, buf, len, rtype); in i2c_hid_raw_request() 686 return i2c_hid_output_raw_report(hid, buf, len, rtype, true); in i2c_hid_raw_request()
|
/Linux-v5.10/net/ipv6/ |
D | ip6_tunnel.c | 778 int rtype = ipv6_addr_type(raddr); in ip6_tnl_get_cap() local 781 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap() 784 rtype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap() 785 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap() 786 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap() 789 if (rtype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
|