Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 14 of 14) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c303 enum iwl_ucode_type old_type; in iwl_load_ucode_wait_alive() local
310 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive()
320 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
332 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
338 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
353 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
/drivers/power/supply/
Dmax8903_charger.c86 enum power_supply_type old_type; in max8903_dcin() local
126 old_type = data->psy_desc.type; in max8903_dcin()
135 if (old_type != data->psy_desc.type) in max8903_dcin()
145 enum power_supply_type old_type; in max8903_usbin() local
183 old_type = data->psy_desc.type; in max8903_usbin()
192 if (old_type != data->psy_desc.type) in max8903_usbin()
/drivers/gpu/drm/radeon/
Dradeon_ttm.c202 int r, old_type; in radeon_bo_move() local
220 old_type = old_mem->mem_type; in radeon_bo_move()
267 radeon_bo_move_notify(bo, old_type, new_mem); in radeon_bo_move()
688 unsigned int old_type = TTM_PL_SYSTEM; in radeon_bo_delete_mem_notify() local
691 old_type = bo->resource->mem_type; in radeon_bo_delete_mem_notify()
692 radeon_bo_move_notify(bo, old_type, NULL); in radeon_bo_delete_mem_notify()
Dradeon_object.h164 unsigned int old_type,
Dradeon_object.c728 unsigned int old_type, in radeon_bo_move_notify() argument
733 radeon_update_memory_usage(bo, old_type, -1); in radeon_bo_move_notify()
/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw.c256 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local
284 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
327 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
333 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
340 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
/drivers/usb/renesas_usbhs/
Dmod_host.c1406 int old_type, dir_in, i; in usbhsh_pipe_init_for_host() local
1409 old_type = USB_ENDPOINT_XFER_CONTROL; in usbhsh_pipe_init_for_host()
1432 dir_in = (pipe_configs[i].type == old_type); in usbhsh_pipe_init_for_host()
1433 old_type = pipe_configs[i].type; in usbhsh_pipe_init_for_host()
/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1054 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local
1078 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface()
1080 if (old_type != type) { in cfg80211_rtw_change_iface()
1103 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface()
1637 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local
1640 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss()
1651 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
/drivers/dma/idxd/
Dsysfs.c734 enum idxd_wq_type old_type; in wq_type_store() local
739 old_type = wq->type; in wq_type_store()
750 if (wq->type != old_type) in wq_type_store()
/drivers/tty/serial/
Dserial_core.c892 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local
896 old_type = uport->type; in uart_set_info()
904 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info()
930 uport->type = old_type; in uart_set_info()
936 if (old_type != PORT_UNKNOWN) { in uart_set_info()
/drivers/net/wan/lmc/
Dlmc_main.c167 u16 old_type = sc->if_type; in lmc_siocdevprivate() local
181 if (new_type == old_type) in lmc_siocdevprivate()
/drivers/video/fbdev/omap/
Domapfb_main.c830 u8 old_type = rg->type; in omapfb_setup_mem() local
856 rg->type = old_type; in omapfb_setup_mem()
/drivers/media/v4l2-core/
Dv4l2-ioctl.c2330 u32 old_type = p->type; in v4l_g_selection() local
2338 p->type = old_type; in v4l_g_selection()
2346 u32 old_type = p->type; in v4l_s_selection() local
2354 p->type = old_type; in v4l_s_selection()
/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1587 int old_type = rg->type; in omapfb_realloc_fbmem() local
1595 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()