Home
last modified time | relevance | path

Searched refs:device_is_attached (Results 1 – 25 of 69) sorted by relevance

123

/dragonfly/sys/dev/acpica/
H A Dacpi_pci.c362 if (device_is_attached(child) && dinfo->cfg.hdrtype == 0) { in acpi_pci_suspend()
394 if (acpi_dev && device_is_attached(child) && in acpi_pci_resume()
H A Dacpi_cmbat.c461 if (!device_is_attached(dev)) in acpi_cmbat_init_battery()
H A Dacpi.c750 if (!device_is_attached(child)) in acpi_suspend()
786 if (device_is_attached(child) && acpi_do_powerstate) in acpi_resume()
2812 if (!device_is_attached(child)) in acpi_wake_sysctl_walk()
/dragonfly/sys/bus/u4b/
H A Dusb_handle_request.c255 device_is_attached(iface->subdev)) { in usb_handle_iface_request()
278 device_is_attached(iface_parent->subdev)) { in usb_handle_iface_request()
H A Dusb_device.c1098 if (device_is_attached(dev)) { in usb_detach_device_sub()
1202 if (device_is_attached(dev)) { in usb_probe_and_attach_sub()
1439 if (!device_is_attached(dev)) { in usb_suspend_resume_sub()
H A Dusb_hub.c1668 if (!device_is_attached(parent)) { in uhub_child_location_string()
1711 if (!device_is_attached(parent)) { in uhub_child_pnpinfo_string()
/dragonfly/sys/dev/misc/atkbdc_layer/
H A Datkbdc_isa.c145 if (acpidev != NULL && device_is_attached(acpidev)) { in atkbdc_probe()
/dragonfly/sys/dev/acpica/acpi_dock/
H A Dacpi_dock.c300 if (dev != NULL && device_is_attached(dev)) { in acpi_dock_eject_child()
/dragonfly/sys/dev/netif/lnc/
H A Dif_lnc_pci.c476 if (device_is_attached(dev)) { in le_pci_detach()
/dragonfly/sys/dev/disk/nata/
H A Data-all.c223 if (children[i] && device_is_attached(children[i]) && in ata_reinit()
418 if (children[i] && device_is_attached(children[i])) { in ata_ioctl()
H A Datapi-fd.c194 if (!device_is_attached(dev)) in afd_open()
H A Data-disk.c268 if(!device_is_attached(dev)) in ad_open()
H A Datapi-tape.c227 if (!device_is_attached(dev)) in ast_open()
/dragonfly/sys/bus/pci/
H A Dpci_user.c745 io->pi_data = device_is_attached(pcidev);
/dragonfly/sys/dev/virtual/virtio/balloon/
H A Dvirtio_balloon.c389 if (device_is_attached(dev)) { in vtballoon_detach()
/dragonfly/sys/dev/agp/
H A Dagp.c880 if (device_is_attached(children[i])) { in agp_find_device()
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.c2305 if (device_is_attached(sc->pcm[i])) { in emu10kx_prepare()
2309 if (device_is_attached(sc->midi[0])) { in emu10kx_prepare()
2314 if (device_is_attached(sc->midi[1])) { in emu10kx_prepare()
2318 if (device_is_attached(sc->midi[0])) { in emu10kx_prepare()
/dragonfly/sys/dev/virtual/virtio/block/
H A Dvirtio_blk.c346 if (device_is_attached(dev)) in vtblk_detach()
/dragonfly/sys/dev/virtual/virtio/pci/
H A Dvirtio_pci.c986 if (device_is_attached(child) && bootverbose == 0) in vtpci_describe_features()
/dragonfly/sys/dev/netif/sbsh/
H A Dif_sbsh.c292 if (device_is_attached(dev)) { in sbsh_detach()
/dragonfly/sys/sys/
H A Dbus.h381 int device_is_attached(device_t dev); /* did attach succeed? */
/dragonfly/sys/dev/netif/pcn/
H A Dif_pcn.c639 if (device_is_attached(dev)) { in pcn_detach()
/dragonfly/sys/dev/netif/lge/
H A Dif_lge.c574 if (device_is_attached(dev)) { in lge_detach()
/dragonfly/sys/dev/sound/pcm/
H A Dmixer.c1484 mi->enabled = device_is_attached(m->dev) ? 1 : 0; in mixer_oss_mixerinfo()
/dragonfly/sys/dev/netif/sf/
H A Dif_sf.c795 if (device_is_attached(dev)) { in sf_detach()

123