Home
last modified time | relevance | path

Searched refs:notify_id (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/firmware/arm_ffa/
H A Ddriver.c1124 notifier_hash_node_get(u16 notify_id, enum notify_type type) in notifier_hash_node_get() argument
1128 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hash_node_get()
1136 update_notifier_cb(int notify_id, enum notify_type type, ffa_notifier_cb cb, in update_notifier_cb() argument
1142 cb_info = notifier_hash_node_get(notify_id, type); in update_notifier_cb()
1157 hash_add(drv_info->notifier_hash, &cb_info->hnode, notify_id); in update_notifier_cb()
1173 static int ffa_notify_relinquish(struct ffa_device *dev, int notify_id) in ffa_notify_relinquish() argument
1181 if (notify_id >= FFA_MAX_NOTIFICATIONS) in ffa_notify_relinquish()
1186 rc = update_notifier_cb(notify_id, type, NULL, NULL, false); in ffa_notify_relinquish()
1193 rc = ffa_notification_unbind(dev->vm_id, BIT(notify_id)); in ffa_notify_relinquish()
1201 ffa_notifier_cb cb, void *cb_data, int notify_id) in ffa_notify_request() argument
[all …]
/linux/include/linux/
H A Darm_ffa.h457 typedef void (*ffa_notifier_cb)(int notify_id, void *cb_data);
464 ffa_notifier_cb cb, void *cb_data, int notify_id);
465 int (*notify_relinquish)(struct ffa_device *dev, int notify_id);
466 int (*notify_send)(struct ffa_device *dev, int notify_id, bool per_vcpu,
/linux/drivers/platform/x86/
H A Dwmi.c44 unsigned char notify_id; member
136 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_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);
1152 .value = wblock->gblock.notify_id, in wmi_get_notify_data()
1192 if (!(wblock->gblock.flags & ACPI_WMI_EVENT && wblock->gblock.notify_id == *event)) in wmi_notify_device()
/linux/include/linux/ceph/
H A Dosd_client.h306 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie,
342 u64 notify_id; member
617 u64 notify_id,
/linux/net/ceph/
H A Dosd_client.c2951 u64 notify_id; member
3017 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
3019 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
3094 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
3096 lreq->notify_id); in linger_commit_cb()
3178 lreq->notify_id = 0; in send_linger()
4583 u64 cookie, notify_id; in handle_watch_notify() local
4593 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4626 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4628 lreq->notify_id, notify_id); in handle_watch_notify()
[all …]
/linux/drivers/tee/optee/
H A Dffa_abi.c731 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/Documentation/ABI/testing/
H A Dsysfs-bus-wmi50 What: /sys/bus/wmi/devices/.../notify_id