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()
301 !ge_b850v3_lvds_ptr->stdp4028_i2c) in ge_b850v3_lvds_remove()
313 struct i2c_client *stdp4028_i2c = ge_b850v3_lvds_ptr->stdp4028_i2c; in ge_b850v3_register() local
314 struct device *dev = &stdp4028_i2c->dev; in ge_b850v3_register()
325 i2c_smbus_write_word_data(stdp4028_i2c, in ge_b850v3_register()
329 if (!stdp4028_i2c->irq) in ge_b850v3_register()
332 return devm_request_threaded_irq(&stdp4028_i2c->dev, in ge_b850v3_register()
333 stdp4028_i2c->irq, NULL, in ge_b850v3_register()
339 static int stdp4028_ge_b850v3_fw_probe(struct i2c_client *stdp4028_i2c) in stdp4028_ge_b850v3_fw_probe() argument
341 struct device *dev = &stdp4028_i2c->dev; in stdp4028_ge_b850v3_fw_probe()
349 ge_b850v3_lvds_ptr->stdp4028_i2c = stdp4028_i2c; in stdp4028_ge_b850v3_fw_probe()
350 i2c_set_clientdata(stdp4028_i2c, ge_b850v3_lvds_ptr); in stdp4028_ge_b850v3_fw_probe()
359 static void stdp4028_ge_b850v3_fw_remove(struct i2c_client *stdp4028_i2c) in stdp4028_ge_b850v3_fw_remove() argument
400 if (!ge_b850v3_lvds_ptr->stdp4028_i2c) in stdp2690_ge_b850v3_fw_probe()