Home
last modified time | relevance | path

Searched refs:get_chip_id (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/phy/
H A Dspi_ks8995.c164 static inline u8 get_chip_id(u8 val) in get_chip_id() function
350 if ((get_chip_id(id1) == CHIPID_M) && in ks8995_get_revision()
351 (get_chip_id(id1) == ks->chip->chip_id)) { in ks8995_get_revision()
354 } else if (get_chip_id(id1) != CHIPID_M) { in ks8995_get_revision()
381 if (get_chip_id(id1) == ks->chip->chip_id) { in ks8995_get_revision()
/linux/drivers/mfd/
H A Dabx500-core.c121 if (ops && ops->get_chip_id) in abx500_get_chip_id()
122 return ops->get_chip_id(dev); in abx500_get_chip_id()
H A Dab8500-core.c323 .get_chip_id = ab8500_get_chip_id,
/linux/include/linux/mfd/
H A Dabx500.h58 int (*get_chip_id) (struct device *); member