Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dmatch.hpp79 struct match_completion struct
84 explicit match_completion(match& m) : m(m) {}; in match_completion() argument
99 match& m;
/openbmc/linux/drivers/spi/
H A Dspi-stm32-qspi.c111 struct completion match_completion; member