Searched defs:dpll_device (Results 1 – 1 of 1) sorted by relevance
28 struct dpll_device { struct29 u32 id;30 u32 device_idx;31 u64 clock_id;32 struct module *module;33 enum dpll_type type;34 struct xarray pin_refs;35 refcount_t refcount;36 struct list_head registration_list;