Home
last modified time | relevance | path

Searched refs:notify_mask (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/surface/
H A Dsurface3_power.c51 unsigned short notify_mask; member
323 mshw0011_notify(cdata, cdata->notify_mask, in mshw0011_isr()
334 mshw0011_notify(cdata, cdata->notify_mask, in mshw0011_isr()
344 mshw0011_notify(cdata, cdata->notify_mask, in mshw0011_isr()
535 data->notify_mask = mask == MSHW0011_EV_2_5_MASK; in mshw0011_probe()
/linux/drivers/nvme/target/
H A Dpr.c59 WRITE_ONCE(req->ns->pr.notify_mask, mask); in nvmet_set_feat_resv_notif_mask()
65 WRITE_ONCE(ns->pr.notify_mask, mask); in nvmet_set_feat_resv_notif_mask()
84 nvmet_set_result(req, READ_ONCE(req->ns->pr.notify_mask)); in nvmet_get_feat_resv_notif_mask()
162 if (test_bit(NVME_PR_NOTIFY_BIT_RESV_RELEASED, &pr->notify_mask)) in nvmet_pr_resv_released()
200 if (test_bit(NVME_PR_NOTIFY_BIT_RESV_PREEMPTED, &pr->notify_mask)) in nvmet_pr_resv_preempted()
210 if (test_bit(NVME_PR_NOTIFY_BIT_REG_PREEMPTED, &pr->notify_mask)) in nvmet_pr_registration_preempted()
1112 ns->pr.notify_mask = 0; in nvmet_pr_init_ns()