Home
last modified time | relevance | path

Searched refs:node (Results 3351 – 3375 of 6034) sorted by relevance

1...<<131132133134135136137138139140>>...242

/linux-6.15/Documentation/devicetree/bindings/i2c/
H A Dnxp,pca9541.yaml24 I2C arbitration bus node.
/linux-6.15/drivers/s390/crypto/
H A Dvfio_ap_private.h116 struct list_head node; member
/linux-6.15/drivers/net/fddi/skfp/h/
H A Dsba.h72 struct s_sba_node_vars node[MAX_NODES] ; member
/linux-6.15/Documentation/devicetree/bindings/serial/
H A Ddigicolor-usart.txt15 in "aliases" node.
/linux-6.15/drivers/staging/nvec/
H A Dnvec.h95 struct list_head node; member
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dca-get-msg.rst39 the /dev/adapter?/ca? device node.
H A Dca-send-msg.rst39 to the /dev/adapter?/ca? device node.
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dvexpress.txt4 Requires node properties:
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsdm850-lenovo-yoga-c630.dts24 /delete-node/ &ipa_fw_mem;
25 /delete-node/ &ipa_gsi_mem;
26 /delete-node/ &gpu_mem;
27 /delete-node/ &adsp_mem;
28 /delete-node/ &wlan_msa_mem;
H A Dsc7180-idp.dts42 /delete-node/ &hyp_mem;
43 /delete-node/ &xbl_mem;
44 /delete-node/ &aop_mem;
45 /delete-node/ &sec_apps_mem;
46 /delete-node/ &tz_mem;
/linux-6.15/sound/soc/renesas/rcar/
H A Drsnd.h453 struct device_node *node,
456 int rsnd_node_count(struct rsnd_priv *priv, struct device_node *node, char *name);
457 int rsnd_node_fixed_index(struct device *dev, struct device_node *node, char *name, int idx);
479 #define rsnd_parse_of_node(priv, node) \ argument
480 of_get_child_by_name(rsnd_priv_to_dev(priv)->of_node, node)
/linux-6.15/drivers/tty/serial/8250/
H A D8250_core.c44 struct hlist_node node; member
127 hlist_del(&i->node); in serial_do_unlink()
142 hlist_for_each_entry(i, h, node) in serial_link_irq_chain()
154 hlist_add_head(&i->node, h); in serial_link_irq_chain()
187 hlist_for_each_entry(i, h, node) in serial_unlink_irq_chain()
/linux-6.15/Documentation/admin-guide/media/
H A Dphilips.rst144 can give the driver a hint as to what video device node (/dev/videoX) it
153 [type[.serialnumber]:]node
158 by a '.'; the node number by a ':'.
183 - If a device node is already occupied, registration will fail and
189 the first available device node, just as it used to be.
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dverity.rst174 disk access. If they cannot be verified up to the root node of the
191 Each node in the tree is a cryptographic hash. If it is a leaf node, the hash
192 of some data block on disk is calculated. If it is an intermediary node,
199 calculating the parent node.
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_drv.c129 struct device_node *node; in msm_init_vram() local
150 node = of_parse_phandle(dev->dev->of_node, "memory-region", 0); in msm_init_vram()
151 if (node) { in msm_init_vram()
153 ret = of_address_to_resource(node, 0, &r); in msm_init_vram()
154 of_node_put(node); in msm_init_vram()
/linux-6.15/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-queue.c163 list_for_each_entry(aq, &stream->queues, node) { in flush_firmware_streamon_fail()
207 list_for_each_entry(aq, &stream->queues, node) { in buffer_list_get()
586 list_add(&aq->node, &stream->queues); in start_streaming()
611 list_del(&aq->node); in start_streaming()
643 list_del(&aq->node); in stop_streaming()
/linux-6.15/drivers/dma/mediatek/
H A Dmtk-hsdma.c502 list_for_each_entry_safe(vd, vd2, &hvc->vc.desc_issued, node) { in mtk_hsdma_issue_vchan_pending()
528 list_move_tail(&vd->node, &hvc->desc_hw_processing); in mtk_hsdma_issue_vchan_pending()
588 list_del(&cb->vd->node); in mtk_hsdma_free_rooms_in_ring()
665 list_for_each_entry(vd, &hvc->desc_hw_processing, node) in mtk_hsdma_find_active_desc()
669 list_for_each_entry(vd, &hvc->vc.desc_issued, node) in mtk_hsdma_find_active_desc()
/linux-6.15/sound/aoa/codecs/
H A Dtas.c880 struct device_node *node = client->dev.of_node; in tas_i2c_probe() local
899 tas->codec.node = of_node_get(node); in tas_i2c_probe()
906 (unsigned int)client->addr, node); in tas_i2c_probe()
920 of_node_put(tas->codec.node); in tas_i2c_remove()
/linux-6.15/drivers/staging/media/tegra-video/
H A Dvi.c1198 struct device_node *node, unsigned int lanes) in tegra_vi_channel_alloc() argument
1228 chan->of_node = node; in tegra_vi_channel_alloc()
1252 struct device_node *node = vi->dev->of_node; in tegra_vi_channels_alloc() local
1262 ports = of_get_child_by_name(node, "ports"); in tegra_vi_channels_alloc()
1264 return dev_err_probe(vi->dev, -ENODEV, "%pOF: missing 'ports' node\n", node); in tegra_vi_channels_alloc()
1701 struct device_node *node = NULL; in tegra_vi_graph_parse_one() local
1707 for_each_endpoint_of_node(to_of_node(fwnode), node) { in tegra_vi_graph_parse_one()
1708 ep = of_fwnode_handle(node); in tegra_vi_graph_parse_one()
1712 "remote device at %pOF not found\n", node); in tegra_vi_graph_parse_one()
1749 of_node_put(node); in tegra_vi_graph_parse_one()
/linux-6.15/include/linux/ceph/
H A Dosdmap.h45 struct rb_node node; member
152 struct rb_node node; member
/linux-6.15/include/linux/
H A Dsbitmap.h171 gfp_t flags, int node, bool round_robin, bool alloc_hint);
419 int shift, bool round_robin, gfp_t flags, int node);
/linux-6.15/net/mptcp/
H A Dmptcp_diag.c90 struct hlist_nulls_node *node; in mptcp_diag_dump_listeners() local
98 sk_nulls_for_each(sk, node, &ilb->nulls_head) { in mptcp_diag_dump_listeners()
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dsamsung,exynos4210-fimc.yaml14 Each FIMC device should have an alias in the aliases node, in the form of
108 System Registers (SYSREG) node.
/linux-6.15/drivers/dma/
H A Dfsldma.h102 struct list_head node; member
191 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node)
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,rzv2m-pinctrl.yaml58 - $ref: pincfg-node.yaml#
59 - $ref: pinmux-node.yaml#

1...<<131132133134135136137138139140>>...242