Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Duaccess.h360 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
362 "1: mov"itype" %2,%"rtype"1\n" \
366 " xor"itype" %"rtype"1,%"rtype"1\n" \
394 #define __get_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
395 asm volatile("1: mov"itype" %1,%"rtype"0\n" \
425 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
427 "1: mov"itype" %"rtype"1,%2\n" \
437 #define __put_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
438 asm volatile("1: mov"itype" %"rtype"0,%1\n" \
/linux-4.4.14/include/uapi/linux/
Duhid.h83 __u8 rtype; member
89 __u8 rtype; member
102 __u8 rtype; member
159 __u8 rtype; member
/linux-4.4.14/drivers/hid/
Duhid.c199 u8 *buf, size_t count, u8 rtype) in uhid_hid_get_report() argument
215 ev->u.get_report.rtype = rtype; in uhid_hid_get_report()
242 const u8 *buf, size_t count, u8 rtype) in uhid_hid_set_report() argument
257 ev->u.set_report.rtype = rtype; in uhid_hid_set_report()
283 __u8 *buf, size_t len, unsigned char rtype, in uhid_hid_raw_request() argument
288 switch (rtype) { in uhid_hid_raw_request()
316 __u8 rtype; in uhid_hid_output_raw() local
322 rtype = UHID_FEATURE_REPORT; in uhid_hid_output_raw()
325 rtype = UHID_OUTPUT_REPORT; in uhid_hid_output_raw()
340 ev->u.output.rtype = rtype; in uhid_hid_output_raw()
Dhid-hyperv.c469 unsigned char rtype, in mousevsc_hid_raw_request() argument
/linux-4.4.14/net/sunrpc/xprtrdma/
Drpc_rdma.c441 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
493 rtype = rpcrdma_noch; in rpcrdma_marshal_req()
495 rtype = rpcrdma_readch; in rpcrdma_marshal_req()
499 rtype = rpcrdma_areadch; in rpcrdma_marshal_req()
504 if (rtype != rpcrdma_noch && wtype == rpcrdma_replych) in rpcrdma_marshal_req()
506 if (rtype != rpcrdma_noch && wtype != rpcrdma_noch) { in rpcrdma_marshal_req()
519 if (rtype == rpcrdma_noch) { in rpcrdma_marshal_req()
528 } else if (rtype == rpcrdma_readch) in rpcrdma_marshal_req()
530 if (rtype != rpcrdma_noch) { in rpcrdma_marshal_req()
532 headerp, rtype); in rpcrdma_marshal_req()
[all …]
/linux-4.4.14/security/tomoyo/
Dmount.c85 struct tomoyo_path_info rtype; in tomoyo_mount_acl() local
96 rtype.name = requested_type; in tomoyo_mount_acl()
97 tomoyo_fill_path_info(&rtype); in tomoyo_mount_acl()
158 r->param.mount.type = &rtype; in tomoyo_mount_acl()
/linux-4.4.14/drivers/bluetooth/
Dbtqca.c65 edl->rtype != EDL_APP_VER_RES_EVT) { in rome_patch_ver_req()
67 edl->cresp, edl->rtype); in rome_patch_ver_req()
236 edl->rtype != EDL_TVL_DNLD_RES_EVT || tlv_resp->result != 0x00) { in rome_tlv_send_segment()
238 hdev->name, edl->cresp, edl->rtype, tlv_resp->result); in rome_tlv_send_segment()
Dbtqca.h77 __u8 rtype; member
/linux-4.4.14/drivers/rapidio/devices/
Dtsi721_dma.c347 (desc->rtype << 19) | desc->destid); in tsi721_desc_fill_init()
764 enum dma_rtype rtype; in tsi721_prep_rio_sg() local
776 rtype = NREAD; in tsi721_prep_rio_sg()
780 rtype = ALL_NWRITE; in tsi721_prep_rio_sg()
783 rtype = ALL_NWRITE_R; in tsi721_prep_rio_sg()
787 rtype = LAST_NWRITE_R; in tsi721_prep_rio_sg()
804 desc->rtype = rtype; in tsi721_prep_rio_sg()
Dtsi721.h654 enum dma_rtype rtype; member
/linux-4.4.14/drivers/s390/char/
Dsclp_async.c37 u8 rtype; member
129 sccb->evbuf.rtype = 0xA5; in sclp_async_send_wait()
/linux-4.4.14/drivers/media/i2c/
Ds5k5baf.c1377 static 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-4.4.14/drivers/net/wireless/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-4.4.14/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-4.4.14/include/linux/
Dhid.h746 __u8 *buf, size_t len, unsigned char rtype,
1038 size_t len, unsigned char rtype, int reqtype) in hid_hw_raw_request() argument
1044 rtype, reqtype); in hid_hw_raw_request()
Dnvme.h264 __u8 rtype; member
/linux-4.4.14/include/media/
Dv4l2-subdev.h758 #define __V4L2_SUBDEV_MK_GET_TRY(rtype, fun_name, field_name) \ argument
759 static inline struct rtype * \
/linux-4.4.14/drivers/hid/usbhid/
Dhid-core.c889 __u8 *buf, size_t count, unsigned char rtype) in usbhid_set_raw_report() argument
898 if ((rtype == HID_OUTPUT_REPORT) && in usbhid_set_raw_report()
914 ((rtype + 1) << 8) | reportnum, in usbhid_set_raw_report()
1227 __u8 *buf, size_t len, unsigned char rtype, in usbhid_raw_request() argument
1232 return usbhid_get_raw_report(hid, reportnum, buf, len, rtype); in usbhid_raw_request()
1234 return usbhid_set_raw_report(hid, reportnum, buf, len, rtype); in usbhid_raw_request()
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c971 unsigned long rtype; in mvebu_get_tgt_attr() local
974 rtype = IORESOURCE_IO; in mvebu_get_tgt_attr()
976 rtype = IORESOURCE_MEM; in mvebu_get_tgt_attr()
980 if (slot == PCI_SLOT(devfn) && type == rtype) { in mvebu_get_tgt_attr()
/linux-4.4.14/tools/testing/ktest/
Dktest.pl649 my $rtype = $opt{"REBOOT_TYPE"};
651 if (!defined($rtype)) {
654 $rtype = $entered_configs{"REBOOT_TYPE"};
656 $rtype = "grub";
660 if ($rtype eq "grub") {
664 if ($rtype eq "grub2") {
669 if ($rtype eq "syslinux") {
/linux-4.4.14/net/ipv6/
Dip6_tunnel.c803 int rtype = ipv6_addr_type(raddr); in ip6_tnl_get_cap() local
806 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
809 rtype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
810 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap()
811 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap()
814 if (rtype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
/linux-4.4.14/samples/uhid/
Duhid-example.c210 if (ev->u.output.rtype != UHID_OUTPUT_REPORT) in handle_output()
/linux-4.4.14/drivers/hid/i2c-hid/
Di2c-hid.c623 __u8 *buf, size_t len, unsigned char rtype, in i2c_hid_raw_request() argument
628 return i2c_hid_get_raw_report(hid, reportnum, buf, len, rtype); in i2c_hid_raw_request()
632 return i2c_hid_output_raw_report(hid, buf, len, rtype, true); in i2c_hid_raw_request()
/linux-4.4.14/net/bluetooth/hidp/
Dcore.c387 __u8 *buf, size_t len, unsigned char rtype, in hidp_raw_request() argument
392 return hidp_get_raw_report(hid, reportnum, buf, len, rtype); in hidp_raw_request()
394 return hidp_set_raw_report(hid, reportnum, buf, len, rtype); in hidp_raw_request()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-sli-defs.h1817 uint64_t rtype:2; member
1821 uint64_t rtype:2;
1840 uint64_t rtype:2; member
1844 uint64_t rtype:2;
1866 uint64_t rtype:2; member
1872 uint64_t rtype:2;
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb.c1682 int idx, int bw, const u8 rtype[][5]) in sisusb_check_ranks()
1690 inc = 1 << (rtype[idx][2] + in sisusb_check_ranks()
1691 rtype[idx][1] + in sisusb_check_ranks()
1692 rtype[idx][0] + in sisusb_check_ranks()
1699 inc = 1 << (rtype[idx][2] + bw / 64 + 2); in sisusb_check_ranks()
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt282 __u8 *buf, size_t count, unsigned char rtype,
/linux-4.4.14/arch/mips/pci/
Dpcie-octeon.c1349 mem_access_subid.s.rtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()