Home
last modified time | relevance | path

Searched defs:LinuxInitiator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_spi_linux/public/pw_spi_linux/
H A Dspi.h32 constexpr LinuxInitiator(int fd, uint32_t max_speed_hz) in LinuxInitiator() function
/aosp_15_r20/external/pigweed/pw_i2c_linux/
H A Dinitiator.cc106 LinuxInitiator::LinuxInitiator(int fd) : fd_(fd) { PW_DCHECK(fd_ >= 0); } in LinuxInitiator() function in pw::i2c::LinuxInitiator