Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/nctgpio/
H A Dnctgpio.c99 device_t dev_f; member
387 outcfg = superio_read(sc->dev_f, reg); in nct_set_pin_opendrain()
389 superio_write(sc->dev_f, reg, outcfg); in nct_set_pin_opendrain()
399 outcfg = superio_read(sc->dev_f, reg); in nct_set_pin_pushpull()
401 superio_write(sc->dev_f, reg, outcfg); in nct_set_pin_pushpull()
411 outcfg = superio_read(sc->dev_f, reg); in nct_pin_is_opendrain()
454 sc->dev_f = superio_find_dev(device_get_parent(dev), SUPERIO_DEV_GPIO, in nct_attach()
456 if (sc->dev_f == NULL) { in nct_attach()