Home
last modified time | relevance | path

Searched refs:is_group (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c115 static int pinmux_enable_setting(struct udevice *dev, bool is_group, in pinmux_enable_setting() argument
120 if (is_group) { in pinmux_enable_setting()
142 static int pinmux_enable_setting(struct udevice *dev, bool is_group, in pinmux_enable_setting() argument
193 static int pinconf_enable_setting(struct udevice *dev, bool is_group, in pinconf_enable_setting() argument
199 if (is_group) { in pinconf_enable_setting()
222 static int pinconf_enable_setting(struct udevice *dev, bool is_group, in pinconf_enable_setting() argument
243 bool is_group, unsigned selector) in pinctrl_generic_set_state_one() argument
261 ret = pinmux_enable_setting(dev, is_group, in pinctrl_generic_set_state_one()
275 ret = pinconf_enable_setting(dev, is_group, in pinctrl_generic_set_state_one()
297 bool is_group = false; in pinctrl_generic_set_state_subnode() local
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dnexthop.h96 bool is_group; member
137 if (nh->is_group) { in nexthop_is_fdb()
152 if (nh->is_group) { in nexthop_has_v4()
163 if (nh->is_group) { in nexthop_is_multipath()
178 if (nh->is_group) { in nexthop_num_path()
226 if (nh->is_group) { in nexthop_is_blackhole()
259 if (nh->is_group) { in nexthop_fib_nhc()
283 if (nh->is_group) { in nexthop_get_nhc_lookup()
312 if (nh->is_group) { in nexthop_uses_dev()
370 if (nh->is_group) { in nexthop_fib6_nh()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c111 if (nh->is_group) in nexthop_free_rcu()
247 if (nh->is_group) { in nh_fill_node()
351 if (nh->is_group) in nh_nlmsg_size()
389 if (nh->is_group) { in valid_group_nh()
548 if (!nh->is_group) in nexthop_select_path()
592 if (nh->is_group) { in nexthop_for_each_fib6_nh()
641 if (nh->is_group) { in fib6_check_nexthop()
713 if (nh->is_group) { in fib_check_nexthop()
894 if (nh->is_group) { in __remove_nexthop()
945 if (!new->is_group) { in replace_nexthop_grp()
[all …]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsacl.c214 is_well_known_sid(const struct cifs_sid *psid, uint32_t *puid, bool is_group) in is_well_known_sid() argument
227 if (is_group) in is_well_known_sid()
232 if (is_group) in is_well_known_sid()
365 bool is_group; in sid_to_id() local
368 is_group = true; in sid_to_id()
370 is_group = false; in sid_to_id()
372 if (is_well_known_sid(psid, &unix_id, is_group) == false) in sid_to_id()
375 if (is_group) { in sid_to_id()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.h32 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2536 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723be_set_key() argument
2599 if (is_group) { in rtl8723be_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.h48 u32 key_index, u8 *macaddr, bool is_group,
H A Dhw.c2381 bool is_group, u8 enc_algo, bool is_wepkey, bool clear_all) in rtl92se_set_key() argument
2444 if (is_group) { in rtl92se_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.h30 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2416 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ee_set_key() argument
2479 if (is_group) { in rtl92ee_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.h30 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2090 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92de_set_key() argument
2148 if (is_group) { in rtl92de_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.h30 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2273 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl88ee_set_key() argument
2335 if (is_group) { in rtl88ee_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.h32 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c3818 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8821ae_set_key() argument
3880 if (is_group) { in rtl8821ae_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.h43 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2068 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument
2131 if (is_group) { in rtl92ce_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.h36 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2148 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723e_set_key() argument
2211 if (is_group) { in rtl8723e_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h15 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dmac.c194 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92c_set_key() argument
251 if (is_group) { in rtl92c_set_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_wpi.c230 BOOL_T is_group(u8* addr) in is_group() function
266 is_group_ptk = is_group(p_ptk_header); in wlan_rx_wapi_decryption()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2291 u8 *macaddr, bool is_group, u8 enc_algo,