| /f-stack/freebsd/x86/xen/ |
| H A D | xen_pci_bus.c | 51 struct pci_devinfo *dinfo = device_get_ivars(child); in xen_pci_enable_msi_method() 63 struct pci_devinfo *dinfo = device_get_ivars(child); in xen_pci_disable_msi_method() 78 dinfo = device_get_ivars(child); in xen_pci_child_added_method()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_localbus.c | 319 di = device_get_ivars(child); in localbus_print_child() 343 if ((di = device_get_ivars(child)) == NULL) in localbus_alloc_resource() 370 di = device_get_ivars(child); in localbus_get_resource_list() 379 di = device_get_ivars(child); in localbus_get_devinfo()
|
| H A D | mv_pci_ctrl.c | 252 if ((di = device_get_ivars(child)) == NULL) in mv_pcib_ctrl_alloc_resource() 347 di = device_get_ivars(child); in mv_pcib_ctrl_get_devinfo()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gic_v3_fdt.c | 217 struct gic_v3_ofw_devinfo *di = device_get_ivars(child); in gic_v3_fdt_print_child() 233 di = device_get_ivars(child); in gic_v3_ofw_get_devinfo() 246 if ((di = device_get_ivars(child)) == NULL) in gic_v3_ofw_bus_alloc_res()
|
| H A D | gic_v3_acpi.c | 429 if ((di = device_get_ivars(child)) == NULL) in gic_v3_acpi_bus_alloc_res()
|
| H A D | nexus.c | 87 #define DEVTONX(dev) ((struct nexus_device *)device_get_ivars(dev))
|
| /f-stack/freebsd/x86/x86/ |
| H A D | legacy.c | 63 #define DEVTOAT(dev) ((struct legacy_device *)device_get_ivars(dev)) 364 cpdev = device_get_ivars(child); in cpu_get_rlist() 375 cpdev = device_get_ivars(child); in cpu_read_ivar()
|
| H A D | nexus.c | 91 #define DEVTONX(dev) ((struct nexus_device *)device_get_ivars(dev))
|
| /f-stack/freebsd/x86/pci/ |
| H A D | qpi.c | 170 qdev = device_get_ivars(child); in qpi_print_child() 184 qdev = device_get_ivars(child); in qpi_read_ivar()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apb.c | 62 #define DEVTOAPB(dev) ((struct apb_ivar *) device_get_ivars(dev)) 169 struct apb_ivar *ivar = device_get_ivars(child); in apb_alloc_resource() 477 ivar = device_get_ivars(child); in apb_get_resource_list()
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubtbcmfw/ |
| H A D | ubtbcmfw.c | 191 struct usb_attach_arg *uaa = device_get_ivars(dev); in ubtbcmfw_probe() 209 struct usb_attach_arg *uaa = device_get_ivars(dev); in ubtbcmfw_attach()
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt_intel.c | 117 struct usb_attach_arg *uaa = device_get_ivars(dev); in ubt_intel_probe()
|
| H A D | ng_ubt.c | 594 struct usb_attach_arg *uaa = device_get_ivars(dev); in ubt_probe() 621 struct usb_attach_arg *uaa = device_get_ivars(dev); in ubt_attach()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic_fdt.c | 201 di = device_get_ivars(child); in gic_fdt_get_resource_list() 313 di = device_get_ivars(child); in gic_ofw_get_devinfo()
|
| H A D | gic_acpi.c | 259 di = device_get_ivars(child); in gic_acpi_get_resource_list()
|
| H A D | nexus.c | 79 #define DEVTONX(dev) ((struct nexus_device *)device_get_ivars(dev))
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | max77620_rtc.c | 309 dinfo = device_get_ivars(dev); in max77620_rtc_probe() 386 dinfo = device_get_ivars(child); in max77620_rtc_create()
|
| /f-stack/freebsd/arm64/broadcom/brcmmdio/ |
| H A D | mdio_nexus_iproc.c | 189 di = device_get_ivars(child); in brcm_mdionexus_ofw_get_devinfo()
|
| H A D | mdio_mux_iproc.c | 382 di = device_get_ivars(child); in brcm_iproc_mdio_get_devinfo()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_pinctrl.c | 127 ndi = device_get_ivars(child); in jz4780_pinctrl_attach()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apb.c | 273 struct apb_ivar *ivar = device_get_ivars(child); in apb_alloc_resource() 653 ivar = device_get_ivars(child); in apb_get_resource_list()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | ppt.c | 130 dinfo = (struct pci_devinfo *)device_get_ivars(dev); in ppt_probe() 607 dinfo = device_get_ivars(ppt->dev); in ppt_setup_msix()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_simplebus.c | 181 di = device_get_ivars(child); in xlp_simplebus_alloc_resource()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_sdhci.c | 361 slot = device_get_ivars(reqdev); in ti_sdhci_update_ios()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 91 #define DEVTONX(dev) ((struct nexus_device *)device_get_ivars(dev))
|