| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | ucode.c | 303 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()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | max8903_charger.c | 76 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | e820.c | 463 __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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
| H A D | userfaultfd.patch | 220 + int old_type = buf->rand_type; 221 + if (old_type == TYPE_0) 224 + old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type; 277 + int old_type; 285 + old_type = buf->rand_type; 287 + if (old_type == TYPE_0) 290 + old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type;
|
| /OK3568_Linux_fs/kernel/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_typ… 19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | hw_breakpoint.c | 351 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument 355 __release_bp_slot(bp, old_type); in __modify_bp_slot() 367 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot() 373 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument 378 ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | fw.c | 346 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local 374 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 417 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 423 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 430 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-param-manipulation.h | 253 tree build_new_function_type (tree old_type, bool type_is_original_p); in class()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-param-manipulation.h | 253 tree build_new_function_type (tree old_type, bool type_is_original_p); in class()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/ |
| H A D | ioctl_cfg80211.c | 1276 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 1306 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 1308 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface() 1310 if (old_type != type) in cfg80211_rtw_change_iface() 1335 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 1998 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 2003 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 2016 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
| /OK3568_Linux_fs/kernel/drivers/dma/idxd/ |
| H A D | sysfs.c | 997 enum idxd_wq_type old_type; in wq_type_store() local 1002 old_type = wq->type; in wq_type_store() 1013 if (wq->type != old_type) in wq_type_store()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_core.c | 911 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local 915 old_type = uport->type; in uart_set_info() 923 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info() 949 uport->type = old_type; in uart_set_info() 955 if (old_type != PORT_UNKNOWN) { in uart_set_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 1885 enum nl80211_iftype old_type; local 1931 old_type = rtw_wdev->iftype; 1933 FUNC_NDEV_ARG(ndev), old_type, type); 1935 if(old_type != type) 2000 rtw_wdev->iftype = old_type; 3072 enum nl80211_iftype old_type; local 3079 old_type = rtw_wdev->iftype; 3092 rtw_wdev->iftype = old_type;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 1753 enum nl80211_iftype old_type; local 1787 old_type = rtw_wdev->iftype; 1789 FUNC_NDEV_ARG(ndev), old_type, type); 1791 if (old_type != type) { 1807 } else if (old_type == NL80211_IFTYPE_MONITOR) { 1878 rtw_wdev->iftype = old_type; 3012 enum nl80211_iftype old_type; local 3019 old_type = rtw_wdev->iftype; 3030 rtw_wdev->iftype = old_type;
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/lmc/ |
| H A D | lmc_main.c | 166 u16 old_type = sc->if_type; in lmc_ioctl() local 180 if (new_type == old_type) in lmc_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 1899 enum nl80211_iftype old_type; local 1945 old_type = rtw_wdev->iftype; 1947 FUNC_NDEV_ARG(ndev), old_type, type); 1949 if(old_type != type) 2023 rtw_wdev->iftype = old_type; 3097 enum nl80211_iftype old_type; local 3106 old_type = rtw_wdev->iftype; 3119 rtw_wdev->iftype = old_type;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 1745 enum nl80211_iftype old_type; local 1778 old_type = rtw_wdev->iftype; 1780 FUNC_NDEV_ARG(ndev), old_type, type); 1782 if (old_type != type) { 1850 rtw_wdev->iftype = old_type; 2818 enum nl80211_iftype old_type; local 2827 old_type = rtw_wdev->iftype; 2838 rtw_wdev->iftype = old_type;
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/ |
| H A D | omapfb_main.c | 830 u8 old_type = rg->type; in omapfb_setup_mem() local 856 rg->type = old_type; in omapfb_setup_mem()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 2381 u32 old_type = p->type; in v4l_g_selection() local 2389 p->type = old_type; in v4l_g_selection() 2397 u32 old_type = p->type; in v4l_s_selection() local 2405 p->type = old_type; in v4l_s_selection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 2301 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 2337 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 2339 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface() 2341 if (old_type != type) { in cfg80211_rtw_change_iface() 2357 } else if (old_type == NL80211_IFTYPE_MONITOR) { in cfg80211_rtw_change_iface() 2432 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 3678 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 3687 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 3698 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 2331 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 2368 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 2370 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface() 2372 if (old_type != type) { in cfg80211_rtw_change_iface() 2388 } else if (old_type == NL80211_IFTYPE_MONITOR) { in cfg80211_rtw_change_iface() 2465 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 3728 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 3737 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 3748 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 2323 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 2360 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 2362 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface() 2364 if (old_type != type) { in cfg80211_rtw_change_iface() 2380 } else if (old_type == NL80211_IFTYPE_MONITOR) { in cfg80211_rtw_change_iface() 2457 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 3708 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 3717 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 3728 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 2575 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 2611 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 2613 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface() 2615 if (old_type != type) { in cfg80211_rtw_change_iface() 2631 } else if (old_type == NL80211_IFTYPE_MONITOR) { in cfg80211_rtw_change_iface() 2718 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 4090 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 4099 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 4110 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 2622 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local 2658 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface() 2660 FUNC_NDEV_ARG(ndev), old_type, type); in cfg80211_rtw_change_iface() 2662 if (old_type != type) { in cfg80211_rtw_change_iface() 2689 } else if (old_type == NL80211_IFTYPE_MONITOR) { in cfg80211_rtw_change_iface() 2754 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface() 3959 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local 3968 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss() 3979 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
|