Searched refs:is_initialized (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/staging/most/hdm-dim2/
H A Ddim2_hdm.c65 * @is_initialized: identifier to know whether the channel is initialized
74 bool is_initialized; member in struct:hdm_channel
241 BUG_ON(!hdm_ch->is_initialized); try_start_dim_transfer()
339 BUG_ON(!hdm_ch->is_initialized); service_done_flag()
408 if (dev->hch[ch_idx].is_initialized) get_active_channels()
429 if (!dev->hch[ch_idx].is_initialized) dim2_tasklet_fn()
534 if (hdm_ch->is_initialized) configure_channel()
608 hdm_ch->is_initialized = true; configure_channel()
638 if (!hdm_ch->is_initialized) enqueue()
707 if (!hdm_ch->is_initialized) poison_channel()
712 hdm_ch->is_initialized = false; poison_channel()
800 hdm_ch->is_initialized = false; dim2_probe()
/linux-4.4.14/drivers/staging/rdma/ehca/
H A Dehca_eq.c66 eq->is_initialized = 0; ehca_create_eq()
142 eq->is_initialized = 1; ehca_create_eq()
175 eq->is_initialized = 0; ehca_destroy_eq()
H A Dehca_classes.h82 int is_initialized; member in struct:ehca_eq
H A Dehca_main.c980 if (shca->eq.is_initialized) { ehca_poll_eqs()
/linux-4.4.14/drivers/media/i2c/cx25840/
H A Dcx25840-core.h71 int is_initialized; member in struct:cx25840_state
H A Dcx25840-core.c1649 if (!state->is_initialized) { cx25840_load_fw()
1651 state->is_initialized = 1; cx25840_load_fw()
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-av-core.h108 int is_initialized; member in struct:cx18_av_state
H A Dcx18-av-core.c279 if (!state->is_initialized) { cx18_av_load_fw()
281 state->is_initialized = 1; cx18_av_load_fw()
/linux-4.4.14/drivers/usb/host/
H A Duhci-hcd.c454 if (unlikely(!uhci->is_initialized)) /* not yet configured */ uhci_irq()
524 uhci->is_initialized = 0; release_uhci()
671 uhci->is_initialized = 1; uhci_start()
H A Duhci-debug.c575 if (uhci->is_initialized) uhci_debug_open()
H A Duhci-hcd.h418 unsigned int is_initialized:1; /* Data structure is usable */ member in struct:uhci_hcd
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c662 static int is_initialized; init_intel_cacheinfo() local
664 if (is_initialized == 0) { init_intel_cacheinfo()
667 is_initialized++; init_intel_cacheinfo()
/linux-4.4.14/drivers/mtd/nand/
H A Datmel_nand.c106 bool is_initialized; member in struct:atmel_nfc
2137 if (nand_nfc.is_initialized) { atmel_nand_probe()
2369 nfc->is_initialized = true; atmel_nand_nfc_probe()

Completed in 670 milliseconds