Lines Matching +full:ctu +full:-
1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * CTU CAN FD IP Core
6 * Copyright (C) 2015-2018 Ondrej Ille <[email protected]> FEE CTU
7 * Copyright (C) 2018-2021 Ondrej Ille <[email protected]> self-funded
8 * Copyright (C) 2018-2019 Martin Jerabek <[email protected]> FEE CTU
9 * Copyright (C) 2018-2022 Pavel Pisa <[email protected]> FEE CTU/self-funded
40 * ctucan_platform_probe - Platform registration call
50 struct device *dev = &pdev->dev; in ctucan_platform_probe()
83 * ctucan_platform_remove - Unregister the device after releasing the resources
97 pm_runtime_disable(&pdev->dev); in ctucan_platform_remove()
98 netif_napi_del(&priv->napi); in ctucan_platform_remove()
106 { .compatible = "ctu,ctucanfd-2", },
107 { .compatible = "ctu,ctucanfd", },
126 MODULE_DESCRIPTION("CTU CAN FD for platform");