/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | ucode.c | 321 enum iwl_ucode_type old_type; in iwl_load_ucode_wait_alive() local 328 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive() 338 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 350 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 356 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 371 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
|
/Linux-v4.19/drivers/power/supply/ |
D | max8903_charger.c | 90 enum power_supply_type old_type; in max8903_dcin() local 111 old_type = data->psy_desc.type; in max8903_dcin() 120 if (old_type != data->psy_desc.type) in max8903_dcin() 131 enum power_supply_type old_type; in max8903_usbin() local 150 old_type = data->psy_desc.type; in max8903_usbin() 159 if (old_type != data->psy_desc.type) in max8903_usbin()
|
/Linux-v4.19/arch/x86/include/asm/e820/ |
D | api.h | 17 extern u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_typ… 18 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
|
/Linux-v4.19/arch/x86/kernel/ |
D | e820.c | 435 __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e… in __e820__range_update() argument 441 BUG_ON(old_type == new_type); in __e820__range_update() 448 e820_print_type(old_type); in __e820__range_update() 458 if (entry->type != old_type) in __e820__range_update() 502 u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update() argument 504 return __e820__range_update(e820_table, start, size, old_type, new_type); in e820__range_update() 507 static u64 __init e820__range_update_kexec(u64 start, u64 size, enum e820_type old_type, enum e820_… in e820__range_update_kexec() argument 509 return __e820__range_update(e820_table_kexec, start, size, old_type, new_type); in e820__range_update_kexec() 513 u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) in e820__range_remove() argument 525 e820_print_type(old_type); in e820__range_remove() [all …]
|
/Linux-v4.19/kernel/events/ |
D | hw_breakpoint.c | 348 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument 352 __release_bp_slot(bp, old_type); in __modify_bp_slot() 364 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot() 370 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument 375 ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_color.c | 128 enum dc_transfer_func_type old_type = stream->out_transfer_func->type; in amdgpu_dm_set_regamma_lut() local 168 stream->out_transfer_func->type = old_type; in amdgpu_dm_set_regamma_lut()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | fw.c | 304 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local 325 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 349 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 355 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 1304 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 1335 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 1337 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface() 1339 if (old_type != type) in cfg80211_rtw_change_iface() 1365 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 2022 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 2029 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 2042 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
/Linux-v4.19/drivers/tty/serial/ |
D | serial_core.c | 886 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local 890 old_type = uport->type; in uart_set_info() 898 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info() 924 uport->type = old_type; in uart_set_info() 930 if (old_type != PORT_UNKNOWN) { in uart_set_info()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2172 u32 old_type = p->type; in v4l_g_selection() local 2180 p->type = old_type; in v4l_g_selection() 2188 u32 old_type = p->type; in v4l_s_selection() local 2196 p->type = old_type; in v4l_s_selection()
|
/Linux-v4.19/drivers/net/wan/lmc/ |
D | lmc_main.c | 171 u16 old_type = sc->if_type; in lmc_ioctl() local 185 if (new_type == old_type) in lmc_ioctl()
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 846 u8 old_type = rg->type; in omapfb_setup_mem() local 872 rg->type = old_type; in omapfb_setup_mem()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 1602 int old_type = rg->type; in omapfb_realloc_fbmem() local 1610 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()
|
/Linux-v4.19/fs/ |
D | namei.c | 4523 int old_type, new_type; in do_renameat2() local 4546 &old_path, &old_last, &old_type); in do_renameat2() 4564 if (old_type != LAST_NORM) in do_renameat2()
|
/Linux-v4.19/block/ |
D | cfq-iosched.c | 4047 enum wl_type_t old_type = cfqq_type(cfqd->active_queue); in cfq_preempt_queue() local 4056 if (old_type != cfqq_type(cfqq)) in cfq_preempt_queue()
|