| /linux-6.15/Documentation/devicetree/bindings/i2c/ |
| H A D | nxp,pca9541.yaml | 24 I2C arbitration bus node.
|
| /linux-6.15/drivers/s390/crypto/ |
| H A D | vfio_ap_private.h | 116 struct list_head node; member
|
| /linux-6.15/drivers/net/fddi/skfp/h/ |
| H A D | sba.h | 72 struct s_sba_node_vars node[MAX_NODES] ; member
|
| /linux-6.15/Documentation/devicetree/bindings/serial/ |
| H A D | digicolor-usart.txt | 15 in "aliases" node.
|
| /linux-6.15/drivers/staging/nvec/ |
| H A D | nvec.h | 95 struct list_head node; member
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | ca-get-msg.rst | 39 the /dev/adapter?/ca? device node.
|
| H A D | ca-send-msg.rst | 39 to the /dev/adapter?/ca? device node.
|
| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | vexpress.txt | 4 Requires node properties:
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sdm850-lenovo-yoga-c630.dts | 24 /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 D | sc7180-idp.dts | 42 /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 D | rsnd.h | 453 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 D | 8250_core.c | 44 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 D | philips.rst | 144 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 D | verity.rst | 174 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 D | msm_drv.c | 129 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 D | ipu6-isys-queue.c | 163 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 D | mtk-hsdma.c | 502 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 D | tas.c | 880 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 D | vi.c | 1198 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 D | osdmap.h | 45 struct rb_node node; member 152 struct rb_node node; member
|
| /linux-6.15/include/linux/ |
| H A D | sbitmap.h | 171 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 D | mptcp_diag.c | 90 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 D | samsung,exynos4210-fimc.yaml | 14 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 D | fsldma.h | 102 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 D | renesas,rzv2m-pinctrl.yaml | 58 - $ref: pincfg-node.yaml# 59 - $ref: pinmux-node.yaml#
|