Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H 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/samsung/exynos-gsc/
H A Dgsc-core.h327 struct gsc_dev { struct
328 spinlock_t slock;
329 struct mutex lock;
330 struct platform_device *pdev;
331 struct gsc_variant *variant;
355 * @gsc_dev: the G-Scaler device this context applies to argument
374 struct gsc_dev *gsc_dev; member
/linux/drivers/parisc/
H A Dgsc.c142 struct gsc_asic *gsc_dev = irq_data_get_irq_chip_data(d); in gsc_set_affinity_irq() local