Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ppbus/
H A Dpps.c70 static struct cdevsw pps_cdevsw = { variable
140 d = make_dev(&pps_cdevsw, unit, in ppsattach()
194 d = make_dev(&pps_cdevsw, unit + 0x10000 * i, in ppsattach()
/freebsd-13.1/sys/dev/gpio/
H A Dgpiopps.c114 static struct cdevsw pps_cdevsw = { variable
248 devargs.mda_devsw = &pps_cdevsw; in gpiopps_fdt_attach()