Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/phy/
H A Dspi_ks8995.c170 static inline u8 get_chip_id(u8 val) in get_chip_id() function
356 if ((get_chip_id(id1) == CHIPID_M) && in ks8995_get_revision()
357 (get_chip_id(id1) == ks->chip->chip_id)) { in ks8995_get_revision()
360 } else if (get_chip_id(id1) != CHIPID_M) { in ks8995_get_revision()
387 if (get_chip_id(id1) == ks->chip->chip_id) { in ks8995_get_revision()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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 Dab3100-core.c393 .get_chip_id = ab3100_get_chip_id,
H A Dab8500-core.c332 .get_chip_id = ab8500_get_chip_id,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dabx500.h58 int (*get_chip_id) (struct device *); member
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dabx500.h334 int (*get_chip_id) (struct device *); member

Completed in 8 milliseconds