Home
last modified time | relevance | path

Searched defs:find_resource (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/stm32mp1/
Dstm32mp1_scmi.c150 static const struct scmi_agent_resources *find_resource(unsigned int agent_id) in find_resource() function
/aosp_15_r20/external/coreboot/src/device/
H A Ddevice_util.c407 struct resource *find_resource(const struct device *dev, unsigned int index) in find_resource() function
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dserver_http.hpp732 void find_resource(const std::shared_ptr<Session> &session) { in find_resource() function in SimpleWeb::ServerBase