/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | max8903_charger.c | 85 enum power_supply_type old_type; in max8903_dcin() local 125 old_type = data->psy_desc.type; in max8903_dcin() 134 if (old_type != data->psy_desc.type) in max8903_dcin() 144 enum power_supply_type old_type; in max8903_usbin() local 182 old_type = data->psy_desc.type; in max8903_usbin() 191 if (old_type != data->psy_desc.type) in max8903_usbin()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | ucode.c | 298 enum iwl_ucode_type old_type; in iwl_load_ucode_wait_alive() local 305 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive() 315 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 327 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 333 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 348 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/e820/ |
H A D | api.h | 18 extern u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type); 19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/e820/ |
H A D | api.h | 18 extern u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type); 19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | e820.c | 463 __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in __e820__range_update() argument 469 BUG_ON(old_type == new_type); in __e820__range_update() 476 e820_print_type(old_type); in __e820__range_update() 486 if (entry->type != old_type) in __e820__range_update() 530 u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update() argument 532 return __e820__range_update(e820_table, start, size, old_type, new_type); in e820__range_update() 535 static u64 __init e820__range_update_kexec(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update_kexec() argument 537 return __e820__range_update(e820_table_kexec, start, size, old_type, new_type); in e820__range_update_kexec() 541 u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) in e820__range_remove() argument 553 e820_print_type(old_type); in e820__range_remove() [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | e820.c | 463 __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in __e820__range_update() argument 469 BUG_ON(old_type == new_type); in __e820__range_update() 476 e820_print_type(old_type); in __e820__range_update() 486 if (entry->type != old_type) in __e820__range_update() 530 u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update() argument 532 return __e820__range_update(e820_table, start, size, old_type, new_type); in e820__range_update() 535 static u64 __init e820__range_update_kexec(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update_kexec() argument 537 return __e820__range_update(e820_table_kexec, start, size, old_type, new_type); in e820__range_update_kexec() 541 u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) in e820__range_remove() argument 553 e820_print_type(old_type); in e820__range_remove() [all...] |
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | max8903_charger.c | 76 enum power_supply_type old_type; in max8903_dcin() local 97 old_type = data->psy_desc.type; in max8903_dcin() 106 if (old_type != data->psy_desc.type) in max8903_dcin() 117 enum power_supply_type old_type; in max8903_usbin() local 136 old_type = data->psy_desc.type; in max8903_usbin() 145 if (old_type != data->psy_desc.type) in max8903_usbin()
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | hw_breakpoint.c | 351 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument 355 __release_bp_slot(bp, old_type); in __modify_bp_slot() 360 * Reserve the old_type slot back in case in __modify_bp_slot() 364 * the old_type slot in the __release_bp_slot in __modify_bp_slot() 367 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot() 373 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument 378 ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | hw_breakpoint.c | 625 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument 629 __release_bp_slot(bp, old_type); in __modify_bp_slot() 634 * Reserve the old_type slot back in case in __modify_bp_slot() 638 * the old_type slot in the __release_bp_slot in __modify_bp_slot() 641 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot() 647 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument 650 int ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()
|
/kernel/linux/linux-5.10/kernel/sched/rtg/ |
H A D | rtg_ctrl.c | 164 int old_type; in do_update_rt_frame_num() local 168 old_type = frame_info->prio - DEFAULT_RT_PRIO; in do_update_rt_frame_num() 169 if (is_rt_type(new_type) == is_rt_type(old_type)) in do_update_rt_frame_num() 172 if (is_rt_type(old_type)) { in do_update_rt_frame_num()
|
/kernel/linux/linux-6.6/kernel/sched/rtg/ |
H A D | rtg_ctrl.c | 164 int old_type; in do_update_rt_frame_num() local 168 old_type = frame_info->prio - DEFAULT_RT_PRIO; in do_update_rt_frame_num() 169 if (is_rt_type(new_type) == is_rt_type(old_type)) in do_update_rt_frame_num() 172 if (is_rt_type(old_type)) { in do_update_rt_frame_num()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 346 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local 374 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 417 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 423 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 430 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 264 u8 new_type, old_type; in add_map_entry() local 281 old_type = cache_map[i].type; in add_map_entry() 283 if (cache_map[i].fixed || new_type == old_type) { in add_map_entry()
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 1037 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 1061 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 1063 if (old_type != type) { in cfg80211_rtw_change_iface() 1086 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 1611 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 1614 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 1625 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 320 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local 350 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 423 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 429 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 440 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 1276 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 1306 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 1308 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface() 1310 if (old_type != type) in cfg80211_rtw_change_iface() 1335 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 1998 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 2003 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 2016 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial_core.c | 926 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local 930 old_type = uport->type; in uart_set_info() 938 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info() 964 uport->type = old_type; in uart_set_info() 970 if (old_type != PORT_UNKNOWN) { in uart_set_info()
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | sysfs.c | 997 enum idxd_wq_type old_type; in wq_type_store() local 1002 old_type = wq->type; in wq_type_store() 1013 if (wq->type != old_type) in wq_type_store()
|
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | sysfs.c | 905 enum idxd_wq_type old_type; in wq_type_store() local 910 old_type = wq->type; in wq_type_store() 921 if (wq->type != old_type) in wq_type_store()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | serial_core.c | 919 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local 923 old_type = uport->type; in uart_set_info() 931 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info() 957 uport->type = old_type; in uart_set_info() 963 if (old_type != PORT_UNKNOWN) { in uart_set_info()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 2367 u32 old_type = p->type; in v4l_g_selection() local 2375 p->type = old_type; in v4l_g_selection() 2383 u32 old_type = p->type; in v4l_s_selection() local 2391 p->type = old_type; in v4l_s_selection()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 2403 u32 old_type = p->type; in v4l_g_selection() local 2411 p->type = old_type; in v4l_g_selection() 2419 u32 old_type = p->type; in v4l_s_selection() local 2427 p->type = old_type; in v4l_s_selection()
|