Lines Matching full:dpll
10 #include <linux/dpll.h>
18 * struct dpll_device - stores DPLL device internal data
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
65 * struct dpll_pin_ref - structure for referencing either dpll or pins
66 * @dpll: pointer to a dpll
73 struct dpll_device *dpll; member
80 void *dpll_priv(struct dpll_device *dpll);
81 void *dpll_pin_on_dpll_priv(struct dpll_device *dpll, struct dpll_pin *pin);
84 const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll);