Searched refs:pps_cdev (Results 1 – 2 of 2) sorted by relevance
61 struct cdev *pps_cdev; member166 if (sc->pps_cdev != NULL) in gpiopps_detach()167 destroy_dev(sc->pps_cdev); in gpiopps_detach()253 err = make_dev_s(&devargs, &sc->pps_cdev, PPS_CDEV_NAME "%d", in gpiopps_fdt_attach()
83 struct cdev * pps_cdev; member518 sc->pps_cdev = make_dev(&dmtpps_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600, in dmtpps_attach()520 sc->pps_cdev->si_drv1 = sc; in dmtpps_attach()