Home
last modified time | relevance | path

Searched refs:client_t (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.client.hpp.mako20 /** Alias class so we can use the client in both a client_t aggregation
23 * sdbusplus::async::client_t<${interface.classname}>() or
29 sdbusplus::async::client_t<details::${interface.classname}>,
35 sdbusplus::async::client_t<details::${interface.classname}>,
55 // indirectly through sdbusplus::async::client_t.
65 // Conversion constructor from proxy used by client_t.
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmn88443x.c203 struct i2c_client *client_t; member
734 chip->client_t = i2c_new_dummy_device(client->adapter, client->addr + 4); in mn88443x_probe()
735 if (IS_ERR(chip->client_t)) in mn88443x_probe()
736 return PTR_ERR(chip->client_t); in mn88443x_probe()
738 chip->regmap_t = devm_regmap_init_i2c(chip->client_t, &regmap_config); in mn88443x_probe()
760 i2c_unregister_device(chip->client_t); in mn88443x_probe()
771 i2c_unregister_device(chip->client_t); in mn88443x_remove()
/openbmc/sdbusplus/example/
H A Dcalculator-client.cpp17 sdbusplus::async::client_t< in startup()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dclient.hpp87 using client_t = client::client<false, false, false, Types...>; typedef