Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v4.19/arch/x86/include/asm/
Duaccess.h380 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
382 "1: mov"itype" %2,%"rtype"1\n" \
386 " xor"itype" %"rtype"1,%"rtype"1\n" \
393 #define __get_user_asm_nozero(x, addr, err, itype, rtype, ltype, errret) \ argument
395 "1: mov"itype" %2,%"rtype"1\n" \
430 #define __get_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
431 asm volatile("1: mov"itype" %1,%"rtype"0\n" \
434 "3:xor"itype" %"rtype"0,%"rtype"0\n" \
469 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
471 "1: mov"itype" %"rtype"1,%2\n" \
[all …]
/Linux-v4.19/include/uapi/linux/
Duhid.h84 __u8 rtype; member
90 __u8 rtype; member
103 __u8 rtype; member
160 __u8 rtype; member
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/abm/
Dmain.c55 static u32 nfp_abm_portid(enum nfp_repr_type rtype, unsigned int id) in nfp_abm_portid() argument
57 return FIELD_PREP(NFP_ABM_PORTID_TYPE, rtype) | in nfp_abm_portid()
347 enum nfp_repr_type rtype; in nfp_abm_repr_get() local
351 rtype = FIELD_GET(NFP_ABM_PORTID_TYPE, port_id); in nfp_abm_repr_get()
354 reprs = rcu_dereference(app->reprs[rtype]); in nfp_abm_repr_get()
369 enum nfp_repr_type rtype; in nfp_abm_spawn_repr() local
377 rtype = NFP_REPR_TYPE_PHYS_PORT; in nfp_abm_spawn_repr()
380 rtype = NFP_REPR_TYPE_PF; in nfp_abm_spawn_repr()
411 err = nfp_repr_init(app, netdev, nfp_abm_portid(rtype, alink->id), in nfp_abm_spawn_repr()
416 reprs = nfp_reprs_get_locked(app, rtype); in nfp_abm_spawn_repr()
[all …]
/Linux-v4.19/drivers/hid/
Duhid.c215 u8 *buf, size_t count, u8 rtype) in uhid_hid_get_report() argument
231 ev->u.get_report.rtype = rtype; in uhid_hid_get_report()
258 const u8 *buf, size_t count, u8 rtype) in uhid_hid_set_report() argument
273 ev->u.set_report.rtype = rtype; in uhid_hid_set_report()
299 __u8 *buf, size_t len, unsigned char rtype, in uhid_hid_raw_request() argument
304 switch (rtype) { in uhid_hid_raw_request()
332 __u8 rtype; in uhid_hid_output_raw() local
338 rtype = UHID_FEATURE_REPORT; in uhid_hid_output_raw()
341 rtype = UHID_OUTPUT_REPORT; in uhid_hid_output_raw()
356 ev->u.output.rtype = rtype; in uhid_hid_output_raw()
/Linux-v4.19/net/sunrpc/xprtrdma/
Drpc_rdma.c343 struct rpc_rqst *rqst, enum rpcrdma_chunktype rtype) in rpcrdma_encode_read_list() argument
352 if (rtype == rpcrdma_areadch) in rpcrdma_encode_read_list()
356 rtype, seg); in rpcrdma_encode_read_list()
557 struct xdr_buf *xdr, enum rpcrdma_chunktype rtype) in rpcrdma_prepare_msg_sges() argument
585 if (rtype == rpcrdma_readch) { in rpcrdma_prepare_msg_sges()
689 struct xdr_buf *xdr, enum rpcrdma_chunktype rtype) in rpcrdma_prepare_send_sges() argument
702 if (rtype != rpcrdma_areadch) in rpcrdma_prepare_send_sges()
703 if (!rpcrdma_prepare_msg_sges(&r_xprt->rx_ia, req, xdr, rtype)) in rpcrdma_prepare_send_sges()
733 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
790 rtype = rpcrdma_noch; in rpcrdma_marshal_req()
[all …]
/Linux-v4.19/security/tomoyo/
Dmount.c86 struct tomoyo_path_info rtype; in tomoyo_mount_acl() local
97 rtype.name = requested_type; in tomoyo_mount_acl()
98 tomoyo_fill_path_info(&rtype); in tomoyo_mount_acl()
159 r->param.mount.type = &rtype; in tomoyo_mount_acl()
/Linux-v4.19/drivers/bluetooth/
Dbtqca.c64 edl->rtype != EDL_APP_VER_RES_EVT) { in qca_read_soc_version()
66 edl->rtype); in qca_read_soc_version()
255 edl->rtype != EDL_TVL_DNLD_RES_EVT || tlv_resp->result != 0x00) { in qca_tlv_send_segment()
257 edl->cresp, edl->rtype, tlv_resp->result); in qca_tlv_send_segment()
Dbtqca.h88 __u8 rtype; member
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-sli-defs.h109 __BITFIELD_FIELD(uint64_t rtype:2,
121 __BITFIELD_FIELD(uint64_t rtype:2,
/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_msgtype6.c1153 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_send_cprb() local
1155 init_completion(&rtype->work); in zcrypt_msgtype6_send_cprb()
1157 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_cprb()
1210 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_send_ep11_cprb() local
1258 init_completion(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb()
1260 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb()
1315 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_rng() local
1320 init_completion(&rtype->work); in zcrypt_msgtype6_rng()
1322 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_rng()
Dzcrypt_msgtype50.c387 unsigned char rtype = ((unsigned char *) reply->message)[1]; in convert_response() local
389 switch (rtype) { in convert_response()
405 (unsigned int) rtype); in convert_response()
/Linux-v4.19/drivers/s390/char/
Dsclp_async.c38 u8 rtype; member
106 sccb->evbuf.rtype = 0xA5; in sclp_async_send_wait()
/Linux-v4.19/drivers/rapidio/devices/
Dtsi721_dma.c354 (desc->rtype << 19) | desc->destid); in tsi721_desc_fill_init()
844 enum dma_rtype rtype; in tsi721_prep_rio_sg() local
857 rtype = NREAD; in tsi721_prep_rio_sg()
861 rtype = ALL_NWRITE; in tsi721_prep_rio_sg()
864 rtype = ALL_NWRITE_R; in tsi721_prep_rio_sg()
868 rtype = LAST_NWRITE_R; in tsi721_prep_rio_sg()
887 desc->rtype = rtype; in tsi721_prep_rio_sg()
/Linux-v4.19/drivers/media/i2c/
Ds5k5baf.c1377 enum selection_rect rtype; in s5k5baf_get_selection() local
1380 rtype = s5k5baf_get_sel_rect(sel->pad, sel->target); in s5k5baf_get_selection()
1382 switch (rtype) { in s5k5baf_get_selection()
1393 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()
1490 s5k5baf_set_rect_and_adjust(rects, rtype, &sel->r); in s5k5baf_set_selection()
[all …]
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dhermes.c486 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-v4.19/drivers/staging/greybus/
Dhid.c262 __u8 *buf, size_t len, unsigned char rtype, in gb_hid_raw_request() argument
267 return __gb_hid_get_raw_report(hid, reportnum, buf, len, rtype); in gb_hid_raw_request()
271 return __gb_hid_output_raw_report(hid, buf, len, rtype); in gb_hid_raw_request()
/Linux-v4.19/include/trace/events/
Drpcrdma.h462 unsigned int rtype,
466 TP_ARGS(rqst, hdrlen, rtype, wtype),
476 __field(unsigned int, rtype)
488 __entry->rtype = rtype;
496 xprtrdma_show_chunktype(__entry->rtype),
/Linux-v4.19/include/math-emu/
Dop-common.h787 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \ argument
791 unsigned rtype ur_; \
795 ur_ = (unsigned rtype) -r; \
797 ur_ = (unsigned rtype) r; \
/Linux-v4.19/drivers/hid/intel-ish-hid/
Dishtp-hid.c63 __u8 *buf, size_t len, unsigned char rtype, int reqtype) in ishtp_raw_request() argument
/Linux-v4.19/include/linux/
Dhid.h815 __u8 *buf, size_t len, unsigned char rtype,
1070 size_t len, unsigned char rtype, int reqtype) in hid_hw_raw_request() argument
1076 rtype, reqtype); in hid_hw_raw_request()
/Linux-v4.19/drivers/hid/usbhid/
Dhid-core.c898 __u8 *buf, size_t count, unsigned char rtype) in usbhid_set_raw_report() argument
907 if ((rtype == HID_OUTPUT_REPORT) && in usbhid_set_raw_report()
923 ((rtype + 1) << 8) | reportnum, in usbhid_set_raw_report()
1261 __u8 *buf, size_t len, unsigned char rtype, in usbhid_raw_request() argument
1266 return usbhid_get_raw_report(hid, reportnum, buf, len, rtype); in usbhid_raw_request()
1268 return usbhid_set_raw_report(hid, reportnum, buf, len, rtype); in usbhid_raw_request()
/Linux-v4.19/drivers/pci/controller/
Dpci-mvebu.c935 unsigned long rtype; in mvebu_get_tgt_attr() local
938 rtype = IORESOURCE_IO; in mvebu_get_tgt_attr()
940 rtype = IORESOURCE_MEM; in mvebu_get_tgt_attr()
944 if (slot == PCI_SLOT(devfn) && type == rtype) { in mvebu_get_tgt_attr()
/Linux-v4.19/tools/testing/ktest/
Dktest.pl684 my $rtype = $opt{"REBOOT_TYPE"};
686 if (!defined($rtype)) {
689 $rtype = $entered_configs{"REBOOT_TYPE"};
691 $rtype = "grub";
695 if ($rtype eq "grub") {
699 if ($rtype eq "grub2") {
704 if ($rtype eq "syslinux") {
/Linux-v4.19/drivers/mmc/host/
Dcavium.h111 u8 rtype; member
/Linux-v4.19/samples/uhid/
Duhid-example.c211 if (ev->u.output.rtype != UHID_OUTPUT_REPORT) in handle_output()

12