Home
last modified time | relevance | path

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

/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()
/linux/fs/xfs/scrub/
H A Dialloc_repair.c856 __u32 old_type = sc->sm->sm_type; in xrep_revalidate_iallocbt() local
875 sc->sm->sm_type = old_type; in xrep_revalidate_iallocbt()
H A Dalloc_repair.c916 __u32 old_type = sc->sm->sm_type; in xrep_revalidate_allocbt() local
932 sc->sm->sm_type = old_type; in xrep_revalidate_allocbt()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1026 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 Dserial_core.c838 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_change_port() local
843 old_type = uport->type; in uart_change_port()
848 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_change_port()
870 uport->type = old_type; in uart_change_port()
876 if (old_type == PORT_UNKNOWN) in uart_change_port()
/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()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1588 int old_type = rg->type; in omapfb_realloc_fbmem() local
1596 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()
/linux/include/net/
H A Dtcp.h1298 struct tcp_congestion_ops *old_type);