/linux/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); 20 extern u64 e820__range_update_table(struct e820_table *t, u64 start, u64 size, enum e820_type old_type, enum e820_type new_type);
|
/linux/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()
|
/linux/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 301 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive() 311 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 323 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 329 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive() 344 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
|
/linux/arch/x86/kernel/ |
H A D | e820.c | 462 __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 468 BUG_ON(old_type == new_type); in __e820__range_update() 475 e820_print_type(old_type); in __e820__range_update() 485 if (entry->type != old_type) in __e820__range_update() 529 u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update() argument 531 return __e820__range_update(e820_table, start, size, old_type, new_type); in e820__range_update() 535 enum e820_type old_type, enum e820_type new_type) in e820__range_update_table() argument 537 return __e820__range_update(t, start, size, old_type, new_type); in e820__range_update_table() 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/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()
|
/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 269 u8 new_type, old_type; in add_map_entry() local 286 old_type = cache_map[i].type; in add_map_entry() 288 if (cache_map[i].fixed || new_type == old_type) { in add_map_entry()
|
/linux/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()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 301 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local 328 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 401 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 407 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 420 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
|
/linux/fs/xfs/scrub/ |
H A D | alloc_repair.c | 916 __u32 old_type = sc->sm->sm_type; in xrep_revalidate_allocbt() local 932 sc->sm->sm_type = old_type; in xrep_revalidate_allocbt()
|
H A D | ialloc_repair.c | 856 __u32 old_type = sc->sm->sm_type; in xrep_revalidate_iallocbt() local 875 sc->sm->sm_type = old_type; in xrep_revalidate_iallocbt()
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 1026 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 1050 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 1052 if (old_type != type) { in cfg80211_rtw_change_iface() 1075 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 1600 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 1603 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 1614 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
/linux/drivers/tty/serial/ |
H A D | serial_core.c | 843 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_change_port() local 848 old_type = uport->type; in uart_change_port() 853 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_change_port() 875 uport->type = old_type; in uart_change_port() 881 if (old_type == PORT_UNKNOWN) in uart_change_port()
|
/linux/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()
|
/linux/drivers/video/fbdev/omap/ |
H A D | omapfb_main.c | 837 u8 old_type = rg->type; in omapfb_setup_mem() local 863 rg->type = old_type; in omapfb_setup_mem()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 2492 u32 old_type = p->type; in v4l_g_selection() local 2500 p->type = old_type; in v4l_g_selection() 2508 u32 old_type = p->type; in v4l_s_selection() local 2516 p->type = old_type; in v4l_s_selection()
|
/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1588 int old_type = rg->type; in omapfb_realloc_fbmem() local 1596 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()
|
/linux/fs/ |
H A D | namei.c | 5176 int old_type, new_type; in do_renameat2() local 5197 &old_last, &old_type); in do_renameat2() 5211 if (old_type != LAST_NORM) in do_renameat2()
|