Searched refs:vb_i2c (Results 1 – 1 of 1) sorted by relevance
358 struct vprbrd_i2c *vb_i2c; in vprbrd_i2c_probe() local362 vb_i2c = devm_kzalloc(&pdev->dev, sizeof(*vb_i2c), GFP_KERNEL); in vprbrd_i2c_probe()363 if (vb_i2c == NULL) in vprbrd_i2c_probe()367 vb_i2c->i2c.owner = THIS_MODULE; in vprbrd_i2c_probe()368 vb_i2c->i2c.class = I2C_CLASS_HWMON; in vprbrd_i2c_probe()369 vb_i2c->i2c.algo = &vprbrd_algorithm; in vprbrd_i2c_probe()370 vb_i2c->i2c.quirks = &vprbrd_quirks; in vprbrd_i2c_probe()371 vb_i2c->i2c.algo_data = vb; in vprbrd_i2c_probe()373 vb_i2c->bus_freq_param = i2c_bus_param; in vprbrd_i2c_probe()375 snprintf(vb_i2c->i2c.name, sizeof(vb_i2c->i2c.name), in vprbrd_i2c_probe()[all …]