Searched refs:notifs_mask (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/pse-pd/ |
| H A D | tps23881.c | 1146 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 D | pse_core.c | 1173 unsigned long *notifs_mask; member 1260 bitmap_zero(h->notifs_mask, pcdev->nr_lines); in pse_isr() 1262 ret = desc->map_event(irq, pcdev, h->notifs, h->notifs_mask); in pse_isr() 1263 if (ret || bitmap_empty(h->notifs_mask, pcdev->nr_lines)) { in pse_isr() 1268 for_each_set_bit(i, h->notifs_mask, pcdev->nr_lines) { in pse_isr() 1344 h->notifs_mask = devm_bitmap_zalloc(dev, pcdev->nr_lines, GFP_KERNEL); in devm_pse_irq_helper() 1345 if (!h->notifs_mask) in devm_pse_irq_helper()
|
| /linux/include/linux/pse-pd/ |
| H A D | pse.h | 55 unsigned long *notifs_mask);
|