Home
last modified time | relevance | path

Searched refs:cec_info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/bridge/
H A Dtda998x_drv.c1822 struct i2c_board_info cec_info; in tda998x_probe() local
1970 memset(&cec_info, 0, sizeof(cec_info)); in tda998x_probe()
1971 strscpy(cec_info.type, "tda9950", sizeof(cec_info.type)); in tda998x_probe()
1972 cec_info.addr = priv->cec_addr; in tda998x_probe()
1973 cec_info.platform_data = &priv->cec_glue; in tda998x_probe()
1974 cec_info.irq = client->irq; in tda998x_probe()
1976 priv->cec = i2c_new_client_device(client->adapter, &cec_info); in tda998x_probe()