Searched refs:eeprom_93cx6_readb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | eeprom_93cx6.c | 229 * eeprom_93cx6_readb - Read a byte from eeprom 237 void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom, const u8 byte, in eeprom_93cx6_readb() function 266 EXPORT_SYMBOL_GPL(eeprom_93cx6_readb); variable 276 * this is done by calling eeprom_93cx6_readb() multiple times. 284 eeprom_93cx6_readb(eeprom, byte + i, &data[i]); in eeprom_93cx6_multireadb()
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | eeprom_93cx6.c | 229 * eeprom_93cx6_readb - Read a byte from eeprom 237 void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom, const u8 byte, in eeprom_93cx6_readb() function 266 EXPORT_SYMBOL_GPL(eeprom_93cx6_readb); variable 276 * this is done by calling eeprom_93cx6_readb() multiple times. 284 eeprom_93cx6_readb(eeprom, byte + i, &data[i]); in eeprom_93cx6_multireadb()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | eeprom_93cx6.h | 65 extern void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | eeprom_93cx6.h | 65 extern void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom,
|
Completed in 2 milliseconds