Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Drenesas-ceu.c1608 struct ceu_data { struct
1612 static const struct ceu_data ceu_data_rz = { argument
1616 static const struct ceu_data ceu_data_sh4 = {
1632 const struct ceu_data *ceu_data; in ceu_probe() local
1678 ceu_data = of_match_device(ceu_of_match, dev)->data; in ceu_probe()
1682 ceu_data = &ceu_data_sh4; in ceu_probe()
1693 ceudev->irq_mask = ceu_data->irq_mask; in ceu_probe()