| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 1260 notifier_hnode_get_by_vmid(u16 notify_id, int vmid) in notifier_hnode_get_by_vmid() argument 1264 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_vmid() 1272 notifier_hnode_get_by_vmid_uuid(u16 notify_id, int vmid, const uuid_t *uuid) in notifier_hnode_get_by_vmid_uuid() argument 1277 return notifier_hnode_get_by_vmid(notify_id, vmid); in notifier_hnode_get_by_vmid_uuid() 1279 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_vmid_uuid() 1288 notifier_hnode_get_by_type(u16 notify_id, enum notify_type type) in notifier_hnode_get_by_type() argument 1292 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_type() 1299 static int update_notifier_cb(struct ffa_device *dev, int notify_id, in update_notifier_cb() argument 1307 cb_info = notifier_hnode_get_by_vmid_uuid(notify_id, dev->vm_id, in update_notifier_cb() 1310 cb_info = notifier_hnode_get_by_type(notify_id, type); in update_notifier_cb() [all …]
|
| /linux/include/linux/ |
| H A D | arm_ffa.h | 489 typedef void (*ffa_notifier_cb)(int notify_id, void *cb_data); 490 typedef void (*ffa_fwk_notifier_cb)(int notify_id, void *cb_data, void *buf); 497 ffa_notifier_cb cb, void *cb_data, int notify_id); 498 int (*notify_relinquish)(struct ffa_device *dev, int notify_id); 501 int notify_id); 502 int (*fwk_notify_relinquish)(struct ffa_device *dev, int notify_id); 503 int (*notify_send)(struct ffa_device *dev, int notify_id, bool per_vcpu,
|
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 306 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie, 342 u64 notify_id; member 611 u64 notify_id,
|
| /linux/drivers/platform/wmi/ |
| H A D | core.c | 48 unsigned char notify_id; member 187 snprintf(method, sizeof(method), "WE%02X", wblock->gblock.notify_id); in wmi_device_enable() 887 return sysfs_emit(buf, "%02X\n", (unsigned int)wblock->gblock.notify_id); in notify_id_show() 889 static DEVICE_ATTR_RO(notify_id); 1335 .value = wblock->gblock.notify_id, in wmi_get_notify_data() 1393 if (!(wblock->gblock.flags & ACPI_WMI_EVENT && wblock->gblock.notify_id == *event)) in wmi_notify_device()
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 2932 u64 notify_id; member 2998 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify() 3000 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify() 3075 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb() 3077 lreq->notify_id); in linger_commit_cb() 3159 lreq->notify_id = 0; in send_linger() 4567 u64 cookie, notify_id; in handle_watch_notify() local 4577 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify() 4610 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify() 4612 lreq->notify_id, notify_id); in handle_watch_notify() [all …]
|
| /linux/drivers/tee/optee/ |
| H A D | ffa_abi.c | 877 static void notif_callback(int notify_id, void *cb_data) in notif_callback() argument 881 if (notify_id == optee->ffa.bottom_half_value) in notif_callback() 884 optee_notif_send(optee, notify_id); in notif_callback()
|
| /linux/drivers/block/ |
| H A D | rbd.c | 4386 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument 4405 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify() 4411 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument 4415 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify() 4419 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument 4422 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result() 4425 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument 4437 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb() 4458 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() 4462 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-wmi | 50 What: /sys/bus/wmi/devices/.../notify_id
|