| /freebsd-13-stable/sys/dev/atkbdc/ |
| HD | atkbd_atkbdc.c | 94 flags = device_get_flags(dev); in atkbdprobe() 125 flags = device_get_flags(dev); in atkbdattach() 157 device_get_flags(dev)); in atkbdresume()
|
| HD | atkbdc_subr.c | 61 flags = device_get_flags(dev); in atkbdc_print_child()
|
| /freebsd-13-stable/sys/isa/ |
| HD | syscons_isa.c | 83 return (sc_probe_unit(device_get_unit(dev), device_get_flags(dev))); in scprobe() 90 return (sc_attach_unit(device_get_unit(dev), device_get_flags(dev) | in scattach()
|
| HD | vga_isa.c | 176 error = vga_probe_unit(device_get_unit(dev), &adp, device_get_flags(dev)); in isavga_probe() 213 error = vga_attach_unit(unit, sc, device_get_flags(dev)); in isavga_attach() 323 if (device_get_flags(parent) != 0) in vgapm_identify()
|
| HD | isa_common.c | 642 if (STAILQ_FIRST(rl) || device_get_flags(dev)) in isa_print_all_resources() 649 if (device_get_flags(dev)) in isa_print_all_resources() 650 retval += printf(" flags %#x", device_get_flags(dev)); in isa_print_all_resources()
|
| /freebsd-13-stable/sys/dev/sound/isa/ |
| HD | mss.c | 656 if (device_get_flags(parent) & DV_F_DUAL_DMA) in gusmax_setup() 657 dmactl |= dma_bits[device_get_flags(parent) & DV_F_DRQ_MASK] in gusmax_setup() 1304 flags = device_get_flags(dev); in mss_probe() 1308 if (!(device_get_flags(dev) & DV_F_TRUE_MSS)) goto mss_probe_end; in mss_probe() 1586 ((device_get_flags(dev) & ~DV_F_DEV_MASK) | in mss_detect() 1684 int pdma, rdma, flags = device_get_flags(dev); in mss_doattach() 1780 int flags = device_get_flags(dev); in mss_attach() 1796 mss->bd_id = (device_get_flags(dev) & DV_F_DEV_MASK) >> DV_F_DEV_SHIFT; in mss_attach() 2055 int flags = device_get_flags(dev); in opti_init() 2132 device_set_flags(dev, device_get_flags(dev) | DV_F_TRUE_MSS); in opti_init() [all …]
|
| HD | gusc.c | 189 flags = device_get_flags(dev); in gusisa_probe() 487 flags = device_get_flags(scp->dev); in alloc_resource()
|
| HD | sbc.c | 329 int flags = device_get_flags(dev); in sbc_attach()
|
| /freebsd-13-stable/sys/dev/an/ |
| HD | if_an_isa.c | 108 int flags = device_get_flags(dev); in an_attach_isa()
|
| HD | if_an_pci.c | 149 flags = device_get_flags(dev);
|
| /freebsd-13-stable/sys/dev/sbni/ |
| HD | if_sbni_isa.c | 139 *(u_int32_t*)&flags = device_get_flags(dev); in sbni_attach_isa()
|
| /freebsd-13-stable/sys/dev/pcf/ |
| HD | pcf_isa.c | 141 sc->pcf_flags = device_get_flags(dev); in pcf_isa_attach()
|
| /freebsd-13-stable/sys/mips/atheros/ |
| HD | apb.c | 502 if (device_get_flags(child)) in apb_print_child() 503 retval += printf(" flags %#x", device_get_flags(child)); in apb_print_child()
|
| /freebsd-13-stable/sys/dev/bhnd/cores/usb/ |
| HD | bhnd_usb.c | 378 if (device_get_flags(child)) in bhnd_usb_print_child() 379 retval += printf(" flags %#x", device_get_flags(child)); in bhnd_usb_print_child()
|
| /freebsd-13-stable/sys/mips/mips/ |
| HD | nexus.c | 225 if (device_get_flags(child)) in nexus_print_child() 226 retval += printf(" flags %#x", device_get_flags(child)); in nexus_print_child()
|
| /freebsd-13-stable/sys/arm/freescale/imx/ |
| HD | imx51_ipuv3.c | 265 device_get_flags(dev) | SC_AUTODETECT_KBD); in ipu3_fb_probe() 296 device_get_flags(dev) | SC_AUTODETECT_KBD)); in ipu3_fb_attach()
|
| /freebsd-13-stable/sys/x86/x86/ |
| HD | nexus.c | 308 if (device_get_flags(child)) in nexus_print_child() 309 retval += printf(" flags %#x", device_get_flags(child)); in nexus_print_child()
|
| /freebsd-13-stable/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_fb.c | 134 device_get_flags(dev) | SC_AUTODETECT_KBD); in bcm_fb_probe() 174 device_get_flags(dev) | SC_AUTODETECT_KBD) != 0) { in bcm_fb_attach()
|
| /freebsd-13-stable/sys/dev/fdc/ |
| HD | fdc.c | 851 if ((!(device_get_flags(fd->dev) & FD_NO_CHLINE) && in fdc_worker() 1444 (device_get_flags(fd->dev) & FD_NO_CHLINE)) { in fd_access() 1885 if ((flags = device_get_flags(me)) != 0) in fdc_print_child() 1911 flags = device_get_flags(dev); in fd_probe()
|
| /freebsd-13-stable/sys/dev/terasic/mtl/ |
| HD | terasic_mtl_syscons.c | 418 error = sc_attach_unit(sc->mtl_unit, device_get_flags(sc->mtl_dev) | in terasic_mtl_syscons_attach()
|
| /freebsd-13-stable/sys/powerpc/ofw/ |
| HD | ofw_syscons.c | 1017 device_get_flags(dev) | SC_AUTODETECT_KBD); in ofwfb_scprobe() 1029 device_get_flags(dev) | SC_AUTODETECT_KBD)); in ofwfb_scattach()
|
| /freebsd-13-stable/sys/arm/ti/am335x/ |
| HD | am335x_lcd.c | 823 device_get_flags(sc->sc_dev) | SC_AUTODETECT_KBD)); in am335x_lcd_configure() 946 device_get_flags(dev) | SC_AUTODETECT_KBD); in am335x_lcd_probe()
|
| /freebsd-13-stable/sys/arm/versatile/ |
| HD | versatile_clcd.c | 317 device_get_flags(dev) | SC_AUTODETECT_KBD)); in versatile_clcdc_attach()
|
| /freebsd-13-stable/sys/dev/ppc/ |
| HD | ppc.c | 1726 ppc->ppc_flags = device_get_flags(dev); in ppc_probe()
|
| /freebsd-13-stable/sys/sys/ |
| HD | bus.h | 604 u_int32_t device_get_flags(device_t dev);
|