Searched refs:TYPE_DVC (Results 1 – 1 of 1) sorted by relevance
28 TYPE_DVC, enumerator50 if (i2c_bus->type == TYPE_DVC) { in set_packet_mode()133 if (i2c_bus->type == TYPE_DVC) { /* only for DVC I2C */ in i2c_init_controller()402 is_dvc = dev_get_driver_data(dev) == TYPE_DVC; in tegra_i2c_probe()506 return uclass_first_device_drvdata(UCLASS_I2C, TYPE_DVC, busp); in tegra_i2c_get_dvc_bus()518 { .compatible = "nvidia,tegra20-i2c-dvc", .data = TYPE_DVC },
Completed in 3 milliseconds