Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-pcf2127.c189 unsigned int has_int_a_b:1; /* PCF2131 supports two interrupt outputs. */ member
928 .has_int_a_b = 0,
956 .has_int_a_b = 0,
984 .has_int_a_b = 1,
1162 if (pcf2127->cfg->has_int_a_b) { in pcf2127_probe()