Lines Matching defs:dev
15 int i2c_dw_probe_lock_support(struct dw_i2c_dev *dev)
21 if (!dev || !dev->dev)
24 handle = ACPI_HANDLE(dev->dev);
38 dev_info(dev->dev, "I2C bus managed by PUNIT\n");
39 dev->acquire_lock = iosf_mbi_block_punit_i2c_access;
40 dev->release_lock = iosf_mbi_unblock_punit_i2c_access;
41 dev->shared_with_punit = true;