Symbol: device_get_property
sys/dev/dpaa2/dpaa2_mc_acpi.c
105
s = device_get_property(dev, "reg", &sc->reg, sizeof(sc->reg),
sys/dev/dpaa2/dpaa2_mc_acpi.c
112
s = device_get_property(dev, "managed", sc->managed,
sys/dev/dpaa2/dpaa2_mc_acpi.c
114
s = device_get_property(dev, "phy-connection-type", sc->phy_conn_type,
sys/dev/dpaa2/dpaa2_mc_acpi.c
116
s = device_get_property(dev, "phy-mode", sc->phy_mode,
sys/dev/dpaa2/dpaa2_mc_acpi.c
118
s = device_get_property(dev, "phy-handle", &sc->phy_channel,
sys/dev/dpaa2/dpaa2_mc_acpi.c
78
s = device_get_property(dev, "reg", &reg, sizeof(reg),
sys/dev/dpaa2/dpaa2_mc_fdt.c
105
s = device_get_property(dev, "reg", &reg, sizeof(reg),
sys/dev/dpaa2/dpaa2_mc_fdt.c
127
s = device_get_property(dev, "reg", &sc->reg, sizeof(sc->reg),
sys/dev/dpaa2/dpaa2_mc_fdt.c
134
s = device_get_property(dev, "managed", sc->managed,
sys/dev/dpaa2/dpaa2_mc_fdt.c
136
s = device_get_property(dev, "phy-connection-type", sc->phy_conn_type,
sys/dev/dpaa2/dpaa2_mc_fdt.c
138
s = device_get_property(dev, "pcs-handle", &sc->pcs_handle,
sys/dev/dpaa2/dpaa2_mc_fdt.c
142
s = device_get_property(dev, "sfp", &sc->sfp, sizeof(sc->sfp),
sys/dev/dpaa2/dpaa2_mc_fdt.c
144
s = device_get_property(dev, "phy-handle", &sc->phy_handle,
sys/dev/dpaa2/memac_mdio_acpi.c
116
s = device_get_property(dev, "phy-channel",
sys/dev/dpaa2/memac_mdio_acpi.c
122
s = device_get_property(dev, "compatible",
sys/dev/dpaa2/memac_mdio_fdt.c
114
s = device_get_property(dev, "reg", &sc->reg, sizeof(sc->reg),
sys/dev/mii/dp83867phy.c
145
size = device_get_property(dev, "max-speed", &maxspeed,
sys/dev/mmc/mmc_helpers.c
106
if (device_get_property(dev, "max-frequency", &max_freq,
sys/dev/mmc/mmc_helpers.c
92
if (device_get_property(dev, "bus-width", &bus_width,
sys/dev/sdhci/sdhci_xenon.c
477
if (device_get_property(dev, "quirks",
sys/dev/sdhci/sdhci_xenon.c
481
if (device_get_property(dev, "marvell,xenon-phy-znr",
sys/dev/sdhci/sdhci_xenon.c
485
if (device_get_property(dev, "marvell,xenon-phy-zpr",
sys/dev/sff/sfp_fdt.c
101
(void)device_get_property(dev, "tx-fault-gpios", &sc->tx_fault,
sys/dev/sff/sfp_fdt.c
103
(void)device_get_property(dev, "tx-disable-gpios", &sc->tx_disable,
sys/dev/sff/sfp_fdt.c
105
(void)device_get_property(dev, "rate-select0-gpios", &sc->rx_rate,
sys/dev/sff/sfp_fdt.c
107
(void)device_get_property(dev, "rate-select1-gpios", &sc->tx_rate,
sys/dev/sff/sfp_fdt.c
109
(void)device_get_property(dev, "maximum-power-milliwatt", &sc->max_power,
sys/dev/sff/sfp_fdt.c
66
s = device_get_property(dev, "i2c-bus", &node, sizeof(node),
sys/dev/sff/sfp_fdt.c
88
s = device_get_property(dev, "i2c-bus", &sc->i2c_bus,
sys/dev/sff/sfp_fdt.c
97
(void)device_get_property(dev, "mod-def0-gpios", &sc->mod_def,
sys/dev/sff/sfp_fdt.c
99
(void)device_get_property(dev, "los-gpios", &sc->los, sizeof(sc->los),
sys/dev/uart/uart_bus_acpi.c
99
size = device_get_property(dev, "clock-frequency", &rclk,
sys/dev/usb/controller/dwc3/dwc3.c
370
s = device_get_property(dev, "dr_mode", dr_mode, sizeof(dr_mode),
sys/kern/subr_bus.c
2345
return (device_get_property(dev, prop, NULL, 0, DEVICE_PROP_ANY) >= 0);
sys/sys/bus.h
763
ssize_t device_get_property(device_t dev, const char *prop, void *val,