Home
last modified time | relevance | path

Searched refs:rvalue (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/prism54/
H A Disl_ioctl.c263 int rvalue; in prism54_get_name() local
269 rvalue = mgt_get_request(priv, OID_INL_PHYCAPABILITIES, 0, NULL, &r); in prism54_get_name()
284 return rvalue; in prism54_get_name()
292 int rvalue; in prism54_set_freq() local
301 rvalue = c ? mgt_set_request(priv, DOT11_OID_CHANNEL, 0, &c) : -EINVAL; in prism54_set_freq()
304 return (rvalue ? rvalue : -EINPROGRESS); in prism54_set_freq()
313 int rvalue; in prism54_get_freq() local
315 rvalue = mgt_get_request(priv, DOT11_OID_CHANNEL, 0, NULL, &r); in prism54_get_freq()
317 rvalue |= mgt_get_request(priv, DOT11_OID_FREQUENCY, 0, NULL, &r); in prism54_get_freq()
321 return rvalue; in prism54_get_freq()
[all …]
H A Dislpci_hotplug.c91 int rvalue; in prism54_probe() local
137 rvalue = pci_request_regions(pdev, DRV_NAME); in prism54_probe()
138 if (rvalue) { in prism54_probe()
140 DRV_NAME, rvalue); in prism54_probe()
145 rvalue = pci_read_config_dword(pdev, PCI_BASE_ADDRESS_0, &mem_addr); in prism54_probe()
146 if (rvalue || !mem_addr) { in prism54_probe()
174 rvalue = request_irq(pdev->irq, islpci_interrupt, in prism54_probe()
177 if (rvalue) { in prism54_probe()
H A Doid_mgt.c686 int rvalue; in mgt_commit() local
692 rvalue = mgt_commit_list(priv, commit_part1, ARRAY_SIZE(commit_part1)); in mgt_commit()
695 rvalue |= mgt_commit_list(priv, commit_part2, ARRAY_SIZE(commit_part2)); in mgt_commit()
698 rvalue |= mgt_commit_list(priv, &u, 1); in mgt_commit()
699 rvalue |= mgt_update_addr(priv); in mgt_commit()
701 if (rvalue) { in mgt_commit()
706 return rvalue; in mgt_commit()
721 int rvalue = 0;
727 rvalue = mgt_commit_list(priv, &u, 1);
731 rvalue |= mgt_commit_list(priv, &u, 1);
[all …]
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dquota.c320 u64 max, rvalue; in check_quota_exceeded() local
356 rvalue = ci->i_rfiles + ci->i_rsubdirs; in check_quota_exceeded()
359 rvalue = ci->i_rbytes; in check_quota_exceeded()
365 exceeded = (max && (rvalue + delta > max)); in check_quota_exceeded()
369 if (rvalue >= max) in check_quota_exceeded()
377 (((max - rvalue) >> 4) < delta); in check_quota_exceeded()
/OK3568_Linux_fs/kernel/net/sched/
H A Dem_meta.c86 struct meta_value rvalue; member
851 meta_get(skb, info, &meta->rvalue, &r_value) < 0) in em_meta_match()
875 ops->destroy(&meta->rvalue); in meta_delete()
934 memcpy(&meta->rvalue.hdr, &hdr->right, sizeof(hdr->right)); in em_meta_change()
937 !meta_is_supported(&meta->rvalue)) { in em_meta_change()
943 meta_change_data(&meta->rvalue, tb[TCA_EM_META_RVALUE]) < 0) in em_meta_change()
970 memcpy(&hdr.right, &meta->rvalue.hdr, sizeof(hdr.right)); in em_meta_dump()
977 ops->dump(skb, &meta->rvalue, TCA_EM_META_RVALUE) < 0) in em_meta_dump()
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl767 my ($lvalue, $rvalue, $override, $overrides, $name) = @_;
769 my $prvalue = process_variables($rvalue);
801 my ($lvalue, $rvalue, $name) = @_;
803 my $prvalue = process_variables($rvalue);
813 push @{$arr}, $rvalue;
817 my ($lvalue, $rvalue) = @_;
819 if ($rvalue =~ /^\s*$/) {
822 $rvalue = process_variables($rvalue);
823 $variable{$lvalue} = $rvalue;
1112 my $rvalue = $2;
[all …]
/OK3568_Linux_fs/buildroot/package/sane-backends/
H A D0002-genesys-fix-gcc-4.8-compile.patch8 …alization of non-const reference of type 'std::basic_ios<char>&' from an rvalue of type '<brace-en…
11 …ion of non-const reference of type 'genesys::ImagePipelineNode&' from an rvalue of type '<brace-en…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-cecloader-Match-return-type-of-function-LibCecBootlo.patch7 include/cecloader.h:175:14: error: cannot initialize return object of type 'bool' with an rvalue of…
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach.c849 int rvalue;
852 rvalue = ericsson(fd, u, ti);
853 if (rvalue != 0)
854 return rvalue;
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-inno-usb3.c72 unsigned int rvalue; member
132 unsigned int tmp = desired ? reg->dvalue : reg->rvalue; in param_write()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dfuture244 // Return lvalue, future will add const or rvalue-reference
912 /// Construct from a future rvalue
917 /// Construct from a shared_future rvalue
951 /// Construct from a future rvalue
956 /// Construct from a shared_future rvalue
990 /// Construct from a future rvalue
995 /// Construct from a shared_future rvalue
H A Dtuple1307 /// Return an rvalue reference to the ith element of a tuple rvalue.
1316 /// Return a const rvalue reference to the ith element of a const tuple rvalue.
1345 /// Return a reference to the unique element of type _Tp of a tuple rvalue.
1358 /// a const tuple rvalue.
H A Dostream756 * @brief Generic inserter for rvalue stream
762 * rvalue streams since they won't bind to the inserter functions
H A Distream963 * @brief Generic extractor for rvalue stream
969 * rvalue streams since they won't bind to the extractor functions
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dfuture244 // Return lvalue, future will add const or rvalue-reference
912 /// Construct from a future rvalue
917 /// Construct from a shared_future rvalue
951 /// Construct from a future rvalue
956 /// Construct from a shared_future rvalue
990 /// Construct from a future rvalue
995 /// Construct from a shared_future rvalue
H A Dtuple1307 /// Return an rvalue reference to the ith element of a tuple rvalue.
1316 /// Return a const rvalue reference to the ith element of a const tuple rvalue.
1345 /// Return a reference to the unique element of type _Tp of a tuple rvalue.
1358 /// a const tuple rvalue.
H A Dostream756 * @brief Generic inserter for rvalue stream
762 * rvalue streams since they won't bind to the inserter functions
H A Distream963 * @brief Generic extractor for rvalue stream
969 * rvalue streams since they won't bind to the extractor functions
H A Dany485 "Template argument must be constructible from an rvalue.");
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dda7218.c452 unsigned int rvalue = ucontrol->value.integer.value[1]; in da7218_alc_sw_put() local
458 if ((lvalue || rvalue) && (!da7218->alc_en)) in da7218_alc_sw_put()
463 da7218->alc_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_alc_sw_put()
521 unsigned int rvalue = ucontrol->value.integer.value[1]; in da7218_mic_lvl_det_sw_put() local
527 da7218->mic_lvl_det_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_mic_lvl_det_sw_put()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1535 struct reciprocal_value_adv rvalue; in wrp_div_imm() local
1565 rvalue = reciprocal_value_adv(imm, 32); in wrp_div_imm()
1566 exp = rvalue.exp; in wrp_div_imm()
1567 if (rvalue.is_wide_m && !(imm & 1)) { in wrp_div_imm()
1569 rvalue = reciprocal_value_adv(imm >> pre_shift, 32 - pre_shift); in wrp_div_imm()
1573 magic = ur_load_imm_any(nfp_prog, rvalue.m, imm_b(nfp_prog)); in wrp_div_imm()
1577 } else if (rvalue.is_wide_m) { in wrp_div_imm()
1587 SHF_SC_R_SHF, rvalue.sh - 1); in wrp_div_imm()
1594 dst_b, SHF_SC_R_SHF, rvalue.sh); in wrp_div_imm()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb3.c87 unsigned int rvalue; member
157 unsigned int tmp = desired ? reg->dvalue : reg->rvalue; in param_write()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp649 contain(T const &t, bool *rvalue) in contain() argument
651 return auto_any<simple_variant<T> >(*rvalue ? simple_variant<T>(t) : simple_variant<T>(&t)); in contain()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dany616 "ValueType is required to be an rvalue reference "
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dany616 "ValueType is required to be an rvalue reference "

12