Lines Matching defs:ops
20 #include "rdev-ops.h"
504 if (rdev->ops->op) { \
926 if (!rdev->ops->add_virtual_intf)
939 if (!rdev->ops->del_virtual_intf)
2164 static int nl802154_pre_doit(const struct genl_ops *ops, struct sk_buff *skb,
2170 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL;
2175 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) {
2183 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV ||
2184 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) {
2197 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) {
2210 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP &&
2226 static void nl802154_post_doit(const struct genl_ops *ops, struct sk_buff *skb,
2230 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) {
2240 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL)
2506 .ops = nl802154_ops,