Lines Matching full:bar
49 ---- bar.dts - 按标签覆盖目标位置 ----------------------------
54 bar {
55 compatible = "corp,bar";
59 ---- bar.dts ---------------------------------------------------------------
61 当加载(并按照[1]中描述的方式解决)时,应该产生foo+bar.dts::
63 ---- foo+bar.dts -----------------------------------------------------------
78 bar {
79 compatible = "corp,bar";
84 ---- foo+bar.dts -----------------------------------------------------------
86 作为覆盖的结果,已经创建了一个新的设备节点(bar),因此将注册一个bar平台设备,
95 ---- bar.dts - 通过明确的路径覆盖目标位置 --------------------
100 bar {
101 compatible = "corp,bar";
105 ---- bar.dts ---------------------------------------------------------------