colon_ch          938 drivers/misc/eeprom/idt_89hpesx.c 	char *colon_ch, *csraddr_str, *csrval_str;
colon_ch          954 drivers/misc/eeprom/idt_89hpesx.c 	colon_ch = strnchr(buf, count, ':');
colon_ch          962 drivers/misc/eeprom/idt_89hpesx.c 	if (colon_ch != NULL) {
colon_ch          963 drivers/misc/eeprom/idt_89hpesx.c 		csraddr_len = colon_ch - buf;
colon_ch          974 drivers/misc/eeprom/idt_89hpesx.c 		csrval_str = colon_ch + 1;
colon_ch          996 drivers/misc/eeprom/idt_89hpesx.c 	if (colon_ch != NULL) {
colon_ch         1008 drivers/misc/eeprom/idt_89hpesx.c 	if (colon_ch != NULL)