Searched refs:client_t (Results 1 – 4 of 4) sorted by relevance
22 /** Alias class so we can use the client in both a client_t aggregation25 * sdbusplus::async::client_t<${interface.classname}>() or31 sdbusplus::async::client_t<details::${interface.classname}>,37 sdbusplus::async::client_t<details::${interface.classname}>,57 // indirectly through sdbusplus::async::client_t.104 // Conversion constructor from proxy used by client_t.
203 struct i2c_client *client_t; member734 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, ®map_config); in mn88443x_probe()760 i2c_unregister_device(chip->client_t); in mn88443x_probe()771 i2c_unregister_device(chip->client_t); in mn88443x_remove()
17 sdbusplus::async::client_t< in startup()
87 using client_t = client::client<false, false, false, Types...>; typedef