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

/freebsd-10-stable/sys/arm/samsung/s3c2xx0/
H A Duart_bus_s3c2410.c44 struct uart_devinfo *sysdev; local
52 sysdev = SLIST_FIRST(&uart_sysdevs);
53 if (S3C24X0_UART_BASE(unit) == sysdev->bas.bsh) {
54 sc->sc_sysdev = sysdev;
/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dmthca.c315 struct ibv_device *openib_driver_init(struct sysfs_class_device *sysdev) argument
320 if (ibv_read_sysfs_file(sysdev->path, "abi_version",
324 return mthca_driver_init(sysdev->path, abi_ver);
/freebsd-10-stable/sys/dev/uart/
H A Duart_core.c476 struct uart_devinfo *sysdev; local
534 SLIST_FOREACH(sysdev, &uart_sysdevs, next) {
535 if (chan == sysdev->bas.chan &&
536 uart_cpu_eqres(&sc->sc_bas, &sysdev->bas)) {
538 sc->sc_sysdev = sysdev;
539 sysdev->bas.rclk = sc->sc_bas.rclk;
571 * pointer from the sysdev for this device, if any
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dmlx4.c327 struct ibv_device *openib_driver_init(struct sysfs_class_device *sysdev) argument
332 if (ibv_read_sysfs_file(sysdev->path, "abi_version",
336 return mlx4_driver_init(sysdev->path, abi_ver);
/freebsd-10-stable/sys/dev/scc/
H A Dscc_core.c107 int c, error, mode, sysdev; local
165 sysdev = 0;
210 sysdev |= ch->ch_sysdev;
219 (sysdev) ? "not " : "");
221 error = SCC_ATTACH(sc, !sysdev);

Completed in 121 milliseconds