Home
last modified time | relevance | path

Searched defs:peripheral (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5420/
H A Dclock.c147 unsigned long clock_get_periph_rate(enum periph_id peripheral) in clock_get_periph_rate()
309 int clock_set_dwmci(enum periph_id peripheral) in clock_set_dwmci()
505 int clock_set_mshci(enum periph_id peripheral) in clock_set_mshci()
/aosp_15_r20/external/autotest/client/common_lib/cros/manual/
H A Dget_usb_devices.py285 def get_preferred_speaker(peripheral): argument
295 def get_preferred_camera(peripheral): argument
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/
DGapSecSemTest.py77 def _orchestrate_gatt_connection(self, central, peripheral): argument
123 peripheral, argument
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/
H A Dclock.c220 unsigned long clock_get_periph_rate(enum periph_id peripheral) in clock_get_periph_rate()
540 int clock_set_mshci(enum periph_id peripheral) in clock_set_mshci()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/
H A Dperipheral.h50 Peripheral* peripheral) in AdvertisedPeripheralImpl()
/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterLLTHealth/
H A Dbluetooth_AdapterLLTHealth.py61 def pair_and_test_central(self, peripheral): argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/
H A Dperipheral_test.cc87 pw::bluetooth_sapphire::Peripheral& peripheral() { return peripheral_; } in peripheral() function in PeripheralTest
/aosp_15_r20/external/python/bumble/apps/
Dbench.py1727 def peripheral(ctx, transport): function