Home
last modified time | relevance | path

Searched refs:device_property_read_u32 (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/misc/eeprom/
Dat25.c311 if (device_property_read_u32(dev, "size", &val) == 0 || in at25_fw_to_chip()
312 device_property_read_u32(dev, "at25,byte-len", &val) == 0) { in at25_fw_to_chip()
319 if (device_property_read_u32(dev, "pagesize", &val) == 0 || in at25_fw_to_chip()
320 device_property_read_u32(dev, "at25,page-size", &val) == 0) { in at25_fw_to_chip()
327 if (device_property_read_u32(dev, "at25,addr-mode", &val) == 0) { in at25_fw_to_chip()
330 if (device_property_read_u32(dev, "address-width", &val)) { in at25_fw_to_chip()
/linux-4.1.27/include/linux/
Dproperty.h92 static inline int device_property_read_u32(struct device *dev, in device_property_read_u32() function
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c181 ret = device_property_read_u32(dev, XGBE_ACPI_DMA_FREQ, &property); in xgbe_acpi_support()
190 ret = device_property_read_u32(dev, XGBE_ACPI_PTP_FREQ, &property); in xgbe_acpi_support()
/linux-4.1.27/drivers/input/keyboard/
Dgpio_keys_polled.c123 device_property_read_u32(dev, "poll-interval", &pdata->poll_interval); in gpio_keys_polled_get_devtree_pdata()
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c731 ret = device_property_read_u32(dev, "phy-channel", &phy_id); in xgene_mdiobus_register()
733 ret = device_property_read_u32(dev, "phy-addr", &phy_id); in xgene_mdiobus_register()
Dxgene_enet_main.c826 ret = device_property_read_u32(dev, "port-id", &id); in xgene_get_port_id()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_dw.c442 device_property_read_u32(&pdev->dev, "clock-frequency", in dw8250_probe()
/linux-4.1.27/drivers/net/phy/
Damd-xgbe-phy.c1673 ret = device_property_read_u32(phy_dev, XGBE_PHY_SPEEDSET_PROPERTY, in amd_xgbe_phy_probe()