Home
last modified time | relevance | path

Searched refs:call_ (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp70 name_(name), call_(std::move(call)), arg_signature_(arg_signature), in method_callback()
74 std::function<int(message_t&)> call_; member in sdbusplus::asio::method_callback
706 int status = func->call_(mesg); in method_handler()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c405 static int call_##f##_state(struct v4l2_subdev *sd, \
413 ret = call_##f(sd, state, arg); \
422 static int call_##f##_state(struct v4l2_subdev *sd, \
426 return call_##f(sd, state, arg); \