Home
last modified time | relevance | path

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

/linux/drivers/dpll/
H A Ddpll_core.h103 void dpll_device_notify(struct dpll_device *dpll, unsigned long action);
H A Ddpll_netlink.c864 dpll_device_notify(dpll, DPLL_DEVICE_CREATED); in dpll_device_create_ntf()
870 dpll_device_notify(dpll, DPLL_DEVICE_DELETED); in dpll_device_delete_ntf()
885 dpll_device_notify(dpll, DPLL_DEVICE_CHANGED); in __dpll_device_change_ntf()
H A Ddpll_core.c62 void dpll_device_notify(struct dpll_device *dpll, unsigned long action) in dpll_device_notify() function