Searched refs:new_type (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wan/ |
D | pc300too.c | 199 int new_type; in pc300_ioctl() local 226 new_type = IF_IFACE_X21; in pc300_ioctl() 231 new_type = IF_IFACE_V35; in pc300_ioctl() 235 new_type = IF_IFACE_V24; in pc300_ioctl() 256 port->iface = new_type; in pc300_ioctl()
|
/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 437 int new_type = input ? PINMUX_TYPE_INPUT : PINMUX_TYPE_OUTPUT; in sh_pfc_gpio_set_direction() local 456 ret = sh_pfc_config_mux(pfc, pin->enum_id, new_type); in sh_pfc_gpio_set_direction() 460 cfg->type = new_type; in sh_pfc_gpio_set_direction()
|
/drivers/net/wireless/cw1200/ |
D | sta.h | 26 enum nl80211_iftype new_type,
|
D | sta.c | 310 enum nl80211_iftype new_type, in cw1200_change_interface() argument 314 pr_debug("change_interface new: %d (%d), old: %d (%d)\n", new_type, in cw1200_change_interface() 317 if (new_type != vif->type || vif->p2p != p2p) { in cw1200_change_interface() 319 vif->type = new_type; in cw1200_change_interface()
|
/drivers/media/tuners/ |
D | tuner-xc2028.c | 1015 enum v4l2_tuner_type new_type, in generic_set_freq() argument 1041 switch (new_type) { in generic_set_freq() 1116 tuner_err("Unsupported tuner type %d.\n", new_type); in generic_set_freq()
|
/drivers/net/wan/lmc/ |
D | lmc_main.c | 172 u16 new_type; in lmc_ioctl() local 179 if (copy_from_user(&new_type, ifr->ifr_data, sizeof(u16))) { in lmc_ioctl() 185 if (new_type == old_type) in lmc_ioctl() 194 sc->if_type = new_type; in lmc_ioctl()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 368 enum nl80211_iftype new_type, bool p2p) in rtl_op_change_interface() argument 374 vif->type = new_type; in rtl_op_change_interface()
|
/drivers/net/wireless/ath/ath9k/ |
D | main.c | 1359 enum nl80211_iftype new_type, in ath9k_change_interface() argument 1378 vif->type = new_type; in ath9k_change_interface()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 391 enum nl80211_iftype new_type) in brcmf_vif_change_validate() argument 399 iftype_num[new_type]++; in brcmf_vif_change_validate() 407 enum nl80211_iftype new_type) in brcmf_vif_add_validate() argument 416 iftype_num[new_type]++; in brcmf_vif_add_validate()
|
/drivers/net/wireless/ti/wlcore/ |
D | main.c | 2854 enum nl80211_iftype new_type, bool p2p) in wl12xx_op_change_interface() argument 2862 vif->type = new_type; in wl12xx_op_change_interface()
|