Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dmax5970-regulator.c401 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 Dcore.c72 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 Dtee_core.c40 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 Dse.c92 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()