Home
last modified time | relevance | path

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

/drivers/power/
Dmax8903_charger.c86 enum power_supply_type old_type; in max8903_dcin() local
107 old_type = data->psy.type; in max8903_dcin()
116 if (old_type != data->psy.type) in max8903_dcin()
127 enum power_supply_type old_type; in max8903_usbin() local
146 old_type = data->psy.type; in max8903_usbin()
155 if (old_type != data->psy.type) in max8903_usbin()
/drivers/net/wireless/iwlwifi/
Diwl-ucode.c455 enum iwl_ucode_type old_type; in iwl_load_ucode_wait_alive() local
457 old_type = priv->shrd->ucode_type; in iwl_load_ucode_wait_alive()
471 priv->shrd->ucode_type = old_type; in iwl_load_ucode_wait_alive()
483 priv->shrd->ucode_type = old_type; in iwl_load_ucode_wait_alive()
489 priv->shrd->ucode_type = old_type; in iwl_load_ucode_wait_alive()
501 priv->shrd->ucode_type = old_type; in iwl_load_ucode_wait_alive()
513 priv->shrd->ucode_type = old_type; in iwl_load_ucode_wait_alive()
/drivers/usb/renesas_usbhs/
Dmod_host.c1393 int old_type, dir_in, i; in usbhsh_pipe_init_for_host() local
1396 old_type = USB_ENDPOINT_XFER_CONTROL; in usbhsh_pipe_init_for_host()
1419 dir_in = (pipe_type[i] == old_type); in usbhsh_pipe_init_for_host()
1420 old_type = pipe_type[i]; in usbhsh_pipe_init_for_host()
/drivers/tty/serial/
Dserial_core.c780 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local
784 old_type = uport->type; in uart_set_info()
792 if (old_type != PORT_UNKNOWN) in uart_set_info()
816 if (retval && old_type != PORT_UNKNOWN) { in uart_set_info()
818 uport->type = old_type; in uart_set_info()
/drivers/net/wan/lmc/
Dlmc_main.c172 u16 old_type = sc->if_type; in lmc_ioctl() local
186 if (new_type == old_type) in lmc_ioctl()
/drivers/video/omap/
Domapfb_main.c877 u8 old_type = rg->type; in omapfb_setup_mem() local
903 rg->type = old_type; in omapfb_setup_mem()
/drivers/video/omap2/omapfb/
Domapfb-main.c1598 int old_type = rg->type; in omapfb_realloc_fbmem() local
1606 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()