Searched refs:get_chip_id (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/mfd/
H A Dabx500-core.c123 if ((ops != NULL) && (ops->get_chip_id != NULL)) abx500_get_chip_id()
124 return ops->get_chip_id(dev); abx500_get_chip_id()
H A Dab3100-core.c391 .get_chip_id = ab3100_get_chip_id,
H A Dab8500-core.c332 .get_chip_id = ab8500_get_chip_id,
/linux-4.4.14/drivers/net/phy/
H A Dspi_ks8995.c103 static inline u8 get_chip_id(u8 val) get_chip_id() function
291 if (get_chip_id(ids[1]) != CHIPID_M) { ks8995_probe()
320 if (get_chip_id(ids[1]) == CHIPID_M) { ks8995_probe()
323 get_chip_id(ids[1]), get_chip_rev(ids[1])); ks8995_probe()
/linux-4.4.14/include/linux/mfd/
H A Dabx500.h335 int (*get_chip_id) (struct device *); member in struct:abx500_ops

Completed in 273 milliseconds