Lines Matching refs:tc35876x_client
37 static struct i2c_client *tc35876x_client; variable
324 if (WARN(!tc35876x_client, "%s called before probe", __func__)) in tc35876x_set_bridge_reset_state()
327 dev_dbg(&tc35876x_client->dev, "%s: state %d\n", __func__, state); in tc35876x_set_bridge_reset_state()
347 struct i2c_client *i2c = tc35876x_client; in tc35876x_configure_lvds_bridge()
353 if (WARN(!tc35876x_client, "%s called before probe", __func__)) in tc35876x_configure_lvds_bridge()
356 dev_dbg(&tc35876x_client->dev, "%s\n", __func__); in tc35876x_configure_lvds_bridge()
359 dev_info(&tc35876x_client->dev, "tc35876x ID 0x%08x\n", id); in tc35876x_configure_lvds_bridge()
361 dev_err(&tc35876x_client->dev, "Cannot read ID\n"); in tc35876x_configure_lvds_bridge()
500 dev_err(&tc35876x_client->dev, "%s: ipc write fail\n", in tc35876x_brightness_control()
514 if (WARN(!tc35876x_client, "%s called before probe", __func__)) in tc35876x_toshiba_bridge_panel_off()
517 dev_dbg(&tc35876x_client->dev, "%s\n", __func__); in tc35876x_toshiba_bridge_panel_off()
530 if (WARN(!tc35876x_client, "%s called before probe", __func__)) in tc35876x_toshiba_bridge_panel_on()
533 dev_dbg(&tc35876x_client->dev, "%s\n", __func__); in tc35876x_toshiba_bridge_panel_on()
658 tc35876x_client = client; in tc35876x_bridge_probe()
667 tc35876x_client = NULL; in tc35876x_bridge_remove()