| /linux/drivers/media/platform/mediatek/mdp/ |
| H A D | mtk_mdp_comp.c | 47 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 D | mtk_mdp_comp.h | 33 struct device_node *dev_node; member
|
| /linux/drivers/i2c/ |
| H A D | i2c-mux.c | 331 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 D | msm_iommu.h | 55 struct list_head dev_node; member
|
| /linux/drivers/mfd/ |
| H A D | ucb1x00-core.c | 411 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 D | pwrseq-qcom-wcn.c | 409 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 D | armada_drv.c | 175 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 D | dwc_pcie_pmu.c | 115 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 D | fun_queue.c | 24 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 D | habanalabs_drv.c | 245 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 D | context.c | 314 list_for_each_entry(hpriv, &hdev->fpriv_list, dev_node) { in hl_get_compute_ctx()
|
| H A D | device.c | 508 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 D | stm32-fmc2-ebi.c | 1358 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()
|