Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_smi_events.c48 static __poll_t kfd_smi_ev_poll(struct file *, struct poll_table_struct *);
58 .poll = kfd_smi_ev_poll,
64 static __poll_t kfd_smi_ev_poll(struct file *filep, in kfd_smi_ev_poll() function