Lines Matching defs:ops
20 #include "rdev-ops.h"
523 if (rdev->ops->op) { \
945 if (!rdev->ops->add_virtual_intf)
958 if (!rdev->ops->del_virtual_intf)
2516 static int nl802154_pre_doit(const struct genl_split_ops *ops,
2523 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL;
2528 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) {
2536 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV ||
2537 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) {
2550 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) {
2563 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP &&
2579 static void nl802154_post_doit(const struct genl_split_ops *ops,
2584 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) {
2593 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL)
2891 .ops = nl802154_ops,