Lines Matching refs:stdp4028_i2c
61 struct i2c_client *stdp4028_i2c; member
168 struct i2c_client *stdp4028_i2c = in ge_b850v3_lvds_detect() local
169 ge_b850v3_lvds_ptr->stdp4028_i2c; in ge_b850v3_lvds_detect()
172 link_state = i2c_smbus_read_word_data(stdp4028_i2c, in ge_b850v3_lvds_detect()
195 struct i2c_client *stdp4028_i2c in ge_b850v3_lvds_irq_handler() local
196 = ge_b850v3_lvds_ptr->stdp4028_i2c; in ge_b850v3_lvds_irq_handler()
198 i2c_smbus_write_word_data(stdp4028_i2c, in ge_b850v3_lvds_irq_handler()
211 struct i2c_client *stdp4028_i2c in ge_b850v3_lvds_attach() local
212 = ge_b850v3_lvds_ptr->stdp4028_i2c; in ge_b850v3_lvds_attach()
238 i2c_smbus_write_word_data(stdp4028_i2c, in ge_b850v3_lvds_attach()
243 i2c_smbus_write_word_data(stdp4028_i2c, in ge_b850v3_lvds_attach()
294 static int stdp4028_ge_b850v3_fw_probe(struct i2c_client *stdp4028_i2c, in stdp4028_ge_b850v3_fw_probe() argument
297 struct device *dev = &stdp4028_i2c->dev; in stdp4028_ge_b850v3_fw_probe()
301 ge_b850v3_lvds_ptr->stdp4028_i2c = stdp4028_i2c; in stdp4028_ge_b850v3_fw_probe()
302 i2c_set_clientdata(stdp4028_i2c, ge_b850v3_lvds_ptr); in stdp4028_ge_b850v3_fw_probe()
310 i2c_smbus_write_word_data(stdp4028_i2c, in stdp4028_ge_b850v3_fw_probe()
314 if (!stdp4028_i2c->irq) in stdp4028_ge_b850v3_fw_probe()
317 return devm_request_threaded_irq(&stdp4028_i2c->dev, in stdp4028_ge_b850v3_fw_probe()
318 stdp4028_i2c->irq, NULL, in stdp4028_ge_b850v3_fw_probe()
324 static int stdp4028_ge_b850v3_fw_remove(struct i2c_client *stdp4028_i2c) in stdp4028_ge_b850v3_fw_remove() argument