Searched refs:notify_id (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | ste_modem_shm.h | 22 void (*kick)(struct ste_modem_device *mdev, int notify_id); 38 int (*kick)(struct ste_modem_device *mdev, int notify_id); 39 int (*kick_subscribe)(struct ste_modem_device *mdev, int notify_id);
|
/linux-4.4.14/drivers/platform/x86/ |
D | wmi.c | 55 unsigned char notify_id; member 230 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable() 434 pr_info("\tnotify_id: %02X\n", g->notify_id); in wmi_dump_wdg() 605 (gblock->notify_id == event)) in wmi_get_event_data() 848 (block->notify_id == event)) { in acpi_wmi_notify()
|
/linux-4.4.14/include/linux/ceph/ |
D | osd_client.h | 198 u64 notify_id; member
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 2334 u64 notify_id = event_work->notify_id; in do_event_work() local 2338 event->cb(ver, notify_id, opcode, event->data); in do_event_work() 2353 u64 cookie, ver, notify_id; in handle_watch_notify() local 2365 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify() 2386 event_work->notify_id = notify_id; in handle_watch_notify()
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 3096 static int rbd_obj_notify_ack_sync(struct rbd_device *rbd_dev, u64 notify_id) in rbd_obj_notify_ack_sync() argument 3114 notify_id, 0, 0); in rbd_obj_notify_ack_sync() 3127 static void rbd_watch_cb(u64 ver, u64 notify_id, u8 opcode, void *data) in rbd_watch_cb() argument 3136 rbd_dev->header_name, (unsigned long long)notify_id, in rbd_watch_cb() 3149 ret = rbd_obj_notify_ack_sync(rbd_dev, notify_id); in rbd_watch_cb()
|