Home
last modified time | relevance | path

Searched +full:interface +full:- +full:node (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/openbmc/linux/Documentation/devicetree/bindings/powerpc/nintendo/
H A Dwii.txt5 0) The root node
7 This node represents the Nintendo Wii video game console.
11 - model : Should be "nintendo,wii"
12 - compatible : Should be "nintendo,wii"
14 1) The "hollywood" node
16 This node represents the multi-function "Hollywood" chip, which packages
21 - compatible : Should be "nintendo,hollywood"
23 1.a) The Video Interface (VI) node
25 Represents the interface between the graphics processor and a external
30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi"
[all …]
H A Dgamecube.txt5 1) The "flipper" node
7 This node represents the multi-function "Flipper" chip, which packages
12 - compatible : Should be "nintendo,flipper"
14 1.a) The Video Interface (VI) node
16 Represents the interface between the graphics processor and a external
21 - compatible : should be "nintendo,flipper-vi"
22 - reg : should contain the VI registers location and length
23 - interrupts : should contain the VI interrupt
25 1.b) The Processor Interface (PI) node
27 Represents the data and control interface between the main processor
[all …]
/openbmc/linux/drivers/clk/ti/
H A Dinterface.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * OMAP interface clock support
7 * Tero Kristo <t-kristo@ti.com>
10 #include <linux/clk-provider.h>
27 static struct clk *_register_interface(struct device_node *node, in _register_interface() argument
39 return ERR_PTR(-ENOMEM); in _register_interface()
41 clk_hw->hw.init = &init; in _register_interface()
42 clk_hw->ops = ops; in _register_interface()
43 memcpy(&clk_hw->enable_reg, reg, sizeof(*reg)); in _register_interface()
44 clk_hw->enable_bit = bit_idx; in _register_interface()
[all …]
/openbmc/qemu/docs/devel/testing/
H A Dqgraph.rst25 (interface in qgraph terms) and the framework takes care of
28 Following the above example, an interface would be ``sdhci``,
29 so the sdhci-test should only care of linking its qgraph node with
30 that interface. In this way, if the command line of a sdhci driver
31 is changed, only the respective qgraph driver node has to be adjusted.
34 ---------------
43 A node can be of four types:
45 - **QNODE_MACHINE**: for example ``arm/raspi2b``
46 - **QNODE_DRIVER**: for example ``generic-sdhci``
47 - **QNODE_INTERFACE**: for example ``sdhci`` (interface for all ``-sdhci``
[all …]
/openbmc/linux/drivers/usb/core/
H A Dof.c1 // SPDX-License-Identifier: GPL-2.0
14 * usb_of_get_device_node() - get a USB device node
16 * @port1: one-based index of port
18 * Look up the node of a USB device given its parent hub device and one-based
21 * Return: A pointer to the node with incremented refcount if found, or
26 struct device_node *node; in usb_of_get_device_node() local
29 for_each_child_of_node(hub->dev.of_node, node) { in usb_of_get_device_node()
30 if (of_property_read_u32(node, "reg", &reg)) in usb_of_get_device_node()
34 return node; in usb_of_get_device_node()
42 * usb_of_has_combined_node() - determine whether a device has a combined node
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.h24 #include "libqos-malloc.h"
42 typedef void *(*QOSGetDriver) (void *object, const char *interface);
57 * *after* the node command line, the
62 * *before* the node command line, usually
63 * other non-node represented commands,
64 * like "-fdsev synt"
68 * command line that depend on current node.
71 * devices with same node name
89 * @arg: if @before is non-NULL, pass @arg there.
111 * @get_device: Once a machine-to-test path has been
[all …]
H A Dqgraph.c35 char *extra_device_opts; /* added to -device option, "," is
38 char *before_cmd_line; /* added before node cmd_line */
39 char *after_cmd_line; /* added after -device options */
51 QOSGraphNode *node; member
57 /* Each entry in these hash table will consist of <string, node/edge> pair. */
67 * from @source to @dest node, and inserts it in the
72 * edge->edge_name is used as identifier for get_device relationships,
93 edge->type = type; in add_edge()
94 edge->dest = g_strdup(dest); in add_edge()
95 edge->edge_name = g_strdup(opts->edge_name ?: dest); in add_edge()
[all …]
/openbmc/rest-dbus/
H A Drest-dbus38 handler.send_header('Content-Type', 'application/json')
57 'application/octet-stream')
65 handler.send_header('Content-Type',
66 self.content_type + '; charset=utf-8')
82 handler.send_header('Content-Type', 'application/json')
121 iface = dbus.Interface(obj, 'org.freedesktop.DBus.Introspectable')
125 for node in tree:
126 if node.tag == 'interface':
127 interfaces.append({'name': node.attrib['name']})
137 iface = dbus.Interface(obj, 'org.freedesktop.DBus.Introspectable')
[all …]
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dusb-device.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/usb-device.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps
17 Four types of device-tree nodes are defined: "host-controller nodes"
19 "interface nodes" representing USB interfaces and "combined nodes"
22 A combined node shall be used instead of a device node and an interface node
24 interface.
[all …]
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _media-controller-types:
10 .. _media-entity-functions:
11 .. _MEDIA-ENT-F-UNKNOWN:
12 .. _MEDIA-ENT-F-V4L2-SUBDEV-UNKNOWN:
13 .. _MEDIA-ENT-F-IO-V4L:
14 .. _MEDIA-ENT-F-IO-VBI:
15 .. _MEDIA-ENT-F-IO-SWRADIO:
16 .. _MEDIA-ENT-F-IO-DTV:
17 .. _MEDIA-ENT-F-DTV-DEMOD:
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dfimc.rst1 .. SPDX-License-Identifier: GPL-2.0
8 Copyright |copy| 2012 - 2013 Samsung Electronics Co., Ltd.
11 SoC Application Processors is an integrated camera host interface, color
17 drivers/media/platform/samsung/exynos4-is directory.
20 --------------
22 S5PC100 (mem-to-mem only), S5PV210, Exynos4210
25 ------------------
27 - camera parallel interface capture (ITU-R.BT601/565);
28 - camera serial interface capture (MIPI-CSI2);
29 - memory-to-memory processing (color space conversion, scaling, mirror
[all …]
/openbmc/boost-dbus/test/
H A DdbusPropertiesServer.cpp14 "<!DOCTYPE node PUBLIC "
15 "\"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\" "
26 EXPECT_EQ(foo.get_xml_for_path("/"), dbus_boilerplate + "<node></node>"); in TEST()
27 EXPECT_EQ(foo.get_xml_for_path(""), dbus_boilerplate + "<node></node>"); in TEST()
41 "<node><node " in TEST()
42 "name=\"org\"></node></node>"); in TEST()
44 "<node><node " in TEST()
45 "name=\"org\"></node></node>"); in TEST()
49 "<node><node " in TEST()
50 "name=\"freedesktop\"></node></node>"); in TEST()
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path_utilities.c1 // SPDX-License-Identifier: GPL-2.0+
3 * EFI device path interface
21 * See the Unified Extensible Firmware Interface (UEFI) specification
33 /* size includes the END node: */ in get_device_path_size()
49 * See the Unified Extensible Firmware Interface (UEFI) specification
68 * See the Unified Extensible Firmware Interface (UEFI) specification
84 * Append device path node.
89 * See the Unified Extensible Firmware Interface (UEFI) specification
93 * @device_node device node
110 * See the Unified Extensible Firmware Interface (UEFI) specification
[all …]
/openbmc/linux/net/batman-adv/
H A Dtypes.h1 /* SPDX-License-Identifier: GPL-2.0 */
36 * typedef batadv_dat_addr_t - type used for all DHT addresses
47 * enum batadv_dhcp_recipient - dhcp destination
61 * BATADV_TT_REMOTE_MASK - bitmask selecting the flags that are sent over the
67 * BATADV_TT_SYNC_MASK - bitmask of the flags that need to be kept in sync
73 * struct batadv_hard_iface_bat_iv - per hard-interface B.A.T.M.A.N. IV data
82 /** @ogm_seqno: OGM sequence number - used to identify each OGM */
90 * enum batadv_v_hard_iface_flags - interface flags useful to B.A.T.M.A.N. V
95 * full-duplex
101 * no throughput data is available for this interface and that default
[all …]
H A Dmulticast.c1 // SPDX-License-Identifier: GPL-2.0
54 #include "hard-interface.h"
59 #include "soft-interface.h"
60 #include "translation-table.h"
66 * batadv_mcast_start_timer() - schedule the multicast periodic worker
67 * @bat_priv: the bat priv with all the soft interface information
71 queue_delayed_work(batadv_event_workqueue, &bat_priv->mcast.work, in batadv_mcast_start_timer()
76 * batadv_mcast_get_bridge() - get the bridge on top of the softif if it exists
77 * @soft_iface: netdev struct of the mesh interface
79 * If the given soft interface has a bridge on top then the refcount
[all …]
H A Doriginator.c1 // SPDX-License-Identifier: GPL-2.0
34 #include "distributed-arp-table.h"
37 #include "hard-interface.h"
42 #include "network-coding.h"
44 #include "soft-interface.h"
45 #include "translation-table.h"
51 * batadv_orig_hash_find() - Find and return originator from orig_hash
52 * @bat_priv: the bat priv with all the soft interface information
60 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find()
68 index = batadv_choose_orig(data, hash->size); in batadv_orig_hash_find()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dcdns,csi2rx.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cadence MIPI-CSI2 RX controller
10 - Maxime Ripard <mripard@kernel.org>
13 The Cadence MIPI-CSI2 RX controller is a CSI-2 bridge supporting up to 4 CSI
19 - enum:
20 - starfive,jh7110-csi2rx
21 - const: cdns,csi2rx
28 - description: CSI2Rx system clock
[all …]
H A Dti-am437x-vpfe.txt2 --------------------------------------
5 applications. The capture module provides the system interface and the
6 processing capability to connect RAW image-sensor modules and video decoders
10 - compatible: must be "ti,am437x-vpfe"
11 - reg: physical base address and length of the registers set for the device;
12 - interrupts: should contain IRQ line for the VPFE;
13 - ti,am437x-vpfe-interface: can be one of the following,
14 0 - Raw Bayer Interface.
15 1 - 8 Bit BT656 Interface.
16 2 - 10 Bit BT656 Interface.
[all …]
H A Dmicrochip,csi2dc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Eugen Hristev <eugen.hristev@microchip.com>
13 CSI2DC - Camera Serial Interface 2 Demux Controller
16 IDI interface or from a parallel bus interface.
19 clock domain towards a parallel interface that can be read by a sensor
21 IDI interface is Synopsys proprietary.
23 a parallel interface.
29 CSI2DC supports a single 'port' node as a sink port with either Synopsys
[all …]
/openbmc/linux/drivers/base/
H A Dproperty.c1 // SPDX-License-Identifier: GPL-2.0
3 * property.c - Unified device property interface.
22 return IS_ENABLED(CONFIG_OF) && dev->of_node ? in __dev_fwnode()
23 of_fwnode_handle(dev->of_node) : dev->fwnode; in __dev_fwnode()
29 return IS_ENABLED(CONFIG_OF) && dev->of_node ? in __dev_fwnode_const()
30 of_fwnode_handle(dev->of_node) : dev->fwnode; in __dev_fwnode_const()
35 * device_property_present - check if a property of a device is present
50 * fwnode_property_present - check if a property of a firmware node is present
51 * @fwnode: Firmware node whose property to check
68 return fwnode_call_bool_op(fwnode->secondary, property_present, propname); in fwnode_property_present()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dakebono.txt7 0) The root node
11 - model : "ibm,akebono".
12 - compatible : "ibm,akebono" , "ibm,476gtr".
14 1.a) The Secure Digital Host Controller Interface (SDHCI) node
20 - compatible : should be "ibm,476gtr-sdhci","generic-sdhci".
21 - reg : should contain the SDHCI registers location and length.
22 - interrupts : should contain the SDHCI interrupt.
24 1.b) The Advanced Host Controller Interface (AHCI) SATA node
26 Represents the advanced host controller SATA interface.
30 - compatible : should be "ibm,476gtr-ahci".
[all …]
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dadi,axi-dmac.txt1 Analog Devices AXI-DMAC DMA controller
4 - compatible: Must be "adi,axi-dmac-1.00.a".
5 - reg: Specification for the controllers memory mapped register map.
6 - interrupts: Specification for the controllers interrupt.
7 - clocks: Phandle and specifier to the controllers AXI interface clock
8 - #dma-cells: Must be 1.
10 Required sub-nodes:
11 - adi,channels: This sub-node must contain a sub-node for each DMA channel. For
12 the channel sub-nodes the following bindings apply. They must match the
15 Required properties for adi,channels sub-node:
[all …]
/openbmc/linux/net/hsr/
H A Dhsr_framereg.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright 2011-2014 Autronica Fire and Security AS
5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se
8 * interface. A frame is identified by its source MAC address and its HSR
22 /* seq_nr_after(a, b) - return true if a is after (higher in sequence than) b,
30 if ((int)b - a == 32768) in seq_nr_after()
33 return (((s16)(b - a)) < 0); in seq_nr_after()
45 sn = rcu_dereference(hsr->self_node); in hsr_addr_is_self()
47 WARN_ONCE(1, "HSR: No self node\n"); in hsr_addr_is_self()
51 if (ether_addr_equal(addr, sn->macaddress_A) || in hsr_addr_is_self()
[all …]
/openbmc/rest-dbus/resources/
H A Ddbus.js7 function populate_tree_services(node, cb, bus) argument
27 function populate_tree_objects(node, cb) argument
29 var ctx = node.original;
48 function populate_tree_interfaces(node, cb) argument
50 var ctx = node.original;
61 'type': 'interface',
65 'interface': iface, property in AnonymousClass9ebe46fd0601
105 if (--n == 0)
127 if (--n == 0)
172 return '<span class="method-arg">' +
[all …]
/openbmc/u-boot/include/linux/usb/
H A Dotg.h1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Copyright (c) 2015 Texas Instruments Incorporated - http://www.ti.com
20 * usb_get_dr_mode() - Get dual role mode for given device
21 * @node: Node offset to the given device
23 * The function gets phy interface string from property 'dr_mode',
26 enum usb_dr_mode usb_get_dr_mode(int node);
29 * usb_get_maximum_speed() - Get maximum speed for given device
30 * @node: Node offset to the given device
32 * The function gets phy interface string from property 'maximum-speed',
35 enum usb_device_speed usb_get_maximum_speed(int node);

12345678910>>...41