Searched defs:isc_device (Results 1 – 1 of 1) sorted by relevance
251 struct isc_device { struct252 struct regmap *regmap;253 struct clk *hclock;254 struct clk *ispck;256 bool ispck_required;257 u32 dcfg;259 struct device *dev;268 bool stop;289 struct {320 void (*config_dpc)(struct isc_device *isc); argument[all …]
Completed in 6 milliseconds