probe_zero_pattern 387 drivers/rtc/rtc-x1205.c static const unsigned char probe_zero_pattern[] = { probe_zero_pattern 411 drivers/rtc/rtc-x1205.c for (i = 0; i < ARRAY_SIZE(probe_zero_pattern); i += 2) { probe_zero_pattern 414 drivers/rtc/rtc-x1205.c unsigned char addr[2] = { 0, probe_zero_pattern[i] }; probe_zero_pattern 434 drivers/rtc/rtc-x1205.c __func__, probe_zero_pattern[i]); probe_zero_pattern 439 drivers/rtc/rtc-x1205.c if ((buf & probe_zero_pattern[i+1]) != 0) { probe_zero_pattern 442 drivers/rtc/rtc-x1205.c __func__, probe_zero_pattern[i], i, buf);