Lines Matching full:it
8 immediately. It does not support slave devices that need to be able to
50 * true if it matches (or broadcast), and updates the device list, false
170 * @bus: I2C bus to put it on
174 * Create the device state structure, initialize it, put it on the
175 * specified @bus, and drop the reference to it (the device is realized).
182 * @bus: I2C bus to put it on
188 * Call 'realize' on @dev, put it on the specified @bus, and drop the
189 * reference to it.
193 * the device it returns to you), so that you can set properties on it
194 * before realizing it. If you don't need to set properties then
195 * i2c_slave_create_simple() is probably better (as it does the create,
199 * initialized it via some variant on object_initialize_child() then
205 * had any code that wanted it.)