Home
last modified time | relevance | path

Searched defs:gsc_dev (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mfd/
A Dgsc.h64 struct gsc_dev { struct
65 struct device *dev;
67 struct i2c_client *i2c; /* 0x20: interrupt controller, WDT */
68 struct i2c_client *i2c_hwmon; /* 0x29: hwmon, fan controller */
70 struct regmap *regmap;
72 unsigned int fwver;
73 unsigned short fwcrc;
/linux/drivers/media/platform/exynos-gsc/
A Dgsc-core.h329 struct gsc_dev { struct
330 spinlock_t slock;
331 struct mutex lock;
332 struct platform_device *pdev;
333 struct gsc_variant *variant;
357 * @gsc_dev: the G-Scaler device this context applies to argument
376 struct gsc_dev *gsc_dev; member

Completed in 6 milliseconds