Searched refs:rtype (Results 1 – 8 of 8) sorted by relevance
| /include/linux/surface_aggregator/ |
| A D | controller.h | 452 rsp.capacity = sizeof(rtype); \ 460 if (rsp.length != sizeof(rtype)) { \ 464 sizeof(rtype), rsp.length, rqst.target_category,\ 513 rsp.capacity = sizeof(rtype); \ 521 if (rsp.length != sizeof(rtype)) { \ 525 sizeof(rtype), rsp.length, rqst.target_category,\ 657 rsp.capacity = sizeof(rtype); \ 665 if (rsp.length != sizeof(rtype)) { \ 706 const atype *arg, rtype *ret) \ 721 rsp.capacity = sizeof(rtype); \ [all …]
|
| A D | device.h | 522 #define SSAM_DEFINE_SYNC_REQUEST_CL_R(name, rtype, spec...) \ argument 523 SSAM_DEFINE_SYNC_REQUEST_MD_R(__raw_##name, rtype, spec) \ 524 static int name(struct ssam_device *sdev, rtype *ret) \ 558 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \ argument 559 SSAM_DEFINE_SYNC_REQUEST_MD_WR(__raw_##name, atype, rtype, spec) \ 560 static int name(struct ssam_device *sdev, const atype *arg, rtype *ret) \
|
| /include/uapi/linux/ |
| A D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
| /include/linux/ |
| A D | hid_bpf.h | 69 size_t len, enum hid_report_type rtype, 159 enum hid_report_type rtype, enum hid_class_request reqtype, 206 u32 size, enum hid_report_type rtype, 222 u32 size, enum hid_report_type rtype, in dispatch_hid_bpf_raw_requests() argument
|
| A D | hid.h | 899 __u8 *buf, size_t len, unsigned char rtype, 1145 size_t len, enum hid_report_type rtype, 1152 size_t len, enum hid_report_type rtype,
|
| A D | nvme.h | 915 __u8 rtype; member 934 __u8 rtype; member
|
| /include/math-emu/ |
| A D | op-common.h | 795 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \ argument 799 unsigned rtype ur_; \ 803 ur_ = (unsigned rtype) -r; \ 805 ur_ = (unsigned rtype) r; \
|
| /include/trace/events/ |
| A D | rpcrdma.h | 837 unsigned int rtype, 841 TP_ARGS(req, rtype, wtype), 851 __field(unsigned int, rtype) 865 __entry->rtype = rtype; 874 xprtrdma_show_chunktype(__entry->rtype),
|
Completed in 32 milliseconds