Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Dmax8903_charger.c86 enum power_supply_type old_type; in max8903_dcin() local
107 old_type = data->psy_desc.type; in max8903_dcin()
116 if (old_type != data->psy_desc.type) in max8903_dcin()
127 enum power_supply_type old_type; in max8903_usbin() local
146 old_type = data->psy_desc.type; in max8903_usbin()
155 if (old_type != data->psy_desc.type) in max8903_usbin()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ducode.c330 enum iwl_ucode_type old_type; in iwl_load_ucode_wait_alive() local
337 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive()
347 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
359 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
365 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
380 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
/linux-4.4.14/arch/x86/include/asm/
De820.h23 extern u64 e820_update_range(u64 start, u64 size, unsigned old_type,
25 extern u64 e820_remove_range(u64 start, u64 size, unsigned old_type,
/linux-4.4.14/arch/x86/kernel/
De820.c424 u64 size, unsigned old_type, in __e820_update_range() argument
431 BUG_ON(old_type == new_type); in __e820_update_range()
439 e820_print_type(old_type); in __e820_update_range()
449 if (ei->type != old_type) in __e820_update_range()
492 u64 __init e820_update_range(u64 start, u64 size, unsigned old_type, in e820_update_range() argument
495 return __e820_update_range(&e820, start, size, old_type, new_type); in e820_update_range()
499 unsigned old_type, unsigned new_type) in e820_update_range_saved() argument
501 return __e820_update_range(&e820_saved, start, size, old_type, in e820_update_range_saved()
506 u64 __init e820_remove_range(u64 start, u64 size, unsigned old_type, in e820_remove_range() argument
520 e820_print_type(old_type); in e820_remove_range()
[all …]
/linux-4.4.14/fs/overlayfs/
Ddir.c708 enum ovl_path_type old_type; in ovl_rename2() local
737 old_type = ovl_path_type(old); in ovl_rename2()
739 if (OVL_TYPE_MERGE_OR_LOWER(old_type) && is_dir) in ovl_rename2()
756 if (!OVL_TYPE_UPPER(new_type) && !OVL_TYPE_UPPER(old_type)) { in ovl_rename2()
761 if (OVL_TYPE_UPPER(new_type) && OVL_TYPE_UPPER(old_type)) { in ovl_rename2()
790 old_opaque = !OVL_TYPE_PURE_UPPER(old_type); in ovl_rename2()
/linux-4.4.14/fs/ncpfs/
Dncplib_kernel.c902 struct inode *old_dir, const char *old_name, __le16 old_type, in ncp_RenameNSEntry() argument
915 ncp_add_word(server, old_type); /* search attributes */ in ncp_RenameNSEntry()
945 __le16 old_type = cpu_to_le16(0x06); in ncp_ren_or_mov_file_or_subdir() local
948 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type, in ncp_ren_or_mov_file_or_subdir()
952 old_type = cpu_to_le16(0x16); in ncp_ren_or_mov_file_or_subdir()
953 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type, in ncp_ren_or_mov_file_or_subdir()
959 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type, in ncp_ren_or_mov_file_or_subdir()
/linux-4.4.14/kernel/events/
Dhw_breakpoint.c437 int old_type = bp->attr.bp_type; in modify_user_hw_breakpoint() local
464 bp->attr.bp_type = old_type; in modify_user_hw_breakpoint()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dfw.c517 enum iwl_ucode_type old_type = mvm->cur_ucode; in iwl_mvm_load_ucode_wait_alive() local
537 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
554 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
560 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_host.c1419 int old_type, dir_in, i; in usbhsh_pipe_init_for_host() local
1422 old_type = USB_ENDPOINT_XFER_CONTROL; in usbhsh_pipe_init_for_host()
1445 dir_in = (pipe_type[i] == old_type); in usbhsh_pipe_init_for_host()
1446 old_type = pipe_type[i]; in usbhsh_pipe_init_for_host()
/linux-4.4.14/drivers/tty/serial/
Dserial_core.c818 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local
822 old_type = uport->type; in uart_set_info()
830 if (old_type != PORT_UNKNOWN) in uart_set_info()
856 uport->type = old_type; in uart_set_info()
862 if (old_type != PORT_UNKNOWN) { in uart_set_info()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1208 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local
1216 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface()
1218 __func__, ndev->name, old_type, type); in cfg80211_rtw_change_iface()
1220 if (old_type != type) { in cfg80211_rtw_change_iface()
1240 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface()
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_main.c171 u16 old_type = sc->if_type; in lmc_ioctl() local
185 if (new_type == old_type) in lmc_ioctl()
/linux-4.4.14/drivers/video/fbdev/omap/
Domapfb_main.c865 u8 old_type = rg->type; in omapfb_setup_mem() local
891 rg->type = old_type; in omapfb_setup_mem()
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1601 int old_type = rg->type; in omapfb_realloc_fbmem() local
1609 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()
/linux-4.4.14/fs/
Dnamei.c4319 int old_type, new_type; in SYSCALL_DEFINE5() local
4342 &old_path, &old_last, &old_type, lookup_flags); in SYSCALL_DEFINE5()
4360 if (old_type != LAST_NORM) in SYSCALL_DEFINE5()
/linux-4.4.14/block/
Dcfq-iosched.c3999 enum wl_type_t old_type = cfqq_type(cfqd->active_queue); in cfq_preempt_queue() local
4008 if (old_type != cfqq_type(cfqq)) in cfq_preempt_queue()