Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-crossbar.c33 const struct mxc_gasket_ops *gasket_ops = isi->pdata->gasket_ops; in mxc_isi_crossbar_gasket_enable() local
38 if (!gasket_ops) in mxc_isi_crossbar_gasket_enable()
65 gasket_ops->enable(isi, &fd, fmt, port); in mxc_isi_crossbar_gasket_enable()
73 const struct mxc_gasket_ops *gasket_ops = isi->pdata->gasket_ops; in mxc_isi_crossbar_gasket_disable() local
75 if (!gasket_ops) in mxc_isi_crossbar_gasket_disable()
78 gasket_ops->disable(isi, port); in mxc_isi_crossbar_gasket_disable()
H A Dimx8-isi-core.c292 .gasket_ops = &mxc_imx8_gasket_ops,
306 .gasket_ops = &mxc_imx8_gasket_ops,
320 .gasket_ops = &mxc_imx93_gasket_ops,
460 if (isi->pdata->gasket_ops) { in mxc_isi_probe()
H A Dimx8-isi-core.h171 const struct mxc_gasket_ops *gasket_ops; member