Searched refs:notify_id (Results 1 – 2 of 2) sorted by relevance
/drivers/platform/x86/ |
D | wmi.c | 47 unsigned char notify_id; member 196 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable() 469 pr_info("\tnotify_id: 0x%02X\n", g->notify_id); in wmi_dump_wdg() 636 (gblock->notify_id == event)) in wmi_get_event_data() 740 return sprintf(buf, "%02X\n", (unsigned int)wblock->gblock.notify_id); in notify_id_show() 742 static DEVICE_ATTR_RO(notify_id); 1286 (block->notify_id == event)) in acpi_wmi_notify_handler()
|
/drivers/block/ |
D | rbd.c | 4428 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument 4447 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify() 4453 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument 4457 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify() 4461 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument 4464 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result() 4467 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument 4479 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb() 4500 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() 4504 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() [all …]
|