Home
last modified time | relevance | path

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

/NextBSD/sys/dev/uart/
HDuart_core.c444 struct uart_devinfo *sysdev; in uart_bus_probe() local
501 SLIST_FOREACH(sysdev, &uart_sysdevs, next) { in uart_bus_probe()
502 if (chan == sysdev->bas.chan && in uart_bus_probe()
503 uart_cpu_eqres(&sc->sc_bas, &sysdev->bas)) { in uart_bus_probe()
505 sc->sc_sysdev = sysdev; in uart_bus_probe()
506 sysdev->bas.rclk = sc->sc_bas.rclk; in uart_bus_probe()
/NextBSD/contrib/ofed/libmthca/src/
HDmthca.c315 struct ibv_device *openib_driver_init(struct sysfs_class_device *sysdev) in openib_driver_init() argument
320 if (ibv_read_sysfs_file(sysdev->path, "abi_version", in openib_driver_init()
324 return mthca_driver_init(sysdev->path, abi_ver); in openib_driver_init()
/NextBSD/contrib/ofed/libmlx4/src/
HDmlx4.c327 struct ibv_device *openib_driver_init(struct sysfs_class_device *sysdev) in openib_driver_init() argument
332 if (ibv_read_sysfs_file(sysdev->path, "abi_version", in openib_driver_init()
336 return mlx4_driver_init(sysdev->path, abi_ver); in openib_driver_init()
/NextBSD/sys/dev/scc/
HDscc_core.c107 int c, error, mode, sysdev; in scc_bfe_attach() local
165 sysdev = 0; in scc_bfe_attach()
210 sysdev |= ch->ch_sysdev; in scc_bfe_attach()
219 (sysdev) ? "not " : ""); in scc_bfe_attach()
221 error = SCC_ATTACH(sc, !sysdev); in scc_bfe_attach()
/NextBSD/sys/kern/
HDserdev_if.m84 # sysdev() - Query system device status
91 METHOD int sysdev {