Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/drivers/power/supply/
Dmax8903_charger.c76 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()
/Linux-v5.4/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-v5.4/arch/x86/kernel/
De820.c448 __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e… in __e820__range_update() argument
454 BUG_ON(old_type == new_type); in __e820__range_update()
461 e820_print_type(old_type); in __e820__range_update()
471 if (entry->type != old_type) in __e820__range_update()
515 u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update() argument
517 return __e820__range_update(e820_table, start, size, old_type, new_type); in e820__range_update()
520 static u64 __init e820__range_update_kexec(u64 start, u64 size, enum e820_type old_type, enum e820_… in e820__range_update_kexec() argument
522 return __e820__range_update(e820_table_kexec, start, size, old_type, new_type); in e820__range_update_kexec()
526 u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) in e820__range_remove() argument
538 e820_print_type(old_type); in e820__range_remove()
[all …]
/Linux-v5.4/kernel/events/
Dhw_breakpoint.c335 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument
339 __release_bp_slot(bp, old_type); in __modify_bp_slot()
351 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot()
357 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument
362 ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()
/Linux-v5.4/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-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw.c314 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local
342 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
372 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
378 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1302 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local
1333 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface()
1335 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface()
1337 if (old_type != type) in cfg80211_rtw_change_iface()
1363 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface()
2020 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local
2025 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss()
2038 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c901 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local
905 old_type = uport->type; in uart_set_info()
913 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info()
939 uport->type = old_type; in uart_set_info()
945 if (old_type != PORT_UNKNOWN) { in uart_set_info()
/Linux-v5.4/drivers/net/wan/lmc/
Dlmc_main.c168 u16 old_type = sc->if_type; in lmc_ioctl() local
182 if (new_type == old_type) in lmc_ioctl()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ioctl.c2260 u32 old_type = p->type; in v4l_g_selection() local
2268 p->type = old_type; in v4l_g_selection()
2276 u32 old_type = p->type; in v4l_s_selection() local
2284 p->type = old_type; in v4l_s_selection()
/Linux-v5.4/drivers/video/fbdev/omap/
Domapfb_main.c834 u8 old_type = rg->type; in omapfb_setup_mem() local
860 rg->type = old_type; in omapfb_setup_mem()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1591 int old_type = rg->type; in omapfb_realloc_fbmem() local
1599 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()
/Linux-v5.4/fs/
Dnamei.c4515 int old_type, new_type; in do_renameat2() local
4538 &old_path, &old_last, &old_type); in do_renameat2()
4556 if (old_type != LAST_NORM) in do_renameat2()