| /Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/core/ | 
| D | notify.c | 28 nvkm_notify_put_locked(struct nvkm_notify *notify)  in nvkm_notify_put_locked()35 nvkm_notify_put(struct nvkm_notify *notify)  in nvkm_notify_put()
 50 nvkm_notify_get_locked(struct nvkm_notify *notify)  in nvkm_notify_get_locked()
 57 nvkm_notify_get(struct nvkm_notify *notify)  in nvkm_notify_get()
 70 nvkm_notify_func(struct nvkm_notify *notify)  in nvkm_notify_func()
 86 	struct nvkm_notify *notify = container_of(work, typeof(*notify), work);  in nvkm_notify_work()  local
 91 nvkm_notify_send(struct nvkm_notify *notify, void *data, u32 size)  in nvkm_notify_send()
 118 nvkm_notify_fini(struct nvkm_notify *notify)  in nvkm_notify_fini()
 135 		 struct nvkm_notify *notify)  in nvkm_notify_init()
 
 | 
| D | client.c | 84 	struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n);  in nvkm_client_notify()  local132 	struct nvkm_client_notify *notify;  in nvkm_client_notify_new()  local
 
 | 
| D | event.c | 55 	struct nvkm_notify *notify;  in nvkm_event_send()  local
 | 
| /Linux-v5.10/drivers/gpu/drm/nouveau/nvif/ | 
| D | notify.c | 33 nvif_notify_put_(struct nvif_notify *notify)  in nvif_notify_put_()51 nvif_notify_put(struct nvif_notify *notify)  in nvif_notify_put()
 64 nvif_notify_get_(struct nvif_notify *notify)  in nvif_notify_get_()
 82 nvif_notify_get(struct nvif_notify *notify)  in nvif_notify_get()
 91 nvif_notify_func(struct nvif_notify *notify, bool keep)  in nvif_notify_func()
 107 	struct nvif_notify *notify = container_of(work, typeof(*notify), work);  in nvif_notify_work()  local
 114 	struct nvif_notify *notify = NULL;  in nvif_notify()  local
 145 nvif_notify_dtor(struct nvif_notify *notify)  in nvif_notify_dtor()
 167 		 void *data, u32 size, u32 reply, struct nvif_notify *notify)  in nvif_notify_ctor()
 
 | 
| /Linux-v5.10/net/netfilter/ | 
| D | nf_conntrack_ecache.c | 138 	struct nf_ct_event_notifier *notify;  in nf_conntrack_eventmask_report()  local195 	struct nf_ct_event_notifier *notify;  in nf_ct_deliver_cached_events()  local
 249 	struct nf_exp_event_notifier *notify;  in nf_ct_expect_event_report()  local
 277 	struct nf_ct_event_notifier *notify;  in nf_conntrack_register_notifier()  local
 298 	struct nf_ct_event_notifier *notify;  in nf_conntrack_unregister_notifier()  local
 314 	struct nf_exp_event_notifier *notify;  in nf_ct_expect_register_notifier()  local
 335 	struct nf_exp_event_notifier *notify;  in nf_ct_expect_unregister_notifier()  local
 
 | 
| /Linux-v5.10/drivers/scsi/ | 
| D | megaraid.h | 249 struct notify {  struct250 	u32 global_counter;	/* Any change increments this counter */
 252 	u8 param_counter;	/* Indicates any params changed  */
 253 	u8 param_id;		/* Param modified - defined below */
 254 	u16 param_val;		/* New val of last param modified */
 256 	u8 write_config_counter;	/* write config occurred */
 257 	u8 write_config_rsvd[3];
 259 	u8 ldrv_op_counter;	/* Indicates ldrv op started/completed */
 260 	u8 ldrv_opid;		/* ldrv num */
 261 	u8 ldrv_opcmd;		/* ldrv operation - defined below */
 [all …]
 
 | 
| /Linux-v5.10/net/wireless/ | 
| D | ap.c | 11 		       struct net_device *dev, bool notify)  in __cfg80211_stop_ap()50 		     struct net_device *dev, bool notify)  in cfg80211_stop_ap()
 
 | 
