Home
last modified time | relevance | path

Searched refs:dev_node (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_comp.c47 comp->dev_node = of_node_get(node); in mtk_mdp_comp_init()
66 of_node_put(comp->dev_node); in mtk_mdp_comp_init()
73 of_node_put(comp->dev_node); in mtk_mdp_comp_deinit()
H A Dmtk_mdp_comp.h33 struct device_node *dev_node; member
/linux/drivers/i2c/
H A Di2c-mux.c331 struct device_node *dev_node = muxc->dev->of_node; in i2c_mux_add_adapter() local
336 mux_node = of_get_child_by_name(dev_node, "i2c-arb"); in i2c_mux_add_adapter()
338 mux_node = of_get_child_by_name(dev_node, "i2c-gate"); in i2c_mux_add_adapter()
340 mux_node = of_get_child_by_name(dev_node, "i2c-mux"); in i2c_mux_add_adapter()
351 mux_node = of_node_get(dev_node); in i2c_mux_add_adapter()
/linux/drivers/iommu/
H A Dmsm_iommu.h55 struct list_head dev_node; member
/linux/drivers/mfd/
H A Ducb1x00-core.c411 list_add_tail(&dev->dev_node, &ucb->devs); in ucb1x00_add_dev()
420 list_del(&dev->dev_node); in ucb1x00_remove_dev()
623 struct ucb1x00_dev *dev = list_entry(l, struct ucb1x00_dev, dev_node); in ucb1x00_remove()
673 list_for_each_entry(udev, &ucb->devs, dev_node) { in ucb1x00_suspend()
726 list_for_each_entry(udev, &ucb->devs, dev_node) { in ucb1x00_resume()
/linux/drivers/power/sequencing/
H A Dpwrseq-qcom-wcn.c409 struct device_node *dev_node = dev->of_node; in pwrseq_qcom_wcn_match_regulator() local
417 if (!of_property_present(dev_node, name)) in pwrseq_qcom_wcn_match_regulator()
421 of_parse_phandle(dev_node, name, 0); in pwrseq_qcom_wcn_match_regulator()
/linux/drivers/gpu/drm/armada/
H A Darmada_drv.c175 struct component_match **match, struct device_node *dev_node) in armada_add_endpoints() argument
179 for_each_endpoint_of_node(dev_node, ep) { in armada_add_endpoints()
/linux/drivers/perf/
H A Ddwc_pcie_pmu.c115 struct list_head dev_node; member
649 list_for_each_entry(dev_info, &dwc_pcie_dev_info_head, dev_node) in dwc_pcie_find_dev_info()
690 list_del(&dev_info->dev_node); in dwc_pcie_unregister_dev()
714 list_add(&dev_info->dev_node, &dwc_pcie_dev_info_head); in dwc_pcie_register_dev()
888 list_for_each_entry_safe(dev_info, tmp, &dwc_pcie_dev_info_head, dev_node) { in dwc_pcie_cleanup_devices()
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c24 int dev_node = dev_to_node(dma_dev); in fun_alloc_ring_mem() local
29 numa_node = dev_node; in fun_alloc_ring_mem()
38 set_dev_node(dma_dev, dev_node); in fun_alloc_ring_mem()
/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c245 list_add(&hpriv->dev_node, &hdev->fpriv_list); in hl_device_open()
318 list_add(&hpriv->dev_node, &hdev->fpriv_ctrl_list); in hl_device_open_ctrl()
H A Dcontext.c314 list_for_each_entry(hpriv, &hdev->fpriv_list, dev_node) { in hl_get_compute_ctx()
H A Ddevice.c508 list_del(&hpriv->dev_node); in hpriv_release()
640 list_del(&hpriv->dev_node); in hl_device_release_ctrl()
1438 list_for_each_entry(hpriv, hpriv_list, dev_node) { in device_kill_open_processes()
1498 list_for_each_entry(hpriv, hpriv_list, dev_node) in device_disable_open_processes()
2129 list_for_each_entry(hpriv, &hdev->fpriv_list, dev_node) in hl_notifier_event_send_all()
/linux/drivers/memory/
H A Dstm32-fmc2-ebi.c1358 struct device_node *dev_node, in stm32_fmc2_ebi_parse_prop() argument
1377 bprop = of_property_read_bool(dev_node, prop->name); in stm32_fmc2_ebi_parse_prop()
1390 ret = of_property_read_u32(dev_node, prop->name, &val); in stm32_fmc2_ebi_parse_prop()
1549 struct device_node *dev_node, in stm32_fmc2_ebi_setup_cs() argument
1560 ret = stm32_fmc2_ebi_parse_prop(ebi, dev_node, p, cs); in stm32_fmc2_ebi_setup_cs()