Lines Matching refs:cdev
56 struct cdev *cdev;
136 sc->cdev = make_dev(&pcfclock_cdevsw, unit,
138 if (sc->cdev == NULL) {
142 sc->cdev->si_drv1 = sc;
148 pcfclock_open(struct cdev *dev, int flag, int fms, struct thread *td)
168 pcfclock_close(struct cdev *dev, int flags, int fmt, struct thread *td)
182 pcfclock_write_cmd(struct cdev *dev, unsigned char command)
202 pcfclock_display_data(struct cdev *dev, char buf[18])
224 pcfclock_read_data(struct cdev *dev, char *buf, ssize_t bits)
263 pcfclock_read_dev(struct cdev *dev, char *buf, int maxretries)
293 pcfclock_read(struct cdev *dev, struct uio *uio, int ioflag)