Home
last modified time | relevance | path

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

/linux/net/ieee802154/
H A Dnl802154.c2696 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit()
2701 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) { in nl802154_pre_doit()
2709 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV || in nl802154_pre_doit()
2710 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_pre_doit()
2723 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) { in nl802154_pre_doit()
2736 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP && in nl802154_pre_doit()
2757 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_post_doit()
2766 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL) in nl802154_post_doit()
2779 .internal_flags = NL802154_FLAG_NEED_WPAN_PHY |
2788 .internal_flags = NL802154_FLAG_NEED_WPAN_DEV |
[all …]
/linux/net/wireless/
H A Dnl80211.c18053 u32 internal_flags; in nl80211_pre_doit() local
18056 if (WARN_ON(ops->internal_flags >= ARRAY_SIZE(nl80211_internal_flags))) in nl80211_pre_doit()
18059 internal_flags = nl80211_internal_flags[ops->internal_flags]; in nl80211_pre_doit()
18062 if (internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit()
18069 } else if (internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit()
18070 internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit()
18082 if (internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit()
18093 if (internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit()
18102 if (internal_flags & NL80211_FLAG_MLO_VALID_LINK_ID) { in nl80211_pre_doit()
18125 if (internal_flags & NL80211_FLAG_MLO_UNSUPPORTED) { in nl80211_pre_doit()
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c874 if (drm_WARN_ON_ONCE(dev, fb->internal_flags & DRM_FRAMEBUFFER_HAS_HANDLE_REF(i))) in drm_framebuffer_init()
875 fb->internal_flags &= ~DRM_FRAMEBUFFER_HAS_HANDLE_REF(i); in drm_framebuffer_init()
879 fb->internal_flags |= DRM_FRAMEBUFFER_HAS_HANDLE_REF(i); in drm_framebuffer_init()
904 if (fb->internal_flags & DRM_FRAMEBUFFER_HAS_HANDLE_REF(i)) { in drm_framebuffer_init()
906 fb->internal_flags &= ~DRM_FRAMEBUFFER_HAS_HANDLE_REF(i); in drm_framebuffer_init()
988 if (fb->internal_flags & DRM_FRAMEBUFFER_HAS_HANDLE_REF(i)) in drm_framebuffer_cleanup()
/linux/include/drm/
H A Ddrm_framebuffer.h197 unsigned int internal_flags; member
/linux/net/netlink/
H A Dgenetlink.c190 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small()
290 op->internal_flags = full->internal_flags; in genl_cmd_full_to_split()
618 if (a->internal_flags != b->internal_flags || in genl_validate_ops()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1613 unsigned int internal_flags = 0; in SYSCALL_DEFINE2() local
1634 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()
1709 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()