Searched refs:old_type (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/x86/include/asm/e820/
H A Dapi.h18 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);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ducode.c298 enum iwl_ucode_type old_type; local
305 old_type = priv->cur_ucode;
315 priv->cur_ucode = old_type;
327 priv->cur_ucode = old_type;
333 priv->cur_ucode = old_type;
348 priv->cur_ucode = old_type;
/linux-master/drivers/power/supply/
H A Dmax8903_charger.c85 enum power_supply_type old_type; local
125 old_type = data->psy_desc.type;
134 if (old_type != data->psy_desc.type)
144 enum power_supply_type old_type; local
182 old_type = data->psy_desc.type;
191 if (old_type != data->psy_desc.type)
/linux-master/arch/x86/kernel/
H A De820.c463 __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) argument
469 BUG_ON(old_type == new_type);
476 e820_print_type(old_type);
486 if (entry->type != old_type)
530 u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) argument
532 return __e820__range_update(e820_table, start, size, old_type, new_type);
535 static u64 __init e820__range_update_kexec(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) argument
537 return __e820__range_update(e820_table_kexec, start, size, old_type, new_type);
541 u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) argument
553 e820_print_type(old_type);
[all...]
/linux-master/kernel/events/
H A Dhw_breakpoint.c625 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) argument
629 __release_bp_slot(bp, old_type);
634 * Reserve the old_type slot back in case
638 * the old_type slot in the __release_bp_slot
641 WARN_ON(__reserve_bp_slot(bp, old_type));
647 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) argument
650 int ret = __modify_bp_slot(bp, old_type, new_type);
/linux-master/fs/xfs/scrub/
H A Dalloc_repair.c915 __u32 old_type = sc->sm->sm_type; local
931 sc->sm->sm_type = old_type;
H A Dialloc_repair.c863 __u32 old_type = sc->sm->sm_type; local
882 sc->sm->sm_type = old_type;
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_host.c1406 int old_type, dir_in, i; local
1409 old_type = USB_ENDPOINT_XFER_CONTROL;
1432 dir_in = (pipe_configs[i].type == old_type);
1433 old_type = pipe_configs[i].type;
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c267 u8 new_type, old_type; local
284 old_type = cache_map[i].type;
286 if (cache_map[i].fixed || new_type == old_type) {
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c322 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; local
352 iwl_fw_set_current_image(&mvm->fwrt, old_type);
425 iwl_fw_set_current_image(&mvm->fwrt, old_type);
431 iwl_fw_set_current_image(&mvm->fwrt, old_type);
442 iwl_fw_set_current_image(&mvm->fwrt, old_type);
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1037 enum nl80211_iftype old_type; local
1061 old_type = rtw_wdev->iftype;
1063 if (old_type != type) {
1086 rtw_wdev->iftype = old_type;
1610 enum nl80211_iftype old_type; local
1613 old_type = rtw_wdev->iftype;
1624 rtw_wdev->iftype = old_type;
/linux-master/drivers/dma/idxd/
H A Dsysfs.c905 enum idxd_wq_type old_type; local
910 old_type = wq->type;
921 if (wq->type != old_type)
/linux-master/drivers/tty/serial/
H A Dserial_core.c932 unsigned int old_type, old_iotype, old_hub6, old_shift; local
936 old_type = uport->type;
944 if (old_type != PORT_UNKNOWN && uport->ops->release_port)
970 uport->type = old_type;
976 if (old_type != PORT_UNKNOWN) {
/linux-master/fs/bcachefs/
H A Dalloc_background.c638 enum bch_bkey_type old_type = !set ? KEY_TYPE_set : KEY_TYPE_deleted; local
677 bch2_trans_inconsistent_on(old.k->type != old_type, trans,
685 bch2_bkey_types[old_type],
/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c835 u8 old_type = rg->type; local
861 rg->type = old_type;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2404 u32 old_type = p->type; local
2412 p->type = old_type;
2420 u32 old_type = p->type; local
2428 p->type = old_type;
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1588 int old_type = rg->type; local
1596 if (old_size == size && old_type == type)
/linux-master/fs/
H A Dnamei.c4927 int old_type, new_type; local
4945 &old_last, &old_type);
4959 if (old_type != LAST_NORM)
/linux-master/include/net/
H A Dtcp.h1198 struct tcp_congestion_ops *old_type);

Completed in 589 milliseconds