Searched refs:notify (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv_stat.h39 struct dmub_notification *notify);
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c42 * @notify: dmub notification structure to be filled up
47 struct dmub_notification *notify)
57 notify->type = DMUB_NOTIFICATION_NO_DATA;
58 notify->pending_notification = false;
66 notify->type = DMUB_NOTIFICATION_NO_DATA;
67 notify->pending_notification = false;
73 notify->type = DMUB_NOTIFICATION_AUX_REPLY;
74 notify->link_index = cmd.dp_aux_reply.control.instance;
75 notify->result = cmd.dp_aux_reply.control.result;
76 dmub_memcpy((void *)&notify
46 dmub_srv_stat_get_notification(struct dmub_srv *dmub, struct dmub_notification *notify) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stat.c43 * @notify: dmub notification structure
48 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify) argument
58 status = dmub_srv_stat_get_notification(dmub, notify);
62 if (notify->type == DMUB_NOTIFICATION_HPD ||
63 notify->type == DMUB_NOTIFICATION_HPD_IRQ ||
64 notify->type == DMUB_NOTIFICATION_DPIA_NOTIFICATION ||
65 notify->type == DMUB_NOTIFICATION_SET_CONFIG_REPLY) {
66 notify->link_index =
67 get_link_index_from_dpia_port_index(dc, notify->link_index);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_stat.h40 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify);
/linux-master/include/linux/spi/
H A Dcorgi_lcd.h14 void (*notify)(int intensity); member in struct:corgi_lcd_platform_data
/linux-master/include/linux/remoteproc/
H A Dqcom_rproc.h30 int qcom_unregister_ssr_notifier(void *notify, struct notifier_block *nb);
40 static inline int qcom_unregister_ssr_notifier(void *notify, argument
/linux-master/drivers/acpi/acpica/
H A Devmisc.c84 /* Get the correct notify list type (System or Device) */
92 /* Get the notify object attached to the namespace Node */
104 * If there is no notify handler (Global or Local)
105 * for this object, just ignore the notify
110 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n",
117 /* Setup notify info and schedule the notify dispatcher */
126 info->notify.node = node;
127 info->notify.value = (u16)notify_value;
128 info->notify
[all...]
H A Devgpeutil.c275 struct acpi_gpe_notify_info *notify; local
309 notify = gpe_event_info->dispatch.notify_list;
310 while (notify) {
311 next = notify->next;
312 ACPI_FREE(notify);
313 notify = next;
/linux-master/net/openvswitch/
H A Ddp_notify.c16 struct sk_buff *notify; local
20 notify = ovs_vport_cmd_build_info(vport, ovs_dp_get_net(dp),
23 if (IS_ERR(notify)) {
25 0, PTR_ERR(notify));
30 ovs_dp_get_net(dp), notify, 0,
/linux-master/net/wireless/
H A Dap.c16 bool notify)
41 if (notify)
57 bool notify)
63 return ___cfg80211_stop_ap(rdev, dev, link_id, notify);
66 int ret1 = ___cfg80211_stop_ap(rdev, dev, link, notify);
14 ___cfg80211_stop_ap(struct cfg80211_registered_device *rdev, struct net_device *dev, unsigned int link_id, bool notify) argument
55 cfg80211_stop_ap(struct cfg80211_registered_device *rdev, struct net_device *dev, int link_id, bool notify) argument
/linux-master/fs/xfs/
H A Dxfs_notify_failure.c38 const struct xfs_failure_info *notify)
42 if (notify->startblock > rec->rm_startblock)
44 notify->startblock - rec->rm_startblock);
52 const struct xfs_failure_info *notify)
59 start_cross = max(rec->rm_startblock, notify->startblock);
62 end_notify = notify->startblock + notify->blockcount;
76 struct xfs_failure_info *notify = data; local
85 if (notify->mf_flags & MF_MEM_PRE_REMOVE)
87 notify
35 xfs_failure_pgoff( struct xfs_mount *mp, const struct xfs_rmap_irec *rec, const struct xfs_failure_info *notify) argument
49 xfs_failure_pgcnt( struct xfs_mount *mp, const struct xfs_rmap_irec *rec, const struct xfs_failure_info *notify) argument
163 struct xfs_failure_info notify = { .mf_flags = mf_flags }; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnv50.h13 struct nvkm_event_ntfy notify[4]; member in struct:nv50_sw_chan::__anon937
H A Dnv50.c39 nv50_sw_chan_vblsem_release(struct nvkm_event_ntfy *notify, u32 bits) argument
42 container_of(notify, typeof(*chan), vblank.notify[notify->id]);
73 nvkm_event_ntfy_allow(&chan->vblank.notify[data]);
89 for (i = 0; i < ARRAY_SIZE(chan->vblank.notify); i++)
90 nvkm_event_ntfy_del(&chan->vblank.notify[i]);
119 nv50_sw_chan_vblsem_release, &chan->vblank.notify[i]);
H A Dgf100.c39 gf100_sw_chan_vblsem_release(struct nvkm_event_ntfy *notify, u32 bits) argument
42 container_of(notify, typeof(*chan), vblank.notify[notify->id]);
76 nvkm_event_ntfy_allow(&chan->vblank.notify[data]);
124 gf100_sw_chan_vblsem_release, &chan->vblank.notify[i]);
/linux-master/include/linux/
H A Dpwm_backlight.h19 int (*notify)(struct device *dev, int brightness); member in struct:platform_pwm_backlight_data
H A Dvirtio_ring.h76 bool (*notify)(struct virtqueue *vq),
91 bool (*notify)(struct virtqueue *vq),
107 bool (*notify)(struct virtqueue *vq),
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c26 pthread_barrier_t *notify; member in struct:htab_mem_ctx
121 ctx.notify = barriers;
129 if (!ctx.notify)
134 pthread_barrier_destroy(&ctx.notify[i]);
135 free(ctx.notify);
223 static void htab_mem_add_fn(pthread_barrier_t *notify) argument
229 pthread_barrier_wait(notify);
231 pthread_barrier_wait(notify);
235 static void htab_mem_delete_fn(pthread_barrier_t *notify) argument
239 pthread_barrier_wait(notify);
249 pthread_barrier_t *notify; local
[all...]
/linux-master/sound/aoa/core/
H A Dgpio-pmf.c78 if (notif->notify)
79 notif->notify(notif->data);
131 notify_func_t notify,
159 old = notif->notify;
161 if (!old && !notify) {
166 if (old && notify) {
167 if (old == notify && notif->data == data)
172 if (old && !notify) {
178 if (!old && notify) {
199 notif->notify
129 pmf_set_notify(struct gpio_runtime *rt, enum notify_type type, notify_func_t notify, void *data) argument
[all...]
H A Dgpio-feature.c216 if (notif->notify)
217 notif->notify(notif->data);
287 if (rt->headphone_notify.notify)
312 notify_func_t notify,
346 old = notif->notify;
348 if (!old && !notify) {
353 if (old && notify) {
354 if (old == notify && notif->data == data)
359 if (old && !notify)
362 if (!old && notify) {
310 ftr_set_notify(struct gpio_runtime *rt, enum notify_type type, notify_func_t notify, void *data) argument
[all...]
/linux-master/lib/
H A Dcpu_rmap.c226 struct irq_affinity_notify notify; member in struct:irq_glue
248 irq_set_affinity_notifier(glue->notify.irq, NULL);
257 * @notify: struct irq_affinity_notify passed by irq/manage.c
263 irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask) argument
266 container_of(notify, struct irq_glue, notify);
281 container_of(ref, struct irq_glue, notify.kref);
317 glue->notify.notify = irq_cpu_rmap_notify;
318 glue->notify
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_ecache.c133 struct nf_ct_event_notifier *notify; local
142 notify = rcu_dereference(net->ct.nf_conntrack_event_cb);
143 if (!notify) {
148 ret = notify->ct_event(events | missed, item);
237 struct nf_ct_event_notifier *notify; local
241 notify = rcu_dereference(net->ct.nf_conntrack_event_cb);
242 if (!notify)
255 notify->exp_event(1 << event, &item);
264 struct nf_ct_event_notifier *notify; local
267 notify
[all...]
/linux-master/include/soc/tegra/
H A Divc.h25 void (*notify)(struct tegra_ivc *ivc, void *data); member in struct:tegra_ivc
90 * to notify the remote of the channel reset.
99 void (*notify)(struct tegra_ivc *ivc, void *data),
/linux-master/arch/mips/include/asm/
H A Dvpe.h73 struct list_head notify; member in struct:vpe
104 int vpe_notify(int index, struct vpe_notifications *notify);
/linux-master/sound/aoa/
H A Daoa-gpio.h53 notify_func_t notify,
63 notify_func_t notify; member in struct:gpio_notification
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_rdma.c142 if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
143 qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_UP);
158 if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
159 qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_DOWN);
178 if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
179 qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_CLOSE);
233 if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
234 qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_CHANGE_ADDR);
240 if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
241 qedr_drv->notify(ede
[all...]

Completed in 587 milliseconds

1234567891011>>