Symbol: chip_desc
drivers/i2c/muxes/i2c-mux-ltc4306.c
210
const struct chip_desc *chip;
drivers/i2c/muxes/i2c-mux-ltc4306.c
49
const struct chip_desc *chip;
drivers/i2c/muxes/i2c-mux-ltc4306.c
52
static const struct chip_desc chips[] = {
drivers/i2c/muxes/i2c-mux-pca954x.c
108
const struct chip_desc *chip;
drivers/i2c/muxes/i2c-mux-pca954x.c
126
static const struct chip_desc chips[] = {
drivers/mfd/max77620.c
501
struct regmap_irq_chip *chip_desc;
drivers/mfd/max77620.c
513
chip_desc = devm_kmemdup(&client->dev, &max77620_top_irq_chip,
drivers/mfd/max77620.c
516
if (!chip_desc)
drivers/mfd/max77620.c
518
chip_desc->irq_drv_data = chip;
drivers/mfd/max77620.c
558
chip_desc, &chip->top_irq_data);
drivers/power/supply/max77705_charger.c
603
struct regmap_irq_chip *chip_desc;
drivers/power/supply/max77705_charger.c
617
chip_desc = devm_kmemdup(dev, &max77705_charger_irq_chip,
drivers/power/supply/max77705_charger.c
620
if (!chip_desc)
drivers/power/supply/max77705_charger.c
622
chip_desc->irq_drv_data = chg;
drivers/power/supply/max77705_charger.c
645
chip_desc, &irq_data);
drivers/rtc/rtc-ds1307.c
1277
const struct chip_desc *chip = &chips[ds1307->type];
drivers/rtc/rtc-ds1307.c
1287
const struct chip_desc *chip = &chips[ds1307->type];
drivers/rtc/rtc-ds1307.c
1296
const struct chip_desc *chip)
drivers/rtc/rtc-ds1307.c
1743
const struct chip_desc *chip;
drivers/rtc/rtc-ds1307.c
208
static const struct chip_desc chips[last_ds_type];
drivers/rtc/rtc-ds1307.c
214
const struct chip_desc *chip = &chips[ds1307->type];
drivers/rtc/rtc-ds1307.c
335
const struct chip_desc *chip = &chips[ds1307->type];
drivers/rtc/rtc-ds1307.c
981
static const struct chip_desc chips[last_ds_type] = {
drivers/rtc/rtc-max31335.c
223
const struct chip_desc *chip;
drivers/rtc/rtc-max31335.c
229
static const struct chip_desc chip[MAX_RTC_ID_NR] = {
drivers/rtc/rtc-max31335.c
260
const struct chip_desc *chip = max31335->chip;
drivers/rtc/rtc-max31335.c
678
const struct chip_desc *match;
sound/soc/codecs/pm4125.c
1305
IRQF_ONESHOT, 0, pm4125->chip_desc,
sound/soc/codecs/pm4125.c
1652
struct regmap_irq_chip *chip_desc;
sound/soc/codecs/pm4125.c
1663
chip_desc = devm_kmemdup(dev, &pm4125_regmap_irq_chip,
sound/soc/codecs/pm4125.c
1666
if (!chip_desc)
sound/soc/codecs/pm4125.c
1668
chip_desc->irq_drv_data = pm4125;
sound/soc/codecs/pm4125.c
1669
pm4125->chip_desc = chip_desc;
sound/soc/codecs/pm4125.c
74
const struct regmap_irq_chip *chip_desc;