Lines Matching refs:dpll
10 #include <linux/dpll.h>
19 * @id: unique id number for device given by dpll subsystem
21 * @clock_id: unique identifier (clock_id) of a dpll
23 * @type: type of a dpll
24 * @pin_refs: stores pins registered within a dpll
26 * @registration_list: list of registered ops and priv data of dpll owners
40 * struct dpll_pin - structure for a dpll pin
41 * @id: unique id number for pin given by dpll subsystem
66 * struct dpll_pin_ref - structure for referencing either dpll or pins
67 * @dpll: pointer to a dpll
74 struct dpll_device *dpll;
81 void *dpll_priv(struct dpll_device *dpll);
82 void *dpll_pin_on_dpll_priv(struct dpll_device *dpll, struct dpll_pin *pin);
85 const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll);