Searched defs:gsc_dev (Results 1 – 2 of 2) sorted by relevance
64 struct gsc_dev { struct65 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;
142 struct gsc_asic *gsc_dev = irq_data_get_irq_chip_data(d); in gsc_set_affinity_irq() local