Home
last modified time | relevance | path

Searched refs:dt_node (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dspi.c439 struct device_node *dt_node = spi->dev.of_node; in wlcore_probe_of() local
442 of_id = of_match_node(wlcore_spi_of_match_table, dt_node); in wlcore_probe_of()
450 pdev_data->ref_clock_xtal = of_property_read_bool(dt_node, "clock-xtal"); in wlcore_probe_of()
453 of_property_read_u32(dt_node, "ref-clock-frequency", in wlcore_probe_of()
455 of_property_read_u32(dt_node, "tcxo-clock-frequency", in wlcore_probe_of()
/openbmc/linux/drivers/bluetooth/
H A Dbtmrvl_main.c486 struct device_node *dt_node; in btmrvl_check_device_tree() local
493 dt_node = card->plt_of_node; in btmrvl_check_device_tree()
494 ret = of_property_read_u16(dt_node, "marvell,wakeup-pin", in btmrvl_check_device_tree()
499 ret = of_property_read_u16(dt_node, "marvell,wakeup-gap-ms", in btmrvl_check_device_tree()
506 ret = of_property_read_u8_array(dt_node, "marvell,cal-data", in btmrvl_check_device_tree()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c185 if (priv->adapter->dt_node) { in mwifiex_dnld_txpwr_table()
189 mwifiex_dnld_dt_cfgdata(priv, priv->adapter->dt_node, txpwr); in mwifiex_dnld_txpwr_table()
H A Dsta_cmd.c1513 ret = of_property_read_u8_array(adapter->dt_node, prop->name, in mwifiex_cmd_cfg_data()
2284 if (adapter->dt_node) { in mwifiex_sta_init_cmd()
2285 if (of_property_read_u32(adapter->dt_node, in mwifiex_sta_init_cmd()
2292 mwifiex_dnld_dt_cfgdata(priv, adapter->dt_node, in mwifiex_sta_init_cmd()
H A Dmain.c1628 adapter->dt_node = dev->of_node; in mwifiex_probe_of()
1629 adapter->irq_wakeup = irq_of_parse_and_map(adapter->dt_node, 0); in mwifiex_probe_of()
H A Dmain.h984 struct device_node *dt_node; member