Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ppbus/
H A Dpps.c66 static struct cdevsw pps_cdevsw = { variable
136 d = make_dev(&pps_cdevsw, unit, in ppsattach()
190 d = make_dev(&pps_cdevsw, unit + 0x10000 * i, in ppsattach()
/freebsd-14.2/sys/dev/gpio/
H A Dgpiopps.c104 static struct cdevsw pps_cdevsw = { variable
239 devargs.mda_devsw = &pps_cdevsw; in gpiopps_fdt_attach()