Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c86 struct tda9950_glue cec_glue; member
1916 priv->cec_glue.irq_flags = irq_flags; in tda998x_create()
1938 priv->cec_glue.parent = dev; in tda998x_create()
1939 priv->cec_glue.data = priv; in tda998x_create()
1940 priv->cec_glue.init = tda998x_cec_hook_init; in tda998x_create()
1941 priv->cec_glue.exit = tda998x_cec_hook_exit; in tda998x_create()
1942 priv->cec_glue.open = tda998x_cec_hook_open; in tda998x_create()
1943 priv->cec_glue.release = tda998x_cec_hook_release; in tda998x_create()
1956 cec_info.platform_data = &priv->cec_glue; in tda998x_create()