Home
last modified time | relevance | path

Searched full:phandle (Results 1 – 25 of 1301) sorted by relevance

12345678910>>...53

/linux/drivers/of/unittest-data/
H A Dtests-phandle.dtsi14 phandle-tests {
16 #phandle-cells = <0>;
20 #phandle-cells = <1>;
24 #phandle-cells = <2>;
28 #phandle-cells = <3>;
32 #phandle-cells = <2>;
33 phandle-map = <0 1 &provider1 3>,
39 phandle-map-mask = <0xff 0xf>;
40 phandle-map-pass-thru = <0x0 0xf0>;
44 #phandle-cells = <2>;
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dintel,ixp4xx-hss.yaml27 $ref: /schemas/types.yaml#/definitions/phandle-array
30 - description: phandle to the NPE this HSS instance is using
32 description: phandle to the NPE this HSS instance is using
36 $ref: /schemas/types.yaml#/definitions/phandle-array
39 - description: phandle to the RX trigger queue on the NPE
41 description: phandle to the RX trigger queue on the NPE
44 $ref: /schemas/types.yaml#/definitions/phandle-array
47 - description: phandle to the TX ready queue on the NPE
49 description: phandle to the TX ready queue on the NPE
52 $ref: /schemas/types.yaml#/definitions/phandle-array
[all …]
H A Dintel,ixp4xx-ethernet.yaml31 $ref: /schemas/types.yaml#/definitions/phandle-array
34 - description: phandle to the RX queue node
36 description: phandle to the RX queue on the NPE
39 $ref: /schemas/types.yaml#/definitions/phandle-array
42 - description: phandle to the TX READY queue node
44 description: phandle to the TX READY queue on the NPE
51 $ref: /schemas/types.yaml#/definitions/phandle-array
54 - description: phandle to the NPE this ethernet instance is using
56 description: phandle to the NPE this ethernet instance is using
H A Dti,icssg-prueth.yaml24 $ref: /schemas/types.yaml#/definitions/phandle
26 phandle to MSMC SRAM node
49 $ref: /schemas/types.yaml#/definitions/phandle
51 phandle to MII_G_RT module's syscon regmap.
54 $ref: /schemas/types.yaml#/definitions/phandle
56 phandle to MII_RT module's syscon regmap
59 $ref: /schemas/types.yaml#/definitions/phandle
61 phandle to PA_STATS module's syscon regmap. PA_STATS is a set of
67 $ref: /schemas/types.yaml#/definitions/phandle-array
72 phandle to IEP (Industrial Ethernet Peripheral) for ICSSG
[all …]
H A Dmediatek,net.yaml58 $ref: /schemas/types.yaml#/definitions/phandle
60 Phandle to the syscon node that handles the port setup.
65 $ref: /schemas/types.yaml#/definitions/phandle
67 Phandle to the mediatek hifsys controller used to provide various clocks
71 $ref: /schemas/types.yaml#/definitions/phandle
73 Phandle to the syscon node that handles the path from GMAC to
77 $ref: /schemas/types.yaml#/definitions/phandle
79 Phandle to the mediatek pcie-mirror controller.
82 $ref: /schemas/types.yaml#/definitions/phandle
84 Phandle to the syscon node that handles the ports slew rate and
[all …]
/linux/arch/sparc/prom/
H A Dtree_32.c24 static phandle __prom_getchild(phandle node) in __prom_getchild()
27 phandle cnode; in __prom_getchild()
40 phandle prom_getchild(phandle node) in prom_getchild()
42 phandle cnode; in prom_getchild()
56 static phandle __prom_getsibling(phandle node) in __prom_getsibling()
59 phandle cnode; in __prom_getsibling()
72 phandle prom_getsibling(phandle node) in prom_getsibling()
74 phandle sibnode; in prom_getsibling()
90 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
110 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty()
[all …]
/linux/arch/sparc/include/asm/
H A Doplib_32.h34 extern phandle prom_root_node;
115 phandle prom_getchild(phandle parent_node);
120 phandle prom_getsibling(phandle node);
125 int prom_getproplen(phandle thisnode, const char *property);
130 int __must_check prom_getproperty(phandle thisnode, const char *property,
134 int prom_getint(phandle node, char *property);
137 int prom_getintdefault(phandle node, char *property, int defval);
140 int prom_getbool(phandle node, char *prop);
143 void prom_getstring(phandle node, char *prop, char *buf, int bufsize);
148 phandle prom_searchsiblings(phandle node_start, char *name);
[all …]
H A Doplib_64.h20 extern phandle prom_root_node;
28 extern phandle prom_chosen_node;
183 phandle prom_getchild(phandle parent_node);
188 phandle prom_getsibling(phandle node);
193 int prom_getproplen(phandle thisnode, const char *property);
198 int prom_getproperty(phandle thisnode, const char *property,
202 int prom_getint(phandle node, const char *property);
205 int prom_getintdefault(phandle node, const char *property, int defval);
208 int prom_getbool(phandle node, const char *prop);
211 void prom_getstring(phandle node, const char *prop, char *buf,
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dsamsung,exynos5250-sata-phy.yaml31 samsung,syscon-phandle:
32 $ref: /schemas/types.yaml#/definitions/phandle
34 Phandle to PMU system controller interface.
36 samsung,exynos-sataphy-i2c-phandle:
37 $ref: /schemas/types.yaml#/definitions/phandle
39 Phandle to I2C SATA interface.
47 - samsung,syscon-phandle
48 - samsung,exynos-sataphy-i2c-phandle
62 samsung,syscon-phandle = <&pmu_system_controller>;
63 samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;
H A Dsamsung,usb2-phy.yaml15 The first phandle argument in the PHY specifier identifies the PHY, its
53 samsung,pmureg-phandle:
54 $ref: /schemas/types.yaml#/definitions/phandle
56 Phandle to PMU system controller interface.
58 samsung,sysreg-phandle:
59 $ref: /schemas/types.yaml#/definitions/phandle
61 Phandle to system registers interface.
73 - samsung,pmureg-phandle
86 - samsung,sysreg-phandle
100 samsung,sysreg-phandle = <&sysreg_system_controller>;
[all …]
H A Dsamsung,mipi-video-phy.yaml37 $ref: /schemas/types.yaml#/definitions/phandle
40 Phandle to PMU system controller interface, valid only for
45 $ref: /schemas/types.yaml#/definitions/phandle
48 Phandle to PMU system controller interface, valid for
52 $ref: /schemas/types.yaml#/definitions/phandle
54 Phandle to DISP system controller interface, valid for
58 $ref: /schemas/types.yaml#/definitions/phandle
60 Phandle to CAM0 system controller interface, valid for
64 $ref: /schemas/types.yaml#/definitions/phandle
66 Phandle to CAM1 system controller interface, valid for
/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c15 * overlay_get_target_phandle - retrieves the target phandle of a fragment
19 * overlay_get_target_phandle() retrieves the target phandle of an
20 * overlay fragment when that fragment uses a phandle (target
24 * the phandle pointed by the target property
25 * 0, if the phandle was not found
26 * -1, if the phandle was malformed
46 uint32_t phandle; in fdt_overlay_target_offset() local
50 /* Try first to do a phandle based lookup */ in fdt_overlay_target_offset()
51 phandle = overlay_get_target_phandle(fdto, fragment_offset); in fdt_overlay_target_offset()
52 if (phandle == (uint32_t)-1) in fdt_overlay_target_offset()
[all …]
/linux/include/linux/
H A Dof_pdt.h18 int (*nextprop)(phandle node, char *prev, char *buf);
21 int (*getproplen)(phandle node, const char *prop);
22 int (*getproperty)(phandle node, const char *prop, char *buf,
26 phandle (*getchild)(phandle parent);
27 phandle (*getsibling)(phandle node);
30 int (*pkg2path)(phandle node, char *buf, const int buflen, int *len);
36 extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
/linux/arch/sparc/kernel/
H A Ddevices.c34 static int check_cpu_node(phandle nd, int *cur_inst, in check_cpu_node()
35 int (*compare)(phandle, int, void *), void *compare_arg, in check_cpu_node() argument
36 phandle *prom_node, int *mid) in check_cpu_node()
54 static int __cpu_find_by(int (*compare)(phandle, int, void *), in __cpu_find_by() argument
55 void *compare_arg, phandle *prom_node, int *mid) in __cpu_find_by()
62 int err = check_cpu_node(dp->phandle, &cur_inst, in __cpu_find_by()
74 static int cpu_instance_compare(phandle nd, int instance, void *_arg) in cpu_instance_compare()
83 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid) in cpu_find_by_instance()
89 static int cpu_mid_compare(phandle nd, int instance, void *_arg) in cpu_mid_compare()
101 int cpu_find_by_mid(int mid, phandle *prom_node) in cpu_find_by_mid()
[all …]
/linux/Documentation/devicetree/bindings/display/samsung/
H A Dsamsung,exynos-hdmi.yaml32 $ref: /schemas/types.yaml#/definitions/phandle
34 Phandle to the HDMI DDC node.
52 $ref: /schemas/types.yaml#/definitions/phandle
53 description: Phandle to the HDMI PHY node.
66 samsung,syscon-phandle:
67 $ref: /schemas/types.yaml#/definitions/phandle
69 Phandle to the PMU system controller node.
71 samsung,sysreg-phandle:
72 $ref: /schemas/types.yaml#/definitions/phandle
74 Phandle to DISP system controller interface.
[all …]
/linux/Documentation/devicetree/bindings/crypto/
H A Dintel,ixp4xx-crypto.yaml24 $ref: /schemas/types.yaml#/definitions/phandle-array
27 - description: phandle to the NPE this crypto engine
29 description: phandle to the NPE this crypto engine is using, the cell
33 $ref: /schemas/types.yaml#/definitions/phandle-array
36 - description: phandle to the RX queue on the NPE
38 description: phandle to the RX queue on the NPE, the cell describing
42 $ref: /schemas/types.yaml#/definitions/phandle-array
45 - description: phandle to the TX READY queue on the NPE
47 description: phandle to the TX READY queue on the NPE, the cell describing
/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,ssi.yaml77 - description: DMA controller phandle and request line for RX
78 - description: DMA controller phandle and request line for TX
80 - description: DMA controller phandle and request line for RX0
81 - description: DMA controller phandle and request line for TX0
82 - description: DMA controller phandle and request line for RX1
83 - description: DMA controller phandle and request line for TX1
106 $ref: /schemas/types.yaml#/definitions/phandle-array
110 $ref: /schemas/types.yaml#/definitions/phandle
112 Phandle to a 'codec' node that defines an audio
157 $ref: /schemas/types.yaml#/definitions/phandle
[all …]
H A Dsamsung,tm2.yaml21 description: Phandle to the MAX98504 amplifier.
22 $ref: /schemas/types.yaml#/definitions/phandle
26 $ref: /schemas/types.yaml#/definitions/phandle-array
29 - description: Phandle to the WM5110 audio codec.
31 - description: Phandle to the HDMI transmitter node.
47 $ref: /schemas/types.yaml#/definitions/phandle-array
49 - description: Phandle to I2S0.
50 - description: Phandle to I2S1.
H A Dsamsung,snow.yaml27 - description: Phandle to the MAX98090, MAX98091 or MAX98095 CODEC.
28 - description: Phandle to the HDMI IP block node.
37 description: Phandle to the Samsung I2S controller.
43 description: Phandle to the audio codec.
44 $ref: /schemas/types.yaml#/definitions/phandle
48 description: Phandle to the Samsung I2S controller.
49 $ref: /schemas/types.yaml#/definitions/phandle
H A Dti,j721e-cpb-ivi-audio.yaml54 description: phandle to McASP used on CPB
55 $ref: /schemas/types.yaml#/definitions/phandle
58 description: phandle to the pcm3168a codec used on the CPB
59 $ref: /schemas/types.yaml#/definitions/phandle
62 description: phandle to McASP used on IVI
63 $ref: /schemas/types.yaml#/definitions/phandle
66 description: phandle to the pcm3168a-A codec on the expansion board
67 $ref: /schemas/types.yaml#/definitions/phandle
70 description: phandle to the pcm3168a-B codec on the expansion board
71 $ref: /schemas/types.yaml#/definitions/phandle
/linux/Documentation/devicetree/bindings/media/cec/
H A Dsamsung,s5p-cec.yaml30 samsung,syscon-phandle:
31 $ref: /schemas/types.yaml#/definitions/phandle
33 Phandle to PMU system controller interface
42 - hdmi-phandle
44 - samsung,syscon-phandle
61 hdmi-phandle = <&hdmi>;
65 samsung,syscon-phandle = <&pmu_system_controller>;
/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra20-dsi.yaml56 description: phandle of a supply that powers the DSI controller
59 description: Should contain a phandle and a specifier specifying
62 $ref: /schemas/types.yaml#/definitions/phandle-array
65 description: phandle of an I2C controller used for DDC EDID
67 $ref: /schemas/types.yaml#/definitions/phandle
78 description: phandle of a display panel
79 $ref: /schemas/types.yaml#/definitions/phandle
82 description: contains a phandle to a second DSI controller to
84 $ref: /schemas/types.yaml#/definitions/phandle
/linux/arch/x86/platform/olpc/
H A Dolpc_dt.c22 static phandle __init olpc_dt_getsibling(phandle node) in olpc_dt_getsibling()
36 static phandle __init olpc_dt_getchild(phandle node) in olpc_dt_getchild()
52 static int __init olpc_dt_getproplen(phandle node, const char *prop) in olpc_dt_getproplen()
69 static int __init olpc_dt_getproperty(phandle node, const char *prop, in olpc_dt_getproperty()
90 static int __init olpc_dt_nextprop(phandle node, char *prev, char *buf) in olpc_dt_nextprop()
107 static int __init olpc_dt_pkg2path(phandle node, char *buf, in olpc_dt_pkg2path()
166 static phandle __init olpc_dt_finddevice(const char *path) in olpc_dt_finddevice()
168 phandle node; in olpc_dt_finddevice()
203 phandle node; in olpc_dt_get_board_revision()
219 static int __init olpc_dt_compatible_match(phandle node, const char *compat) in olpc_dt_compatible_match()
[all …]
/linux/Documentation/devicetree/bindings/dma/
H A Dqcom,adm.yaml32 - description: phandle to the core clock
33 - description: phandle to the iface clock
42 - description: phandle to the clk reset
43 - description: phandle to the pbus reset
44 - description: phandle to the c0 reset
45 - description: phandle to the c1 reset
46 - description: phandle to the c2 reset
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dst,stm32-rproc.yaml39 $ref: /schemas/types.yaml#/definitions/phandle-array
42 - description: Phandle of syscon block
50 $ref: /schemas/types.yaml#/definitions/phandle-array
53 - description: Phandle of syscon block
106 $ref: /schemas/types.yaml#/definitions/phandle-array
111 - description: Phandle of syscon block
116 $ref: /schemas/types.yaml#/definitions/phandle-array
121 - description: Phandle of syscon block with the tamp register
126 $ref: /schemas/types.yaml#/definitions/phandle-array
132 - description: Phandle of syscon block with the tamp register

12345678910>>...53