Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dsdi.c46 bool port_initialized; member
419 sdi.port_initialized = true; in sdi_init_port()
431 if (!sdi.port_initialized) in sdi_uninit_port()
Ddpi.c57 bool port_initialized; member
863 dpi->port_initialized = true; in dpi_init_port()
877 if (!dpi->port_initialized) in dpi_uninit_port()
/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.c1040 efx->port_initialized = true; in efx_init_port()
1103 if (!efx->port_initialized) in efx_fini_port()
1107 efx->port_initialized = false; in efx_fini_port()
2396 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE) in efx_reset_down()
2425 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE) { in efx_reset_up()
2447 efx->port_initialized = false; in efx_reset_up()
Dnet_driver.h1015 bool port_initialized; member