Home
last modified time | relevance | path

Searched refs:get_clock_sources (Results 1 – 25 of 43) sorted by relevance

12

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/usrp/common/
H A Dmpmd_mb_controller.hpp77 std::vector<std::string> get_clock_sources() const;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Dmb_controller_test.cpp94 std::vector<std::string> get_clock_sources() const in get_clock_sources() function in mock_mb_controller
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/rfnoc/
H A Dmb_controller.hpp258 virtual std::vector<std::string> get_clock_sources() const = 0;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/mpm/python/usrp_mpm/periph_manager/
H A Dn3xx.py541 def get_clock_sources(self): member in n3xx
604 assert clock_source in self.get_clock_sources(), \
606 clock_source, ",".join(self.get_clock_sources()))
610 clock_source, ",".join(self.get_clock_sources()))
H A De31x.py554 def get_clock_sources(self): member in e31x
569 assert clock_source in self.get_clock_sources(), \
H A De320.py429 def get_clock_sources(self): member in e320
445 assert clock_source in self.get_clock_sources()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/x300/
H A Dx300_prop_tree.cpp65 .set(mbc->get_clock_sources()); in init_prop_tree()
H A Dx300_mb_controller.hpp120 std::vector<std::string> get_clock_sources() const;
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/bladerf/
H A Dbladerf_sink_c.h116 std::vector<std::string> get_clock_sources(size_t mboard);
H A Dbladerf_source_c.h119 std::vector<std::string> get_clock_sources(size_t mboard);
H A Dbladerf_sink_c.cc575 std::vector < std::string > bladerf_sink_c::get_clock_sources(size_t mboard) in get_clock_sources() function in bladerf_sink_c
577 return bladerf_common::get_clock_sources(mboard); in get_clock_sources()
H A Dbladerf_source_c.cc540 std::vector<std::string> bladerf_source_c::get_clock_sources(size_t mboard) in get_clock_sources() function in bladerf_source_c
542 return bladerf_common::get_clock_sources(mboard); in get_clock_sources()
H A Dbladerf_common.h232 std::vector<std::string> get_clock_sources(size_t mboard = 0);
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/uhd/
H A Duhd_sink_c.h87 std::vector<std::string> get_clock_sources(const size_t mboard);
H A Duhd_source_c.h89 std::vector<std::string> get_clock_sources(const size_t mboard);
H A Duhd_sink_c.cc384 std::vector<std::string> uhd_sink_c::get_clock_sources(const size_t mboard) in get_clock_sources() function in uhd_sink_c
386 return _snk->get_clock_sources( mboard ); in get_clock_sources()
H A Duhd_source_c.cc416 std::vector<std::string> uhd_source_c::get_clock_sources(const size_t mboard) in get_clock_sources() function in uhd_source_c
418 return _src->get_clock_sources( mboard ); in get_clock_sources()
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/
H A Dsink_impl.h76 std::vector<std::string> get_clock_sources(const size_t mboard);
H A Dsink_iface.h308 virtual std::vector<std::string> get_clock_sources(const size_t mboard) in get_clock_sources() function
H A Dsource_iface.h340 virtual std::vector<std::string> get_clock_sources(const size_t mboard) in get_clock_sources() function
H A Dsource_impl.h85 std::vector<std::string> get_clock_sources(const size_t mboard);
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/include/osmosdr/
H A Dsink.h325 virtual std::vector<std::string> get_clock_sources(const size_t mboard) = 0;
H A Dsource.h369 virtual std::vector<std::string> get_clock_sources(const size_t mboard) = 0;
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/soapy/
H A Dsoapy_sink_c.h122 std::vector<std::string> get_clock_sources(const size_t mboard);
H A Dsoapy_source_c.h124 std::vector<std::string> get_clock_sources(const size_t mboard);

12