Home
last modified time | relevance | path

Searched refs:driver_abi (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ppbus/
H A Dpps.c139 sc->pps[0].driver_abi = PPS_ABI_VERSION; in ppsattach()
193 sc->pps[i].driver_abi = PPS_ABI_VERSION; in ppsattach()
/freebsd/sys/sys/
H A Dtimepps.h161 uint16_t driver_abi; /* Driver sets before pps_init_abi(). */ member
/freebsd/sys/dev/gpio/
H A Dgpiopps.c184 sc->pps_state.driver_abi = PPS_ABI_VERSION; in gpiopps_fdt_attach()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c562 sc->pps_state.driver_abi = PPS_ABI_VERSION; in dmtpps_attach()
/freebsd/sys/dev/uart/
H A Duart_core.c223 sc->sc_pps.driver_abi = PPS_ABI_VERSION; in uart_pps_init()
/freebsd/sys/kern/
H A Dkern_tc.c1588 return ((pps->kcmode & KCMODE_ABIFLAG) && pps->driver_abi >= vers); in abi_aware()
1754 if (pps->driver_abi > 0) { in pps_init_abi()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c445 sc->sc_pps.driver_abi = PPS_ABI_VERSION; in ucom_attach_tty()