Searched refs:dev_mask (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | max5970-regulator.c | 401 unsigned long *dev_mask) in max597x_irq_handler() argument 411 *dev_mask = 0; in max597x_irq_handler() 422 *dev_mask |= 1 << i; in max597x_irq_handler() 426 *dev_mask |= 1 << i; in max597x_irq_handler() 440 *dev_mask |= 1 << i; in max597x_irq_handler() 444 *dev_mask |= 1 << i; in max597x_irq_handler() 458 *dev_mask |= 1 << i; in max597x_irq_handler() 473 *dev_mask |= 1 << i; in max597x_irq_handler()
|
| /linux/drivers/nfc/st21nfca/ |
| H A D | core.c | 72 static DECLARE_BITMAP(dev_mask, ST21NFCA_NUM_DEVICES); 966 dev_num = find_first_zero_bit(dev_mask, ST21NFCA_NUM_DEVICES); in st21nfca_hci_probe() 972 set_bit(dev_num, dev_mask); in st21nfca_hci_probe()
|
| /linux/drivers/tee/ |
| H A D | tee_core.c | 40 static DECLARE_BITMAP(dev_mask, TEE_NUM_DEVICES); 1012 clear_bit(teedev->id, dev_mask); in tee_release_device() 1060 teedev->id = find_next_zero_bit(dev_mask, max_id, offs); in tee_device_alloc() 1062 set_bit(teedev->id, dev_mask); in tee_device_alloc() 1109 clear_bit(teedev->id, dev_mask); in tee_device_alloc()
|
| /linux/drivers/nfc/st-nci/ |
| H A D | se.c | 92 static DECLARE_BITMAP(dev_mask, ST_NCI_NUM_DEVICES); 584 dev_num = find_first_zero_bit(dev_mask, ST_NCI_NUM_DEVICES); in st_nci_hci_network_init()
|