Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/
H A Drenesas-ceu.c1595 struct ceu_data { struct
1599 static const struct ceu_data ceu_data_sh4 = { argument
1604 static const struct ceu_data ceu_data_rz = {
1619 const struct ceu_data *ceu_data; in ceu_probe() local
1663 ceu_data = of_device_get_match_data(dev); in ceu_probe()
1667 ceu_data = &ceu_data_sh4; in ceu_probe()
1678 ceudev->irq_mask = ceu_data->irq_mask; in ceu_probe()