Lines Matching defs:dummy
1066 { "dummy", 0 },
1076 .driver.name = "dummy",
1082 * i2c_new_dummy_device - return a new i2c device bound to a dummy driver
1087 * This returns an I2C client bound to the "dummy" driver, intended for use
1091 * These dummy devices have two main uses. First, most I2C and SMBus calls
1092 * except i2c_transfer() need a client handle; the dummy will be that handle.
1102 I2C_BOARD_INFO("dummy", address),
1115 * devm_i2c_new_dummy_device - return a new i2c device bound to a dummy driver
1153 * to create I2C dummy clients to communicate with all the other slaves.
1155 * This function creates and returns an I2C dummy client whose I2C address is
1683 static int __unregister_client(struct device *dev, void *dummy)
1686 if (client && strcmp(client->name, "dummy"))
1691 static int __unregister_dummy(struct device *dev, void *dummy)
1747 * we can't remove the dummy devices during the first pass: they
2392 union i2c_smbus_data dummy;
2398 I2C_SMBUS_BYTE_DATA, &dummy);
2407 I2C_SMBUS_BYTE, &dummy);