Home
last modified time | relevance | path

Searched refs:device_get_flags (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12.1/sys/dev/atkbdc/
H A Datkbd_atkbdc.c96 flags = device_get_flags(dev); in atkbdprobe()
127 flags = device_get_flags(dev); in atkbdattach()
159 device_get_flags(dev)); in atkbdresume()
H A Datkbdc_subr.c63 flags = device_get_flags(dev); in atkbdc_print_child()
/freebsd-12.1/sys/sparc64/sparc64/
H A Dsc_machdep.c97 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 Dnsp_pccard.c151 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 Dncr53c500_pccard.c146 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 Dtmc18c30_subr.c133 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 Dif_ed_isa.c78 int flags = device_get_flags(dev); in ed_isa_probe_Novell()
102 int flags = device_get_flags(dev); in ed_isa_probe()
H A Dif_ed_pccard.c534 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 Dsyscons_isa.c85 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 Dvga_isa.c178 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 Disa_common.c638 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 Dmss.c656 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 Dgusc.c189 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 Dif_an_isa.c110 int flags = device_get_flags(dev); in an_attach_isa()
H A Dif_an_pccard.c133 int flags = device_get_flags(dev); in an_pccard_attach()
H A Dif_an_pci.c151 flags = device_get_flags(dev);
/freebsd-12.1/sys/dev/sbni/
H A Dif_sbni_isa.c143 *(u_int32_t*)&flags = device_get_flags(dev); in sbni_attach_isa()
/freebsd-12.1/sys/dev/pcf/
H A Denvctrl.c125 sc->pcf_flags = device_get_flags(dev); in envctrl_attach()
H A Dpcf_isa.c143 sc->pcf_flags = device_get_flags(dev); in pcf_isa_attach()
H A Dpcf_ebus.c165 sc->pcf_flags = device_get_flags(dev); in pcf_ebus_attach()
/freebsd-12.1/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c382 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 Dapb.c505 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 Dnexus.c228 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 Dimx51_ipuv3.c268 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 Dbcm2835_fb.c136 device_get_flags(dev) | SC_AUTODETECT_KBD); in bcm_fb_probe()
176 device_get_flags(dev) | SC_AUTODETECT_KBD) != 0) { in bcm_fb_attach()

12