Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/rockchip/
Dclk-cpu.c326 goto unregister_notifier; in rockchip_clk_register_cpuclk()
341 unregister_notifier: in rockchip_clk_register_cpuclk()
/Linux-v4.19/drivers/extcon/
Dextcon-usbc-cros-ec.c471 goto unregister_notifier; in extcon_cros_ec_probe()
476 unregister_notifier: in extcon_cros_ec_probe()
/Linux-v4.19/include/linux/
Dvfio.h86 int (*unregister_notifier)(void *iommu_data, member
/Linux-v4.19/drivers/vfio/
Dvfio.c2051 if (likely(driver && driver->ops->unregister_notifier)) in vfio_unregister_iommu_notifier()
2052 ret = driver->ops->unregister_notifier(container->iommu_data, in vfio_unregister_iommu_notifier()
Dvfio_iommu_type1.c1786 .unregister_notifier = vfio_iommu_type1_unregister_notifier,