| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | 0001-Port-gentest.py-to-Python-3.patch | 248 def generate_param_type(name, rtype): 260 if rtype[0:6] == 'const ': 261 - crtype = rtype[6:] 263 - crtype = rtype 264 + crtype = rtype[6:] 266 + crtype = rtype 280 """ % (name, crtype, name, name, rtype)) 467 rtype = arg.xpathEval("string(@type)") 468 - if rtype == 'void': 472 + if rtype == 'void': [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | sysmacros.h | 26 #define __SYSMACROS_DECL_TEMPL(rtype, name, proto) \ argument 27 extern rtype gnu_dev_##name proto __THROW __attribute_const__; 29 #define __SYSMACROS_IMPL_TEMPL(rtype, name, proto) \ argument 30 __extension__ __extern_inline __attribute_const__ rtype \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | sysmacros.h | 26 #define __SYSMACROS_DECL_TEMPL(rtype, name, proto) \ argument 27 extern rtype gnu_dev_##name proto __THROW __attribute_const__; 29 #define __SYSMACROS_IMPL_TEMPL(rtype, name, proto) \ argument 30 __extension__ __extern_inline __attribute_const__ rtype \
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/ |
| H A D | distance_concept.hpp | 73 >::type rtype; in apply() typedef 101 rtype r = str->apply(*p1, *p2); in apply() 174 >::type rtype; in apply() typedef 185 rtype r = str->apply(*p, *sp1, *sp2); in apply() 194 >::apply(*str, rtype(1.0)); in apply()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/abm/ |
| H A 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | uhid.c | 233 u8 *buf, size_t count, u8 rtype) in uhid_hid_get_report() argument 249 ev->u.get_report.rtype = rtype; in uhid_hid_get_report() 276 const u8 *buf, size_t count, u8 rtype) in uhid_hid_set_report() argument 291 ev->u.set_report.rtype = rtype; in uhid_hid_set_report() 317 __u8 *buf, size_t len, unsigned char rtype, in uhid_hid_raw_request() argument 322 switch (rtype) { in uhid_hid_raw_request() 350 __u8 rtype; in uhid_hid_output_raw() local 356 rtype = UHID_FEATURE_REPORT; in uhid_hid_output_raw() 359 rtype = UHID_OUTPUT_REPORT; in uhid_hid_output_raw() 374 ev->u.output.rtype = rtype; in uhid_hid_output_raw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_sw_cap.c | 177 u16 _phl_sw_role_cap_bf(enum role_type rtype) in _phl_sw_role_cap_bf() argument 181 if (PHL_RTYPE_AP == rtype) { in _phl_sw_role_cap_bf() 189 } else if (PHL_RTYPE_STATION == rtype) { in _phl_sw_role_cap_bf() 210 u8 hw_band, enum role_type rtype, struct protocol_cap_t *role_cap) in _phl_init_proto_bf_cap() argument 229 bfcap &= _phl_sw_role_cap_bf(rtype); in _phl_init_proto_bf_cap() 426 u8 hw_band, enum role_type rtype, in _phl_init_protocol_cap() argument 432 if (rtype == PHL_RTYPE_AP) { in _phl_init_protocol_cap() 516 _phl_init_proto_bf_cap(phl_info, hw_band, rtype, proto_role_cap); in _phl_init_protocol_cap() 594 } else if (rtype == PHL_RTYPE_STATION) { in _phl_init_protocol_cap() 678 _phl_init_proto_bf_cap(phl_info, hw_band, rtype, proto_role_cap); in _phl_init_protocol_cap() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_sw_cap.c | 177 u16 _phl_sw_role_cap_bf(enum role_type rtype) in _phl_sw_role_cap_bf() argument 181 if (PHL_RTYPE_AP == rtype) { in _phl_sw_role_cap_bf() 189 } else if (PHL_RTYPE_STATION == rtype) { in _phl_sw_role_cap_bf() 210 u8 hw_band, enum role_type rtype, struct protocol_cap_t *role_cap) in _phl_init_proto_bf_cap() argument 229 bfcap &= _phl_sw_role_cap_bf(rtype); in _phl_init_proto_bf_cap() 444 u8 hw_band, enum role_type rtype, in _phl_init_protocol_cap() argument 450 if (rtype == PHL_RTYPE_AP) { in _phl_init_protocol_cap() 534 _phl_init_proto_bf_cap(phl_info, hw_band, rtype, proto_role_cap); in _phl_init_protocol_cap() 612 } else if (rtype == PHL_RTYPE_STATION) { in _phl_init_protocol_cap() 696 _phl_init_proto_bf_cap(phl_info, hw_band, rtype, proto_role_cap); in _phl_init_protocol_cap() [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | resource.c | 901 RESTYPE rtype = res->type; in FreeResource() local 910 doFreeResource(res, rtype == skipDeleteFuncType); in FreeResource() 958 ChangeResourceValue(XID id, RESTYPE rtype, void *value) in ChangeResourceValue() argument 967 if ((res->id == id) && (res->type == rtype)) { in ChangeResourceValue() 1013 struct ResourceType rtype = resourceTypes[type & TypeMask]; in FindSubResources() local 1014 rtype.findSubResFunc(resource, func, cdata); in FindSubResources() 1086 RESTYPE rtype = this->type; in FreeClientNeverRetainResources() local 1088 if (rtype & RC_NEVERRETAIN) { in FreeClientNeverRetainResources() 1191 dixLookupResourceByType(void **result, XID id, RESTYPE rtype, in dixLookupResourceByType() argument 1198 if ((rtype & TypeMask) > lastResourceType) in dixLookupResourceByType() [all …]
|
| /OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/ |
| H A D | rpc_rdma.c | 365 enum rpcrdma_chunktype rtype) in rpcrdma_encode_read_list() argument 373 if (rtype == rpcrdma_noch_pullup || rtype == rpcrdma_noch_mapped) in rpcrdma_encode_read_list() 377 if (rtype == rpcrdma_areadch) in rpcrdma_encode_read_list() 381 rtype, seg); in rpcrdma_encode_read_list() 809 enum rpcrdma_chunktype rtype) in rpcrdma_prepare_send_sges() argument 828 switch (rtype) { in rpcrdma_prepare_send_sges() 880 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local 945 rtype = buf->len < rdmab_length(req->rl_sendbuf) ? in rpcrdma_marshal_req() 949 rtype = rpcrdma_readch; in rpcrdma_marshal_req() 953 rtype = rpcrdma_areadch; in rpcrdma_marshal_req() [all …]
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A 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()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cuda.hpp | 225 void convertTo(OutputArray dst, int rtype) const; 228 void convertTo(OutputArray dst, int rtype, Stream& stream) const; 231 void convertTo(OutputArray dst, int rtype, double alpha, double beta = 0.0) const; 234 void convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const; 237 void convertTo(OutputArray dst, int rtype, double alpha, double beta, Stream& stream) const;
|
| H A D | cuda.inl.hpp | 180 void GpuMat::convertTo(OutputArray dst, int rtype) const in convertTo() 182 convertTo(dst, rtype, Stream::Null()); in convertTo() 186 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, double beta) const in convertTo() argument 188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo() 192 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const in convertTo() argument 194 convertTo(dst, rtype, alpha, 0.0, stream); in convertTo()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cuda.hpp | 225 void convertTo(OutputArray dst, int rtype) const; 228 void convertTo(OutputArray dst, int rtype, Stream& stream) const; 231 void convertTo(OutputArray dst, int rtype, double alpha, double beta = 0.0) const; 234 void convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const; 237 void convertTo(OutputArray dst, int rtype, double alpha, double beta, Stream& stream) const;
|
| H A D | cuda.inl.hpp | 180 void GpuMat::convertTo(OutputArray dst, int rtype) const in convertTo() 182 convertTo(dst, rtype, Stream::Null()); in convertTo() 186 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, double beta) const in convertTo() argument 188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo() 192 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const in convertTo() argument 194 convertTo(dst, rtype, alpha, 0.0, stream); in convertTo()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cuda.hpp | 225 void convertTo(OutputArray dst, int rtype) const; 228 void convertTo(OutputArray dst, int rtype, Stream& stream) const; 231 void convertTo(OutputArray dst, int rtype, double alpha, double beta = 0.0) const; 234 void convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const; 237 void convertTo(OutputArray dst, int rtype, double alpha, double beta, Stream& stream) const;
|
| H A D | cuda.inl.hpp | 180 void GpuMat::convertTo(OutputArray dst, int rtype) const in convertTo() 182 convertTo(dst, rtype, Stream::Null()); in convertTo() 186 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, double beta) const in convertTo() argument 188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo() 192 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const in convertTo() argument 194 convertTo(dst, rtype, alpha, 0.0, stream); in convertTo()
|
| /OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-sli-defs.h | 110 __BITFIELD_FIELD(uint64_t rtype:2, 122 __BITFIELD_FIELD(uint64_t rtype:2,
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/devices/ |
| H A 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()
|