Searched refs:rtype (Results 26 - 50 of 53) sorted by relevance

123

/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.c3724 sli_cmd_common_get_resource_extent_info(struct sli4 *sli4, void *buf, u16 rtype) argument
3737 ext->resource_type = cpu_to_le16(rtype);
4841 sli_resource_alloc(struct sli4 *sli4, enum sli4_resource rtype, argument
4853 switch (rtype) {
4859 find_first_zero_bit(sli4->ext[rtype].use_map,
4860 sli4->ext[rtype].map_size);
4861 if (position >= sli4->ext[rtype].map_size) {
4863 rtype, sli4->ext[rtype].n_alloc);
4867 set_bit(position, sli4->ext[rtype]
4887 sli_resource_free(struct sli4 *sli4, enum sli4_resource rtype, u32 rid) argument
4932 sli_resource_reset(struct sli4 *sli4, enum sli4_resource rtype) argument
[all...]
H A Dsli4.h3945 u16 rtype);
4017 sli_resource_alloc(struct sli4 *sli4, enum sli4_resource rtype, u32 *rid,
4020 sli_resource_free(struct sli4 *sli4, enum sli4_resource rtype, u32 rid);
4022 sli_resource_reset(struct sli4 *sli4, enum sli4_resource rtype);
/linux-master/drivers/mmc/host/
H A Dcavium.h111 u8 rtype; member in struct:cvm_mmc_cr_type
H A Dcavium.c130 hardware_rtype = cr->rtype;
/linux-master/include/math-emu/
H A Dop-common.h795 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \
799 unsigned rtype ur_; \
803 ur_ = (unsigned rtype) -r; \
805 ur_ = (unsigned rtype) r; \
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py740 def get_report(self, req, rnum, rtype):
741 if rtype != self.UHID_FEATURE_REPORT:
754 def set_report(self, req, rnum, rtype, data):
755 if rtype != self.UHID_FEATURE_REPORT:
H A Dtest_multitouch.py177 def get_report(self, req, rnum, rtype):
178 if rtype != self.UHID_FEATURE_REPORT:
196 def set_report(self, req, rnum, rtype, data):
197 if rtype != self.UHID_FEATURE_REPORT:
H A Dtest_wacom_generic.py296 def get_report(self, req, rnum, rtype):
297 if rtype != self.UHID_FEATURE_REPORT:
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c904 __u8 *buf, size_t count, unsigned char rtype)
913 if ((rtype == HID_OUTPUT_REPORT) &&
929 ((rtype + 1) << 8) | reportnum,
1287 __u8 *buf, size_t len, unsigned char rtype,
1292 return usbhid_get_raw_report(hid, reportnum, buf, len, rtype);
1294 return usbhid_set_raw_report(hid, reportnum, buf, len, rtype);
903 usbhid_set_raw_report(struct hid_device *hid, unsigned int reportnum, __u8 *buf, size_t count, unsigned char rtype) argument
1286 usbhid_raw_request(struct hid_device *hid, unsigned char reportnum, __u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
/linux-master/tools/testing/ktest/
H A Dktest.pl765 my $rtype = $opt{"REBOOT_TYPE"};
767 if (!defined($rtype)) {
770 $rtype = $entered_configs{"REBOOT_TYPE"};
772 $rtype = "grub";
776 if (($rtype eq "grub") or ($rtype eq "grub2bls")) {
780 if ($rtype eq "grub2") {
785 if ($rtype eq "syslinux") {
/linux-master/samples/uhid/
H A Duhid-example.c211 if (ev->u.output.rtype != UHID_OUTPUT_REPORT)
/linux-master/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h564 enum rpcrdma_chunktype rtype);
/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c1201 unsigned long rtype; local
1204 rtype = IORESOURCE_IO;
1206 rtype = IORESOURCE_MEM;
1210 if (slot == PCI_SLOT(devfn) && type == rtype) {
/linux-master/drivers/nvme/host/
H A Dpr.c282 resv->type = block_pr_type_from_nvme(rse->rtype);
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c693 __u8 *buf, size_t len, unsigned char rtype,
698 return i2c_hid_get_raw_report(hid, rtype, reportnum, buf, len);
702 return i2c_hid_output_raw_report(hid, rtype, buf, len, true);
692 i2c_hid_raw_request(struct hid_device *hid, unsigned char reportnum, __u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
/linux-master/net/ipv6/
H A Dip6_tunnel.c743 int rtype = ipv6_addr_type(raddr); local
746 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) {
749 rtype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) &&
750 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) &&
751 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) {
754 if (rtype&IPV6_ADDR_UNICAST)
/linux-master/include/trace/events/
H A Drpcrdma.h814 unsigned int rtype,
818 TP_ARGS(req, rtype, wtype),
828 __field(unsigned int, rtype)
842 __entry->rtype = rtype;
851 xprtrdma_show_chunktype(__entry->rtype),
/linux-master/net/bluetooth/hidp/
H A Dcore.c393 __u8 *buf, size_t len, unsigned char rtype,
398 return hidp_get_raw_report(hid, reportnum, buf, len, rtype);
400 return hidp_set_raw_report(hid, reportnum, buf, len, rtype);
392 hidp_raw_request(struct hid_device *hid, unsigned char reportnum, __u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
/linux-master/drivers/hid/
H A Dhid-hyperv.c419 unsigned char rtype,
416 mousevsc_hid_raw_request(struct hid_device *hid, unsigned char report_num, __u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
/linux-master/include/linux/
H A Dhid.h885 __u8 *buf, size_t len, unsigned char rtype,
1130 size_t len, enum hid_report_type rtype,
H A Dnvme.h790 __u8 rtype; member in struct:nvme_reservation_status
809 __u8 rtype; member in struct:nvme_reservation_status_ext
/linux-master/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c1581 int *iret, int rankno, int idx, int bw, const u8 rtype[][5])
1589 inc = 1 << (rtype[idx][2] + rtype[idx][1] + rtype[idx][0] +
1596 inc = 1 << (rtype[idx][2] + bw / 64 + 2);
1580 sisusb_check_ranks(struct sisusb_usb_data *sisusb, int *iret, int rankno, int idx, int bw, const u8 rtype[][5]) argument
/linux-master/drivers/rapidio/devices/
H A Dtsi721.h681 enum dma_rtype rtype; member in struct:tsi721_tx_desc
/linux-master/drivers/platform/x86/
H A Dasus-tf103c-dock.c248 u8 *buf, size_t len, u8 rtype, int reqtype)
247 tf103c_dock_hid_raw_request(struct hid_device *hid, u8 reportnum, u8 *buf, size_t len, u8 rtype, int reqtype) argument
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h1487 u8 rtype; member in struct:i40e_profile_tlv_section_record

Completed in 457 milliseconds

123