Lines Matching refs:stdp4028_i2c
62 struct i2c_client *stdp4028_i2c; member
171 struct i2c_client *stdp4028_i2c = in ge_b850v3_lvds_bridge_detect() local
172 ge_b850v3_lvds_ptr->stdp4028_i2c; in ge_b850v3_lvds_bridge_detect()
175 link_state = i2c_smbus_read_word_data(stdp4028_i2c, in ge_b850v3_lvds_bridge_detect()
230 struct i2c_client *stdp4028_i2c in ge_b850v3_lvds_irq_handler() local
231 = ge_b850v3_lvds_ptr->stdp4028_i2c; in ge_b850v3_lvds_irq_handler()
233 i2c_smbus_write_word_data(stdp4028_i2c, in ge_b850v3_lvds_irq_handler()
246 struct i2c_client *stdp4028_i2c in ge_b850v3_lvds_attach() local
247 = ge_b850v3_lvds_ptr->stdp4028_i2c; in ge_b850v3_lvds_attach()
250 i2c_smbus_write_word_data(stdp4028_i2c, in ge_b850v3_lvds_attach()
255 i2c_smbus_write_word_data(stdp4028_i2c, in ge_b850v3_lvds_attach()
309 static int stdp4028_ge_b850v3_fw_probe(struct i2c_client *stdp4028_i2c, in stdp4028_ge_b850v3_fw_probe() argument
312 struct device *dev = &stdp4028_i2c->dev; in stdp4028_ge_b850v3_fw_probe()
320 ge_b850v3_lvds_ptr->stdp4028_i2c = stdp4028_i2c; in stdp4028_ge_b850v3_fw_probe()
321 i2c_set_clientdata(stdp4028_i2c, ge_b850v3_lvds_ptr); in stdp4028_ge_b850v3_fw_probe()
332 i2c_smbus_write_word_data(stdp4028_i2c, in stdp4028_ge_b850v3_fw_probe()
336 if (!stdp4028_i2c->irq) in stdp4028_ge_b850v3_fw_probe()
339 return devm_request_threaded_irq(&stdp4028_i2c->dev, in stdp4028_ge_b850v3_fw_probe()
340 stdp4028_i2c->irq, NULL, in stdp4028_ge_b850v3_fw_probe()
346 static int stdp4028_ge_b850v3_fw_remove(struct i2c_client *stdp4028_i2c) in stdp4028_ge_b850v3_fw_remove() argument