Searched refs:_features (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_mux.h | 51 _flags, _features) \ argument 61 .features = _features, \
|
H A D | ccu_nm.h | 120 _features) \ argument 133 .features = _features, \
|
/openbmc/linux/drivers/clk/baikal-t1/ |
H A D | clk-ccu-pll.c | 35 #define CCU_PLL_INFO(_id, _name, _pname, _base, _flags, _features) \ argument 42 .features = _features, \
|
H A D | clk-ccu-div.c | 57 #define CCU_DIV_VAR_INFO(_id, _name, _pname, _base, _width, _flags, _features) \ argument 66 .features = _features \
|
/openbmc/linux/Documentation/networking/ |
H A D | netdev-features.rst | 61 ndo_*_features callbacks are called with rtnl_lock held. Missing callbacks 66 from ndo_*_features callbacks. netdev->features should not be modified by
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cooker.py | 84 self._features=set() 90 self._features.add(f) 93 return f in self._features 96 return self._features.__iter__() 99 return next(self._features)
|