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.c191 unsigned int has_int_a_b:1; /* PCF2131 supports two interrupt outputs. */ member
1010 .has_int_a_b = 0,
1038 .has_int_a_b = 0,
1066 .has_int_a_b = 1,
1244 if (pcf2127->cfg->has_int_a_b) { in pcf2127_probe()