Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dsdi.c36 bool port_initialized; member
426 sdi.port_initialized = true; in sdi_init_port()
438 if (!sdi.port_initialized) in sdi_uninit_port()
H A Ddpi.c47 bool port_initialized; member
869 dpi->port_initialized = true; in dpi_init_port()
883 if (!dpi->port_initialized) in dpi_uninit_port()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c155 efx->port_initialized = true; in efx_init_port()
174 if (!efx->port_initialized) in efx_fini_port()
177 efx->port_initialized = false; in efx_fini_port()
H A Defx_common.c768 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_siena_reset_up()
803 efx->port_initialized = false; in efx_siena_reset_up()
H A Dnet_driver.h1037 bool port_initialized; member
/linux/drivers/net/ethernet/sfc/
H A Defx.c145 efx->port_initialized = true; in efx_init_port()
164 if (!efx->port_initialized) in efx_fini_port()
167 efx->port_initialized = false; in efx_fini_port()
H A Defx_common.c758 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_reset_up()
794 efx->port_initialized = false; in efx_reset_up()
H A Dnet_driver.h1080 bool port_initialized; member
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1054 efx->port_initialized = true; in ef4_init_port()
1117 if (!efx->port_initialized) in ef4_fini_port()
1121 efx->port_initialized = false; in ef4_fini_port()
2353 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in ef4_reset_down()
2380 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in ef4_reset_up()
2406 efx->port_initialized = false; in ef4_reset_up()
H A Dnet_driver.h849 bool port_initialized; member