Lines Matching defs:hdl
30 struct sioctl_hdl *hdl; in sioctl_open() local
57 _sioctl_create(struct sioctl_hdl *hdl, struct sioctl_ops *ops, in _sioctl_create()
68 _sioctl_psleep(struct sioctl_hdl *hdl, int event) in _sioctl_psleep()
96 sioctl_close(struct sioctl_hdl *hdl) in sioctl_close()
102 sioctl_nfds(struct sioctl_hdl *hdl) in sioctl_nfds()
108 sioctl_pollfd(struct sioctl_hdl *hdl, struct pollfd *pfd, int events) in sioctl_pollfd()
116 sioctl_revents(struct sioctl_hdl *hdl, struct pollfd *pfd) in sioctl_revents()
124 sioctl_eof(struct sioctl_hdl *hdl) in sioctl_eof()
130 sioctl_ondesc(struct sioctl_hdl *hdl, in sioctl_ondesc()
139 sioctl_onval(struct sioctl_hdl *hdl, in sioctl_onval()
148 _sioctl_ondesc_cb(struct sioctl_hdl *hdl, in _sioctl_ondesc_cb()
164 _sioctl_onval_cb(struct sioctl_hdl *hdl, unsigned int addr, unsigned int val) in _sioctl_onval_cb()
172 sioctl_setval(struct sioctl_hdl *hdl, unsigned int addr, unsigned int val) in sioctl_setval()