Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/most/dim2/
Ddim2.c62 bool is_initialized; member
167 BUG_ON(!hdm_ch->is_initialized); in try_start_dim_transfer()
270 BUG_ON(!hdm_ch->is_initialized); in service_done_flag()
337 if (dev->hch[ch_idx].is_initialized) in get_active_channels()
354 if (dev->atx_idx >= 0 && dev->hch[dev->atx_idx].is_initialized) in dim2_mlb_isr()
374 if (!dev->hch[ch_idx].is_initialized) in dim2_tasklet_fn()
463 if (hdm_ch->is_initialized) in configure_channel()
544 hdm_ch->is_initialized = true; in configure_channel()
575 if (!hdm_ch->is_initialized) in enqueue()
650 if (!hdm_ch->is_initialized) in poison_channel()
[all …]
/kernel/linux/linux-5.10/drivers/usb/host/
Duhci-hcd.c466 if (unlikely(!uhci->is_initialized)) /* not yet configured */ in uhci_irq()
536 uhci->is_initialized = 0; in release_uhci()
674 uhci->is_initialized = 1; in uhci_start()
Duhci-hcd.h422 unsigned int is_initialized:1; /* Data structure is usable */ member
Duhci-debug.c576 if (uhci->is_initialized) in uhci_debug_open()
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/
Dcx25840-core.h92 int is_initialized; member
Dcx25840-core.c2308 state->is_initialized = 1; in cx25840_reset()
2331 if (!state->is_initialized) { in cx25840_load_fw()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcacheinfo.c733 static int is_initialized; in init_intel_cacheinfo() local
735 if (is_initialized == 0) { in init_intel_cacheinfo()
738 is_initialized++; in init_intel_cacheinfo()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
Dcx18-av-core.h94 int is_initialized; member
Dcx18-av-core.c265 if (!state->is_initialized) { in cx18_av_load_fw()
267 state->is_initialized = 1; in cx18_av_load_fw()
/kernel/linux/linux-5.10/drivers/usb/musb/
Dmusb_core.h365 unsigned is_initialized:1; member
Dda8xx.c334 if (!musb->is_initialized) in da8xx_musb_set_mode()
Dmusb_core.c2560 musb->is_initialized = 1; in musb_init_controller()
2930 if (!musb->is_initialized) in musb_runtime_resume()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c92 bool is_initialized; /* Denotes if core was already initialized. */ member
1968 mlxsw_core->is_initialized = true; in __mlxsw_core_bus_device_register()
2054 mlxsw_core->is_initialized = false; in mlxsw_core_bus_device_unregister()
2868 return mlxsw_core->is_initialized; in mlxsw_core_is_initialized()