| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | atkbd_atkbdc.c | 96 flags = device_get_flags(dev); in atkbdprobe() 127 flags = device_get_flags(dev); in atkbdattach() 159 device_get_flags(dev)); in atkbdresume()
|
| H A D | atkbdc_subr.c | 63 flags = device_get_flags(dev); in atkbdc_print_child()
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | sc_machdep.c | 97 return (sc_probe_unit(unit, device_get_flags(dev) | SC_MD_FLAGS)); in sc_probe() 105 device_get_flags(dev) | SC_MD_FLAGS)); in sc_attach()
|
| /freebsd-12.1/sys/dev/nsp/ |
| H A D | nsp_pccard.c | 151 if ((device_get_flags(dev) & PIO_MODE) == 0) { in nsp_alloc_resource() 258 device_get_flags(devi)); in nspprobe() 268 u_int32_t flags = device_get_flags(devi); in nspattach()
|
| /freebsd-12.1/sys/dev/ncv/ |
| H A D | ncr53c500_pccard.c | 146 u_int32_t flags = device_get_flags(dev); in ncv_alloc_resource() 315 u_int32_t flags = device_get_flags(devi); in ncvprobe() 328 u_int32_t flags = device_get_flags(devi); in ncvattach()
|
| /freebsd-12.1/sys/dev/stg/ |
| H A D | tmc18c30_subr.c | 133 device_get_flags(dev)); in stg_probe() 143 u_int32_t flags = device_get_flags(dev); in stg_attach()
|
| /freebsd-12.1/sys/dev/ed/ |
| H A D | if_ed_isa.c | 78 int flags = device_get_flags(dev); in ed_isa_probe_Novell() 102 int flags = device_get_flags(dev); in ed_isa_probe()
|
| H A D | if_ed_pccard.c | 534 flags = device_get_flags(dev); in ed_pccard_attach() 669 error = ed_probe_Novell_generic(dev, device_get_flags(dev)); in ed_pccard_dl100xx() 942 error = ed_probe_ax88x90_generic(dev, device_get_flags(dev)); in ed_pccard_ax88x90() 1004 error = ed_probe_Novell_generic(dev, device_get_flags(dev)); in ed_pccard_tc5299j()
|
| /freebsd-12.1/sys/isa/ |
| H A D | syscons_isa.c | 85 return (sc_probe_unit(device_get_unit(dev), device_get_flags(dev))); in scprobe() 92 return (sc_attach_unit(device_get_unit(dev), device_get_flags(dev) | in scattach()
|
| H A D | vga_isa.c | 178 error = vga_probe_unit(device_get_unit(dev), &adp, device_get_flags(dev)); in isavga_probe() 215 error = vga_attach_unit(unit, sc, device_get_flags(dev)); in isavga_attach() 325 if (device_get_flags(parent) != 0) in vgapm_identify()
|
| H A D | isa_common.c | 638 if (STAILQ_FIRST(rl) || device_get_flags(dev)) in isa_print_all_resources() 645 if (device_get_flags(dev)) in isa_print_all_resources() 646 retval += printf(" flags %#x", device_get_flags(dev)); in isa_print_all_resources()
|
| /freebsd-12.1/sys/dev/sound/isa/ |
| H A D | 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() 1306 flags = device_get_flags(dev); in mss_probe() 1310 if (!(device_get_flags(dev) & DV_F_TRUE_MSS)) goto mss_probe_end; in mss_probe() 1589 ((device_get_flags(dev) & ~DV_F_DEV_MASK) | in mss_detect() 1687 int pdma, rdma, flags = device_get_flags(dev); in mss_doattach() 1783 int flags = device_get_flags(dev); in mss_attach() 1798 mss->bd_id = (device_get_flags(dev) & DV_F_DEV_MASK) >> DV_F_DEV_SHIFT; in mss_attach() 2058 int flags = device_get_flags(dev); in opti_init() 2136 device_set_flags(dev, device_get_flags(dev) | DV_F_TRUE_MSS); in opti_init() [all …]
|
| H A D | gusc.c | 189 flags = device_get_flags(dev); in gusisa_probe() 487 flags = device_get_flags(scp->dev); in alloc_resource()
|
| /freebsd-12.1/sys/dev/an/ |
| H A D | if_an_isa.c | 110 int flags = device_get_flags(dev); in an_attach_isa()
|
| H A D | if_an_pccard.c | 133 int flags = device_get_flags(dev); in an_pccard_attach()
|
| H A D | if_an_pci.c | 151 flags = device_get_flags(dev);
|
| /freebsd-12.1/sys/dev/sbni/ |
| H A D | if_sbni_isa.c | 143 *(u_int32_t*)&flags = device_get_flags(dev); in sbni_attach_isa()
|
| /freebsd-12.1/sys/dev/pcf/ |
| H A D | envctrl.c | 125 sc->pcf_flags = device_get_flags(dev); in envctrl_attach()
|
| H A D | pcf_isa.c | 143 sc->pcf_flags = device_get_flags(dev); in pcf_isa_attach()
|
| H A D | pcf_ebus.c | 165 sc->pcf_flags = device_get_flags(dev); in pcf_ebus_attach()
|
| /freebsd-12.1/sys/dev/bhnd/cores/usb/ |
| H A D | bhnd_usb.c | 382 if (device_get_flags(child)) in bhnd_usb_print_child() 383 retval += printf(" flags %#x", device_get_flags(child)); in bhnd_usb_print_child()
|
| /freebsd-12.1/sys/mips/atheros/ |
| H A D | apb.c | 505 if (device_get_flags(child)) in apb_print_child() 506 retval += printf(" flags %#x", device_get_flags(child)); in apb_print_child()
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | nexus.c | 228 if (device_get_flags(child)) in nexus_print_child() 229 retval += printf(" flags %#x", device_get_flags(child)); in nexus_print_child()
|
| /freebsd-12.1/sys/arm/freescale/imx/ |
| H A D | imx51_ipuv3.c | 268 device_get_flags(dev) | SC_AUTODETECT_KBD); in ipu3_fb_probe() 299 device_get_flags(dev) | SC_AUTODETECT_KBD)); in ipu3_fb_attach()
|
| /freebsd-12.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fb.c | 136 device_get_flags(dev) | SC_AUTODETECT_KBD); in bcm_fb_probe() 176 device_get_flags(dev) | SC_AUTODETECT_KBD) != 0) { in bcm_fb_attach()
|