Home
last modified time | relevance | path

Searched refs:has_quirk_extra_read_cycle (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/eeprom/
H A Deeprom_93cx6.c190 if (has_quirk_extra_read_cycle(eeprom)) { in eeprom_93cx6_read()
261 if (has_quirk_extra_read_cycle(eeprom)) { in eeprom_93cx6_readb()
H A Deeprom_93xx46.c101 static inline bool has_quirk_extra_read_cycle(struct eeprom_93xx46_dev *edev) in has_quirk_extra_read_cycle() function
147 if (has_quirk_extra_read_cycle(edev)) { in eeprom_93xx46_read()
/linux/include/linux/
H A Deeprom_93cx6.h81 static inline bool has_quirk_extra_read_cycle(struct eeprom_93cx6 *eeprom) in has_quirk_extra_read_cycle() function