/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | ucode.c | 303 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/ |
D | max8903_charger.c | 86 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/ |
D | radeon_ttm.c | 202 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()
|
D | radeon_object.h | 164 unsigned int old_type,
|
D | radeon_object.c | 728 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/ |
D | fw.c | 256 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/ |
D | mod_host.c | 1406 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/ |
D | ioctl_cfg80211.c | 1054 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/ |
D | sysfs.c | 734 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/ |
D | serial_core.c | 892 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/ |
D | lmc_main.c | 167 u16 old_type = sc->if_type; in lmc_siocdevprivate() local 181 if (new_type == old_type) in lmc_siocdevprivate()
|
/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 830 u8 old_type = rg->type; in omapfb_setup_mem() local 856 rg->type = old_type; in omapfb_setup_mem()
|
/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2330 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/ |
D | omapfb-main.c | 1587 int old_type = rg->type; in omapfb_realloc_fbmem() local 1595 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()
|