Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ducode.c298 enum iwl_ucode_type old_type; in iwl_load_ucode_wait_alive() local
305 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive()
315 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
327 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
333 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
348 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
/openbmc/linux/drivers/power/supply/
H A Dmax8903_charger.c85 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()
/openbmc/linux/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_typ…
19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
/openbmc/linux/arch/x86/kernel/
H A De820.c463 __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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch222 + int old_type = buf->rand_type;
223 + if (old_type == TYPE_0)
226 + old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type;
279 + int old_type;
287 + old_type = buf->rand_type;
289 + if (old_type == TYPE_0)
292 + old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type;
/openbmc/linux/kernel/events/
H A Dhw_breakpoint.c625 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()
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()
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c264 u8 new_type, old_type; in add_map_entry() local
281 old_type = cache_map[i].type; in add_map_entry()
283 if (cache_map[i].fixed || new_type == old_type) { in add_map_entry()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A 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()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c310 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local
340 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
413 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
419 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()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1037 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local
1061 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface()
1063 if (old_type != type) { in cfg80211_rtw_change_iface()
1086 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface()
1611 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local
1614 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss()
1625 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c932 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local
936 old_type = uport->type; in uart_set_info()
944 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info()
970 uport->type = old_type; in uart_set_info()
976 if (old_type != PORT_UNKNOWN) { in uart_set_info()
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c905 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()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c253 int tss_limit, tss_limit_max, type, old_tss_limit_max, old_type, v1, v2, i; in switch_tss_ra() local
302 old_type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
303 if (old_type & 8) { in switch_tss_ra()
367 if (old_type & 8) { in switch_tss_ra()
/openbmc/linux/drivers/video/fbdev/omap/
H A Domapfb_main.c835 u8 old_type = rg->type; in omapfb_setup_mem() local
861 rg->type = old_type; in omapfb_setup_mem()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2404 u32 old_type = p->type; in v4l_g_selection() local
2412 p->type = old_type; in v4l_g_selection()
2420 u32 old_type = p->type; in v4l_s_selection() local
2428 p->type = old_type; in v4l_s_selection()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1587 int old_type = rg->type; in omapfb_realloc_fbmem() local
1595 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()
/openbmc/linux/fs/
H A Dnamei.c4921 int old_type, new_type; in do_renameat2() local
4939 &old_last, &old_type); in do_renameat2()
4953 if (old_type != LAST_NORM) in do_renameat2()
/openbmc/linux/include/net/
H A Dtcp.h1119 struct tcp_congestion_ops *old_type);