Lines Matching refs:address
18 uint16_t address) in create() argument
23 return std::make_unique<XDPE1X2XX>(ctx, bus, address); in create()
25 return std::make_unique<ISL69269>(ctx, bus, address); in create()
27 return std::make_unique<MP2X6XX>(ctx, bus, address); in create()
29 return std::make_unique<MP292X>(ctx, bus, address); in create()
31 return std::make_unique<MP297X>(ctx, bus, address); in create()
33 return std::make_unique<MP5998>(ctx, bus, address); in create()
35 return std::make_unique<MP994X>(ctx, bus, address); in create()
37 return std::make_unique<ISL69269>(ctx, bus, address, in create()
40 return std::make_unique<ISL69269>(ctx, bus, address, in create()
43 return std::make_unique<TDA38640A>(ctx, bus, address); in create()