Home
last modified time | relevance | path

Searched refs:newtype (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dmemtype_interval.c80 enum page_cache_mode *newtype) in memtype_check_conflict() argument
89 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()
103 if (newtype) in memtype_check_conflict()
104 *newtype = found_type; in memtype_check_conflict()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dexthdrs.c1214 int newtype, char **p) in ipv6_renew_option() argument
1218 src = (renewtype == newtype ? new : old); in ipv6_renew_option()
1249 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument
1256 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options()
1258 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1260 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options()
1262 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1284 newopt, newtype, &p); in ipv6_renew_options()
1287 newopt, newtype, &p); in ipv6_renew_options()
1291 newopt, newtype, &p); in ipv6_renew_options()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1404 enum nl80211_iftype newtype, bool newp2p) in iwlagn_mac_change_interface() argument
1408 enum nl80211_iftype newviftype = newtype; in iwlagn_mac_change_interface()
1414 newtype = ieee80211_iftype_p2p(newtype, newp2p); in iwlagn_mac_change_interface()
1441 if (!(interface_modes & BIT(newtype))) { in iwlagn_mac_change_interface()
1446 if (ctx->exclusive_interface_modes & BIT(newtype)) { in iwlagn_mac_change_interface()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/minicom/minicom/
H A D0001-Drop-superfluous-global-variable-definitions.patch24 @@ -146,8 +146,6 @@ static int newtype;
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.c1670 enum nl80211_iftype newtype, in mac80211_hwsim_change_interface() argument
1673 newtype = ieee80211_iftype_p2p(newtype, newp2p); in mac80211_hwsim_change_interface()
1677 newtype, vif->addr); in mac80211_hwsim_change_interface()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c4709 enum nl80211_iftype newtype, bool newp2p) in il_mac_change_interface() argument
4716 vif->type, vif->addr, newtype, newp2p); in il_mac_change_interface()
4733 vif->type = newtype; in il_mac_change_interface()
4735 il->iw_mode = newtype; in il_mac_change_interface()
H A Dcommon.h1708 enum nl80211_iftype newtype, bool newp2p);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h2371 #define STBIR__NEXT_MEMPTR(current, newtype) (newtype*)(((unsigned char*)current) + current##_size) in stbir__resize_allocated() argument
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h2371 #define STBIR__NEXT_MEMPTR(current, newtype) (newtype*)(((unsigned char*)current) + current##_size) in stbir__resize_allocated() argument
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6.h435 int newtype,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt2814 memmap=<size>%<offset>-<oldtype>+<newtype>
2816 from <oldtype> to <newtype>. If "-<oldtype>" is left
2817 out, the whole region will be marked as <newtype>,
2818 even if previously unavailable. If "+<newtype>" is left