Searched refs:gasket_ops (Results 1 – 3 of 3) sorted by relevance
33 const struct mxc_gasket_ops *gasket_ops = isi->pdata->gasket_ops; in mxc_isi_crossbar_gasket_enable() local38 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() local75 if (!gasket_ops) in mxc_isi_crossbar_gasket_disable()78 gasket_ops->disable(isi, port); in mxc_isi_crossbar_gasket_disable()
292 .gasket_ops = &mxc_imx8_gasket_ops,306 .gasket_ops = &mxc_imx8_gasket_ops,320 .gasket_ops = &mxc_imx93_gasket_ops,458 if (isi->pdata->gasket_ops) { in mxc_isi_probe()
171 const struct mxc_gasket_ops *gasket_ops; member