Home
last modified time | relevance | path

Searched refs:of_node (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Deeprom.c18 struct device_node *np = dev->dev->of_node; in mt76_get_of_eeprom_data()
40 struct device_node *np = dev->dev->of_node; in mt76_get_of_data_from_mtd()
92 if (of_property_read_bool(dev->dev->of_node, "big-endian")) { in mt76_get_of_data_from_mtd()
124 struct device_node *np = dev->dev->of_node; in mt76_get_of_data_from_nvmem()
160 struct device_node *np = dev->dev->of_node; in mt76_get_of_eeprom()
183 struct device_node *np = dev->dev->of_node; in mt76_eeprom_override()
228 struct device_node *np = dev->dev->of_node; in mt76_find_power_limits_node()
H A Dmac80211.c209 struct device_node *np = dev->dev->of_node; in mt76_led_init()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dof.c20 struct device_node *np = dev->of_node; in brcmf_of_get_country_codes()
73 struct device_node *root, *np = dev->of_node; in brcmf_of_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dsoc.c18 struct device_node *np = dev->mt76.dev->of_node; in mt7622_wmac_init()
H A Deeprom.c327 struct device_node *np = dev->mt76.dev->of_node; in mt7615_cal_free_data()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.c804 if (of_property_read_u32(dev->of_node, "qcom,rproc", &rproc_phandle)) { in ath11k_core_get_rproc()
850 ret = of_property_read_u32_index(ab->dev->of_node, "interrupts", 1, &int_prop); in ath11k_ahb_setup_msi_resources()
925 ret = of_reserved_mem_region_to_resource(dev->of_node, 0, &r); in ath11k_ahb_setup_msa_resources()
934 ret = of_reserved_mem_region_to_resource(dev->of_node, 1, &r); in ath11k_ahb_setup_msa_resources()
992 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath11k_ahb_fw_resources_init()
H A Dcore.h1372 of_property_read_string(ab->dev->of_node, "firmware-name", &fw_name); in ath11k_core_create_firmware_path()
H A Dpci.c1014 if (of_property_present(ab->dev->of_node, "memory-region")) in ath11k_pci_probe()
H A Dcore.c1495 node = ab->dev->of_node; in ath11k_core_check_dt()
H A Dqmi.c2070 ret = of_reserved_mem_region_to_resource(dev->of_node, 0, &res); in ath11k_qmi_assign_target_mem_chunk()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Deeprom.c104 struct device_node *np = dev->mt76.dev->of_node; in mt7603_apply_cal_free_data()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c1361 of_property_read_string(dev->of_node, "firmware-name", &ar->board_name); in ath10k_snoc_quirks_init()
1363 if (of_property_read_bool(dev->of_node, "qcom,snoc-host-cap-8bit-quirk")) in ath10k_snoc_quirks_init()
1581 ret = of_reserved_mem_region_to_resource(dev->of_node, 0, &r); in ath10k_setup_msa_resources()
1621 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath10k_fw_init()
1639 pdev->dev.of_node = node; in ath10k_fw_init()
H A Dqmi.c1085 if (of_property_read_bool(dev->of_node, "qcom,msa-fixed-perm")) in ath10k_qmi_init()
1088 if (of_property_read_bool(dev->of_node, "qcom,no-msa-ready-indicator")) in ath10k_qmi_init()
H A Dcore.c1183 node = ar->dev->of_node; in ath10k_core_check_dt()
1939 node = ar->dev->of_node; in ath10k_download_cal_dt()
2461 node = ar->dev->of_node; in ath10k_core_fetch_btcoex_dt()
H A Dmac.c5107 node = ar->dev->of_node; in __ath10k_fetch_bb_timing_dt()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci.c402 if (of_property_read_bool(dev->mt76.dev->of_node, "wakeup-source")) in mt7921_pci_probe()
424 if (of_property_read_bool(dev->mt76.dev->of_node, "wakeup-source")) in mt7921_pci_remove()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c670 node = of_parse_phandle(dev->of_node, "memory-region", index); in ath12k_core_get_reserved_mem()
1858 if (!ab->dev->of_node) in ath12k_core_hw_group_find_by_dt()
1863 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_hw_group_find_by_dt()
1872 struct device_node *wsi_dev = ab->dev->of_node, *next_wsi_dev; in ath12k_core_get_wsi_info()
1934 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_get_wsi_index()
H A Dahb.c821 np = of_parse_phandle(dev->of_node, "qcom,rproc", 0); in ath12k_ahb_get_rproc()
1056 if (!of_property_read_u32(ab->dev->of_node, "memory-region", &addr)) in ath12k_ahb_probe()
H A Dcore.h1360 of_property_read_string(ab->dev->of_node, "firmware-name", &fw_name); in ath12k_core_create_firmware_path()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Deeprom.c80 struct device_node *np = dev->mt76.dev->of_node; in mt76x2_apply_cal_free_data()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c419 (!mdev->dev->of_node || in mt7915_init_wiphy()
420 !of_property_read_bool(mdev->dev->of_node, in mt7915_init_wiphy()
H A Dsoc.c291 ret = of_reserved_mem_region_to_resource(pdev->of_node, 0, &res); in mt798x_wmac_coninfra_setup()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c519 (!mdev->dev->of_node || in mt7996_init_wiphy()
520 !of_property_read_bool(mdev->dev->of_node, in mt7996_init_wiphy()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsamsung-pinctrl.txt372 struct device_node *dp_node = dev->of_node;
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8703b.c525 struct device_node *node = rtwdev->dev->of_node; in try_mac_from_devicetree()