Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 95) sorted by relevance

1234

/drivers/gpu/drm/nouveau/nvkm/core/
Dnotify.c28 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()
Dclient.c46 struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); in nvkm_client_notify() local
94 struct nvkm_client_notify *notify; in nvkm_client_notify_new() local
Devent.c55 struct nvkm_notify *notify; in nvkm_event_send() local
/drivers/gpu/drm/nouveau/nvif/
Dnotify.c33 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_fini(struct nvif_notify *notify) in nvif_notify_fini()
169 struct nvif_notify *notify) in nvif_notify_init()
/drivers/scsi/
Dmegaraid.h248 struct notify { struct
249 u32 global_counter; /* Any change increments this counter */
251 u8 param_counter; /* Indicates any params changed */
252 u8 param_id; /* Param modified - defined below */
253 u16 param_val; /* New val of last param modified */
255 u8 write_config_counter; /* write config occurred */
256 u8 write_config_rsvd[3];
258 u8 ldrv_op_counter; /* Indicates ldrv op started/completed */
259 u8 ldrv_opid; /* ldrv num */
260 u8 ldrv_opcmd; /* ldrv operation - defined below */
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutpdp.c136 nvkm_output_dp_hpd(struct nvkm_notify *notify) in nvkm_output_dp_hpd()
157 nvkm_output_dp_irq(struct nvkm_notify *notify) in nvkm_output_dp_irq()
Dbase.c54 struct nvkm_notify *notify) in nvkm_disp_vblank_ctor()
91 struct nvkm_notify *notify) in nvkm_disp_hpd_ctor()
Dconn.c33 nvkm_connector_hpd(struct nvkm_notify *notify) in nvkm_connector_hpd()
/drivers/cpufreq/
Dcpufreq_conservative.c328 static int cs_init(struct dbs_data *dbs_data, bool notify) in cs_init()
355 static void cs_exit(struct dbs_data *dbs_data, bool notify) in cs_exit()
Dcpufreq_ondemand.c464 static int od_init(struct dbs_data *dbs_data, bool notify) in od_init()
505 static void od_exit(struct dbs_data *dbs_data, bool notify) in od_exit()
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dbase.c95 struct nvkm_notify *notify) in nvkm_fifo_event_ctor()
127 struct nvkm_notify *notify) in nvkm_fifo_uevent_ctor()
/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv50.h12 struct nvkm_notify notify[4]; member
Dgf100.c39 gf100_sw_chan_vblsem_release(struct nvkm_notify *notify) in gf100_sw_chan_vblsem_release()
Dchan.c51 struct nvkm_notify *notify) in nvkm_sw_chan_event_ctor()
Dnv50.c39 nv50_sw_chan_vblsem_release(struct nvkm_notify *notify) in nv50_sw_chan_vblsem_release()
/drivers/acpi/acpica/
Devgpeutil.c309 struct acpi_gpe_notify_info *notify; in acpi_ev_delete_gpe_handlers() local
Devgpe.c537 struct acpi_gpe_notify_info *notify; in acpi_ev_asynch_execute_gpe_method() local
Devxfgpe.c330 struct acpi_gpe_notify_info *notify; in ACPI_EXPORT_SYMBOL() local
/drivers/media/platform/ti-vpe/
Dvpdma.c633 int notify = 1; in vpdma_add_out_dtd() local
704 int notify = 1; in vpdma_add_in_dtd() local
/drivers/usb/gadget/function/
Df_acm.c56 struct usb_ep *notify; member
498 struct usb_cdc_notification *notify; in acm_cdc_notify() local
/drivers/scsi/esas2r/
Desas2r_targdb.c59 void esas2r_targ_db_remove_all(struct esas2r_adapter *a, bool notify) in esas2r_targ_db_remove_all()
/drivers/gpu/drm/nouveau/include/nvkm/core/
Dclient.h11 struct nvkm_client_notify *notify[16]; member
/drivers/gpu/drm/nouveau/
Dnouveau_display.c45 nouveau_display_vblank_handler(struct nvif_notify *notify) in nouveau_display_vblank_handler()
868 nouveau_flip_complete(struct nvif_notify *notify) in nouveau_flip_complete()
Dnouveau_fence.h49 struct nvif_notify notify; member
/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dbase.c127 struct nvkm_notify *notify) in nvkm_gpio_intr_ctor()

1234