Home
last modified time | relevance | path

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

/linux/drivers/net/pse-pd/
H A Dtps23881.c1146 unsigned long *notifs_mask, in tps23881_set_notifs_helper() argument
1164 *notifs_mask |= BIT(i); in tps23881_set_notifs_helper()
1173 unsigned long *notifs_mask) in tps23881_irq_event_over_temp() argument
1182 *notifs_mask |= BIT(i); in tps23881_irq_event_over_temp()
1191 unsigned long *notifs_mask) in tps23881_irq_event_over_current() argument
1200 tps23881_set_notifs_helper(priv, chans, notifs, notifs_mask, in tps23881_irq_event_over_current()
1207 for_each_set_bit(i, notifs_mask, priv->pcdev.nr_lines) { in tps23881_irq_event_over_current()
1229 unsigned long *notifs_mask) in tps23881_irq_event_disconnection() argument
1235 tps23881_set_notifs_helper(priv, chans, notifs, notifs_mask, in tps23881_irq_event_disconnection()
1242 unsigned long *notifs_mask) in tps23881_irq_event_detection() argument
[all …]
H A Dpse_core.c1250 unsigned long notifs_mask = 0; in pse_isr() local
1261 ret = desc->map_event(irq, pcdev, h->notifs, &notifs_mask); in pse_isr()
1262 if (ret || !notifs_mask) { in pse_isr()
1267 for_each_set_bit(i, &notifs_mask, pcdev->nr_lines) { in pse_isr()
/linux/include/linux/pse-pd/
H A Dpse.h55 unsigned long *notifs_mask);