Searched refs:device_property_read_u32 (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/misc/eeprom/ |
D | at25.c | 311 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/ |
D | property.h | 92 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/ |
D | xgbe-main.c | 181 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/ |
D | gpio_keys_polled.c | 123 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/ |
D | xgene_enet_hw.c | 731 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()
|
D | xgene_enet_main.c | 826 ret = device_property_read_u32(dev, "port-id", &id); in xgene_get_port_id()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_dw.c | 442 device_property_read_u32(&pdev->dev, "clock-frequency", in dw8250_probe()
|
/linux-4.1.27/drivers/net/phy/ |
D | amd-xgbe-phy.c | 1673 ret = device_property_read_u32(phy_dev, XGBE_PHY_SPEEDSET_PROPERTY, in amd_xgbe_phy_probe()
|