Searched refs:port_initialized (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Dsdi.c47 bool port_initialized; member in struct:__anon11192
438 sdi.port_initialized = true; sdi_init_port()
450 if (!sdi.port_initialized) sdi_uninit_port()
H A Ddpi.c58 bool port_initialized; member in struct:dpi_data
881 dpi->port_initialized = true; dpi_init_port()
895 if (!dpi->port_initialized) dpi_uninit_port()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Defx.c1066 efx->port_initialized = true; efx_init_port()
1129 if (!efx->port_initialized) efx_fini_port()
1133 efx->port_initialized = false; efx_fini_port()
2506 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && efx_reset_down()
2536 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && efx_reset_up()
2572 efx->port_initialized = false; efx_reset_up()
H A Dnet_driver.h863 * @port_initialized: Port initialized?
1002 bool port_initialized; member in struct:efx_nic

Completed in 134 milliseconds