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.h100 void dpll_device_notify(struct dpll_device *dpll, unsigned long action);
H A Ddpll_netlink.c764 dpll_device_notify(dpll, DPLL_DEVICE_CREATED); in dpll_device_create_ntf()
770 dpll_device_notify(dpll, DPLL_DEVICE_DELETED); in dpll_device_delete_ntf()
777 dpll_device_notify(dpll, DPLL_DEVICE_CHANGED); in __dpll_device_change_ntf()
H A Ddpll_core.c61 void dpll_device_notify(struct dpll_device *dpll, unsigned long action) in dpll_device_notify() function