Home
last modified time | relevance | path

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

/drivers/video/fbdev/omap2/dss/
Dsdi.c47 bool port_initialized; member
438 sdi.port_initialized = true; in sdi_init_port()
450 if (!sdi.port_initialized) in sdi_uninit_port()
Ddpi.c58 bool port_initialized; member
881 dpi->port_initialized = true; in dpi_init_port()
895 if (!dpi->port_initialized) in dpi_uninit_port()
/drivers/net/ethernet/sfc/
Defx.c1069 efx->port_initialized = true; in efx_init_port()
1132 if (!efx->port_initialized) in efx_fini_port()
1136 efx->port_initialized = false; in efx_fini_port()
2509 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_reset_down()
2539 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_reset_up()
2575 efx->port_initialized = false; in efx_reset_up()
Dnet_driver.h1002 bool port_initialized; member