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 <ondrej.ille@gmail.com> FEE CTU
7 * Copyright (C) 2018-2021 Ondrej Ille <ondrej.ille@gmail.com> self-funded
8 * Copyright (C) 2018-2019 Martin Jerabek <martin.jerabek01@gmail.com> FEE CTU
9 * Copyright (C) 2018-2022 Pavel Pisa <pisa@cmp.felk.cvut.cz> FEE CTU/self-funded
40 * ctucan_platform_probe - Platform registration call
51 struct device *dev = &pdev->dev; in ctucan_platform_probe()
85 * ctucan_platform_remove - Unregister the device after releasing the resources
99 pm_runtime_disable(&pdev->dev); in ctucan_platform_remove()
100 netif_napi_del(&priv->napi); in ctucan_platform_remove()
110 { .compatible = "ctu,ctucanfd-2", },
111 { .compatible = "ctu,ctucanfd", },
130 MODULE_DESCRIPTION("CTU CAN FD for platform");