| /linux-6.15/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 1300 if (notify_id >= FFA_MAX_NOTIFICATIONS) in __ffa_notify_relinquish() 1333 int notify_id, bool is_framework) in __ffa_notify_request() argument 1341 if (notify_id >= FFA_MAX_NOTIFICATIONS) in __ffa_notify_request() 1361 notify_id, rc); in __ffa_notify_request() 1379 void *cb_data, int notify_id) in ffa_fwk_notify_request() argument 1396 BIT(notify_id)); in ffa_notify_send() 1401 int notify_id; in handle_notif_callbacks() local 1404 for (notify_id = 0; notify_id <= FFA_MAX_NOTIFICATIONS && bitmap; in handle_notif_callbacks() 1405 notify_id++, bitmap >>= 1) { in handle_notif_callbacks() 1414 cb_info->cb(notify_id, cb_info->cb_data); in handle_notif_callbacks() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | arm_ffa.h | 470 typedef void (*ffa_notifier_cb)(int notify_id, void *cb_data); 471 typedef void (*ffa_fwk_notifier_cb)(int notify_id, void *cb_data, void *buf); 478 ffa_notifier_cb cb, void *cb_data, int notify_id); 479 int (*notify_relinquish)(struct ffa_device *dev, int notify_id); 482 int notify_id); 483 int (*fwk_notify_relinquish)(struct ffa_device *dev, int notify_id); 484 int (*notify_send)(struct ffa_device *dev, int notify_id, bool per_vcpu,
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | wmi.c | 44 unsigned char notify_id; member 187 snprintf(method, sizeof(method), "WE%02X", wblock->gblock.notify_id); in wmi_device_enable() 738 return sysfs_emit(buf, "%02X\n", (unsigned int)wblock->gblock.notify_id); in notify_id_show() 740 static DEVICE_ATTR_RO(notify_id); 1165 .value = wblock->gblock.notify_id, in wmi_get_notify_data() 1205 if (!(wblock->gblock.flags & ACPI_WMI_EVENT && wblock->gblock.notify_id == *event)) in wmi_notify_device()
|
| /linux-6.15/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-6.15/net/ceph/ |
| H A D | osd_client.c | 2928 u64 notify_id; member 3071 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb() 3073 lreq->notify_id); in linger_commit_cb() 3155 lreq->notify_id = 0; in send_linger() 4560 u64 cookie, notify_id; in handle_watch_notify() local 4570 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify() 4603 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify() 4605 lreq->notify_id, notify_id); in handle_watch_notify() 4630 lwork->notify.notify_id = notify_id; in handle_watch_notify() 4851 ret = ceph_pagelist_encode_64(pl, notify_id); in osd_req_op_notify_ack_init() [all …]
|
| /linux-6.15/drivers/tee/optee/ |
| H A D | ffa_abi.c | 731 static void notif_callback(int notify_id, void *cb_data) in notif_callback() argument 735 if (notify_id == optee->ffa.bottom_half_value) in notif_callback() 738 optee_notif_send(optee, notify_id); in notif_callback()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-wmi | 50 What: /sys/bus/wmi/devices/.../notify_id
|
| /linux-6.15/drivers/block/ |
| H A D | rbd.c | 4368 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument 4387 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify() 4401 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument 4419 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb() 4440 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() 4444 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() 4449 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb() 4452 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() 4459 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() 4463 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb() [all …]
|