Home
last modified time | relevance | path

Searched refs:_features (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/netplan/netplan/
H A D0001-Makefile-fix-parallel-build-failure.patch8 Add src/_features.h as dependency for dbus.o to fix the parallel build
10 src/dbus.c:17:10: fatal error: _features.h: No such file or directory
26 …default: netplan/_features.py generate netplan-dbus dbus/io.netplan.Netplan.service doc/netplan.ht…
29 +%.o: src/%.c src/_features.h
37 -netplan-dbus: libnetplan.so.$(NETPLAN_SOVER) src/_features.h dbus.o
41 src/_features.h: src/[^_]*.[hc]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.c329 #define SSPP_BLK(_name, _id, _base, _features, \ argument
334 .features = _features, \
523 #define INTF_BLK(_name, _id, _base, _type, _ctrl_id, _features) \ argument
527 .features = _features, \
/OK3568_Linux_fs/kernel/drivers/clk/baikal-t1/
H A Dclk-ccu-div.c57 #define CCU_DIV_VAR_INFO(_id, _name, _pname, _base, _width, _flags, _features) \ argument
66 .features = _features \
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetdev-features.rst61 ndo_*_features callbacks are called with rtnl_lock held. Missing callbacks
66 from ndo_*_features callbacks. netdev->features should not be modified by
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/netplan/
H A Dnetplan_0.104.bb36 EXTRA_OEMAKE = "generate netplan/_features.py"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py86 self._features=set()
92 self._features.add(f)
95 return f in self._features
98 return self._features.__iter__()
101 return next(self._features)