Searched refs:dpll_pin_notify (Results 1 – 3 of 3) sorted by relevance
101 void dpll_pin_notify(struct dpll_pin *pin, unsigned long action);
835 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()
74 void dpll_pin_notify(struct dpll_pin *pin, unsigned long action) in dpll_pin_notify() function