Home
last modified time | relevance | path

Searched refs:old_ctx (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/ozwpan/
Dozusbsvc.c56 struct oz_usb_ctx *old_ctx; in oz_usb_start() local
77 old_ctx = pd->app_ctx[OZ_APPID_USB]; in oz_usb_start()
78 if (old_ctx == NULL) in oz_usb_start()
82 if (old_ctx) { in oz_usb_start()
85 usb_ctx = old_ctx; in oz_usb_start()
Dozcdev.c433 struct oz_serial_ctx *old_ctx; in oz_cdev_start() local
445 old_ctx = pd->app_ctx[OZ_APPID_SERIAL]; in oz_cdev_start()
446 if (old_ctx) { in oz_cdev_start()
/drivers/net/wireless/ath/ath9k/
Dchannel.c1047 struct ath_chanctx *old_ctx; in ath_chanctx_set_next() local
1098 old_ctx = sc->cur_chan; in ath_chanctx_set_next()
1129 ath9k_chanctx_wake_queues(sc, old_ctx); in ath_chanctx_set_next()
/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c2851 __iwl_mvm_unassign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx()
2852 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx); in iwl_mvm_switch_vif_chanctx()
2878 ret = __iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx); in iwl_mvm_switch_vif_chanctx()
2884 ret = __iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, in iwl_mvm_switch_vif_chanctx()