Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/manual/
Dget_usb_devices.py285 def get_preferred_speaker(peripheral): argument
295 def get_preferred_camera(peripheral): argument
/external/coreboot/src/soc/samsung/exynos5420/
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()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/
Dperipheral.h50 Peripheral* peripheral) in AdvertisedPeripheralImpl()
/external/coreboot/src/soc/samsung/exynos5250/
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()
/external/autotest/server/site_tests/bluetooth_AdapterLLTHealth/
Dbluetooth_AdapterLLTHealth.py61 def pair_and_test_central(self, peripheral): argument
/external/pigweed/pw_bluetooth_sapphire/
Dperipheral_test.cc87 pw::bluetooth_sapphire::Peripheral& peripheral() { return peripheral_; } in peripheral() function in PeripheralTest
/external/python/bumble/apps/
Dbench.py1727 def peripheral(ctx, transport): function