Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c298 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()
/Linux-v6.1/arch/x86/include/asm/e820/
Dapi.h18 extern u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_typ…
19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
/Linux-v6.1/arch/x86/kernel/
De820.c463 __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e… 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_… 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 …]
/Linux-v6.1/kernel/events/
Dhw_breakpoint.c653 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument
657 __release_bp_slot(bp, old_type); in __modify_bp_slot()
669 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot()
675 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument
678 int ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()
/Linux-v6.1/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()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw.c318 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local
346 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
397 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
403 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
410 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
/Linux-v6.1/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1050 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local
1074 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface()
1076 if (old_type != type) { in cfg80211_rtw_change_iface()
1099 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface()
1633 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local
1636 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss()
1647 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
/Linux-v6.1/drivers/dma/idxd/
Dsysfs.c882 enum idxd_wq_type old_type; in wq_type_store() local
887 old_type = wq->type; in wq_type_store()
898 if (wq->type != old_type) in wq_type_store()
/Linux-v6.1/drivers/tty/serial/
Dserial_core.c904 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local
908 old_type = uport->type; in uart_set_info()
916 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info()
942 uport->type = old_type; in uart_set_info()
948 if (old_type != PORT_UNKNOWN) { in uart_set_info()
/Linux-v6.1/drivers/video/fbdev/omap/
Domapfb_main.c829 u8 old_type = rg->type; in omapfb_setup_mem() local
855 rg->type = old_type; in omapfb_setup_mem()
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ioctl.c2391 u32 old_type = p->type; in v4l_g_selection() local
2399 p->type = old_type; in v4l_g_selection()
2407 u32 old_type = p->type; in v4l_s_selection() local
2415 p->type = old_type; in v4l_s_selection()
/Linux-v6.1/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()
/Linux-v6.1/fs/
Dnamei.c4826 int old_type, new_type; in do_renameat2() local
4844 &old_last, &old_type); in do_renameat2()
4858 if (old_type != LAST_NORM) in do_renameat2()