Searched refs:cec_info (Results 1 – 1 of 1) sorted by relevance
1801 struct i2c_board_info cec_info; in tda998x_create() local1940 memset(&cec_info, 0, sizeof(cec_info)); in tda998x_create()1941 strlcpy(cec_info.type, "tda9950", sizeof(cec_info.type)); in tda998x_create()1942 cec_info.addr = priv->cec_addr; in tda998x_create()1943 cec_info.platform_data = &priv->cec_glue; in tda998x_create()1944 cec_info.irq = client->irq; in tda998x_create()1946 priv->cec = i2c_new_device(client->adapter, &cec_info); in tda998x_create()