Symbol: device_get_flags
sys/arm/broadcom/bcm2835/bcm2835_fb.c
134
device_get_flags(dev) | SC_AUTODETECT_KBD);
sys/arm/broadcom/bcm2835/bcm2835_fb.c
174
device_get_flags(dev) | SC_AUTODETECT_KBD) != 0) {
sys/arm/ti/am335x/am335x_lcd.c
823
device_get_flags(sc->sc_dev) | SC_AUTODETECT_KBD));
sys/arm/ti/am335x/am335x_lcd.c
946
device_get_flags(dev) | SC_AUTODETECT_KBD);
sys/dev/aacraid/aacraid.c
246
sc->hint_flags = device_get_flags(sc->aac_dev);
sys/dev/acpica/acpi.c
967
if (device_get_flags(child))
sys/dev/acpica/acpi.c
968
retval += printf(" flags %#x", device_get_flags(child));
sys/dev/atkbdc/atkbd_atkbdc.c
123
flags = device_get_flags(dev);
sys/dev/atkbdc/atkbd_atkbdc.c
155
device_get_flags(dev));
sys/dev/atkbdc/atkbd_atkbdc.c
92
flags = device_get_flags(dev);
sys/dev/atkbdc/atkbdc_subr.c
59
flags = device_get_flags(dev);
sys/dev/atkbdc/psm.c
1403
sc->config = device_get_flags(dev) & PSM_CONFIG_FLAGS;
sys/dev/fb/vesa.c
266
if (device_get_flags(devs[i]) != 0 &&
sys/dev/fdc/fdc.c
1440
(device_get_flags(fd->dev) & FD_NO_CHLINE)) {
sys/dev/fdc/fdc.c
1868
if ((flags = device_get_flags(me)) != 0)
sys/dev/fdc/fdc.c
1894
flags = device_get_flags(dev);
sys/dev/fdc/fdc.c
850
if ((!(device_get_flags(fd->dev) & FD_NO_CHLINE) &&
sys/dev/pcf/pcf_isa.c
139
sc->pcf_flags = device_get_flags(dev);
sys/dev/pci/pci.c
5017
if (device_get_flags(dev))
sys/dev/pci/pci.c
5018
retval += printf(" flags %#x", device_get_flags(dev));
sys/dev/ppc/ppc.c
1725
ppc->ppc_flags = device_get_flags(dev);
sys/dev/sbni/if_sbni_isa.c
137
*(u_int32_t*)&flags = device_get_flags(dev);
sys/isa/isa_common.c
638
if (STAILQ_FIRST(rl) || device_get_flags(dev))
sys/isa/isa_common.c
645
if (device_get_flags(dev))
sys/isa/isa_common.c
646
retval += printf(" flags %#x", device_get_flags(dev));
sys/isa/syscons_isa.c
81
return (sc_probe_unit(device_get_unit(dev), device_get_flags(dev)));
sys/isa/syscons_isa.c
88
return (sc_attach_unit(device_get_unit(dev), device_get_flags(dev) |
sys/isa/vga_isa.c
148
error = vga_probe_unit(device_get_unit(dev), &adp, device_get_flags(dev));
sys/isa/vga_isa.c
185
error = vga_attach_unit(unit, sc, device_get_flags(dev));
sys/isa/vga_isa.c
244
if (device_get_flags(parent) != 0)
sys/powerpc/ofw/ofw_syscons.c
1016
device_get_flags(dev) | SC_AUTODETECT_KBD);
sys/powerpc/ofw/ofw_syscons.c
1028
device_get_flags(dev) | SC_AUTODETECT_KBD));
sys/sys/bus.h
719
u_int32_t device_get_flags(device_t dev);
sys/x86/x86/nexus.c
300
if (device_get_flags(child))
sys/x86/x86/nexus.c
301
retval += printf(" flags %#x", device_get_flags(child));