Searched defs:new_type (Results 1 - 8 of 8) sorted by relevance
/drivers/pinctrl/sh-pfc/ |
H A D | pinctrl.c | 411 int new_type = input ? PINMUX_TYPE_INPUT : PINMUX_TYPE_OUTPUT; local 430 ret = sh_pfc_config_mux(pfc, pin->enum_id, new_type); 434 cfg->type = new_type;
|
/drivers/net/wan/lmc/ |
H A D | lmc_main.c | 172 u16 new_type; local 179 if (copy_from_user(&new_type, ifr->ifr_data, sizeof(u16))) { 185 if (new_type == old_type) 194 sc->if_type = new_type;
|
/drivers/net/wan/ |
H A D | pc300too.c | 199 int new_type; local 226 new_type = IF_IFACE_X21; 231 new_type = IF_IFACE_V35; 235 new_type = IF_IFACE_V24; 256 port->iface = new_type;
|
/drivers/media/tuners/ |
H A D | tuner-xc2028.c | 1011 enum v4l2_tuner_type new_type, 1037 switch (new_type) { 1112 tuner_err("Unsupported tuner type %d.\n", new_type); 1010 generic_set_freq(struct dvb_frontend *fe, u32 freq , enum v4l2_tuner_type new_type, unsigned int type, v4l2_std_id std, u16 int_freq) argument
|
/drivers/net/wireless/rtlwifi/ |
H A D | core.c | 349 enum nl80211_iftype new_type, bool p2p) 355 vif->type = new_type; 347 rtl_op_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum nl80211_iftype new_type, bool p2p) argument
|
/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 1223 enum nl80211_iftype new_type, 1242 vif->type = new_type; 1221 ath9k_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum nl80211_iftype new_type, bool p2p) argument
|
/drivers/net/wireless/cw1200/ |
H A D | sta.c | 309 enum nl80211_iftype new_type, 313 pr_debug("change_interface new: %d (%d), old: %d (%d)\n", new_type, 316 if (new_type != vif->type || vif->p2p != p2p) { 318 vif->type = new_type; 307 cw1200_change_interface(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum nl80211_iftype new_type, bool p2p) argument
|
/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 2771 enum nl80211_iftype new_type, bool p2p) 2779 vif->type = new_type; 2769 wl12xx_op_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum nl80211_iftype new_type, bool p2p) argument
|
Completed in 275 milliseconds