Searched refs:cec_info (Results 1 – 1 of 1) sorted by relevance
1661 struct i2c_board_info cec_info; in tda998x_create() local1800 memset(&cec_info, 0, sizeof(cec_info)); in tda998x_create()1801 strlcpy(cec_info.type, "tda9950", sizeof(cec_info.type)); in tda998x_create()1802 cec_info.addr = priv->cec_addr; in tda998x_create()1803 cec_info.platform_data = &priv->cec_glue; in tda998x_create()1804 cec_info.irq = client->irq; in tda998x_create()1806 priv->cec = i2c_new_device(client->adapter, &cec_info); in tda998x_create()