Home
last modified time | relevance | path

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

/linux/drivers/dpll/
H A Ddpll_core.h101 void dpll_pin_notify(struct dpll_pin *pin, unsigned long action);
H A Ddpll_netlink.c835 dpll_pin_notify(pin, DPLL_PIN_CREATED); in dpll_pin_create_ntf()
841 dpll_pin_notify(pin, DPLL_PIN_DELETED); in dpll_pin_delete_ntf()
847 dpll_pin_notify(pin, DPLL_PIN_CHANGED); in __dpll_pin_change_ntf()
H A Ddpll_core.c74 void dpll_pin_notify(struct dpll_pin *pin, unsigned long action) in dpll_pin_notify() function