| /Linux-v5.10/drivers/xen/ | 
| D | pvcalls-front.c | 265 	int notify, req_id, ret;  in pvcalls_front_socket()  local418 	int notify, req_id, ret;  in pvcalls_front_connect()  local
 666 	int notify, req_id, ret;  in pvcalls_front_bind()  local
 719 	int notify, req_id, ret;  in pvcalls_front_listen()  local
 769 	int notify, req_id, ret, nonblock;  in pvcalls_front_accept()  local
 905 	int notify, req_id, ret;  in pvcalls_front_poll_passive()  local
 1004 	int req_id, notify, ret;  in pvcalls_front_release()  local
 
 | 
| /Linux-v5.10/lib/ | 
| D | cpu_rmap.c | 214 	struct irq_affinity_notify notify;  member250 irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask)  in irq_cpu_rmap_notify()
 
 | 
| /Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ | 
| D | base.c | 130 		      struct nvkm_notify *notify)  in nvkm_fifo_kevent_ctor()149 		      struct nvkm_notify *notify)  in nvkm_fifo_cevent_ctor()
 187 		      struct nvkm_notify *notify)  in nvkm_fifo_uevent_ctor()
 
 | 
| /Linux-v5.10/fs/autofs/ | 
| D | waitq.c | 249 			    const struct path *path, enum autofs_notify notify)  in validate_request()348 		 const struct path *path, enum autofs_notify notify)  in autofs_wait()
 
 | 
| /Linux-v5.10/include/linux/spi/ | 
| D | corgi_lcd.h | 14 	void (*notify)(int intensity);  member
 | 
| /Linux-v5.10/include/linux/remoteproc/ | 
| D | qcom_rproc.h | 40 static inline int qcom_unregister_ssr_notifier(void *notify,  in qcom_unregister_ssr_notifier()
 | 
| /Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/sw/ | 
| D | nv50.h | 13 		struct nvkm_notify notify[4];  member
 | 
| D | chan.c | 51 			struct nvkm_notify *notify)  in nvkm_sw_chan_event_ctor()
 | 
| D | gf100.c | 39 gf100_sw_chan_vblsem_release(struct nvkm_notify *notify)  in gf100_sw_chan_vblsem_release()
 | 
| D | nv50.c | 39 nv50_sw_chan_vblsem_release(struct nvkm_notify *notify)  in nv50_sw_chan_vblsem_release()
 | 
| /Linux-v5.10/net/openvswitch/ | 
| D | dp_notify.c | 16 	struct sk_buff *notify;  in dp_detach_port_notify()  local
 | 
| /Linux-v5.10/kernel/ | 
| D | task_work.c | 33 		  enum task_work_notify_mode notify)  in task_work_add()
 | 
| /Linux-v5.10/include/soc/tegra/ | 
| D | ivc.h | 23 	void (*notify)(struct tegra_ivc *ivc, void *data);  member
 | 
| /Linux-v5.10/include/linux/ | 
| D | wmi.h | 41 	void (*notify)(struct wmi_device *device, union acpi_object *data);  member
 | 
| D | pwm_backlight.h | 20 	int (*notify)(struct device *dev, int brightness);  member
 | 
| /Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ | 
| D | conn.c | 33 nvkm_conn_hpd(struct nvkm_notify *notify)  in nvkm_conn_hpd()
 | 
| /Linux-v5.10/drivers/infiniband/hw/hfi1/ | 
| D | affinity.c | 840 static void hfi1_irq_notifier_notify(struct irq_affinity_notify *notify,  in hfi1_irq_notifier_notify()862 	struct irq_affinity_notify *notify = &msix->notify;  in hfi1_setup_sdma_notifier()  local
 875 	struct irq_affinity_notify *notify = &msix->notify;  in hfi1_cleanup_sdma_notifier()  local
 
 | 
| /Linux-v5.10/drivers/acpi/acpica/ | 
| D | evgpeutil.c | 275 	struct acpi_gpe_notify_info *notify;  in acpi_ev_delete_gpe_handlers()  local
 |