/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_2835_arm.c | 33 int inited; member 184 platform_state->inited = 1; in vchiq_platform_init_state() 188 platform_state->inited = 0; in vchiq_platform_init_state() 200 WARN_ON_ONCE(!platform_state->inited); in vchiq_platform_get_arm_state()
|
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 527 if (!vcx->inited) { in lwsl_refcount_cx() 528 vcx->inited = 1; in lwsl_refcount_cx() 530 vcx->inited = 2; in lwsl_refcount_cx() 532 while (vcx->inited != 2) in lwsl_refcount_cx()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.h | 54 bool inited; member
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi.cpp | 77 int32_t Wifi::IsInit(bool& inited) in IsInit() argument 79 inited = runState_ != RunState::STOPPED; in IsInit()
|
H A D | wifi.h | 45 int32_t IsInit(bool& inited) override;
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | commonring.c | 37 if (!commonring->inited) { in brcmf_commonring_config() 39 commonring->inited = true; in brcmf_commonring_config()
|
H A D | commonring.h | 28 bool inited; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | commonring.c | 37 if (!commonring->inited) { in brcmf_commonring_config() 39 commonring->inited = true; in brcmf_commonring_config()
|
H A D | commonring.h | 28 bool inited; member
|
/drivers/peripheral/codec/hal/include/ |
H A D | codec_config_parser.h | 83 bool inited; member
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 652 bool inited = false; in snd_hdac_stream_timecounter_init() local 657 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_timecounter_init() 658 if (!inited) { in snd_hdac_stream_timecounter_init() 659 inited = true; in snd_hdac_stream_timecounter_init()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 661 bool inited = false; in snd_hdac_stream_timecounter_init() local 666 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_timecounter_init() 667 if (!inited) { in snd_hdac_stream_timecounter_init() 668 inited = true; in snd_hdac_stream_timecounter_init()
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 191 static bool inited = false; in init_shim() local 195 if (inited) in init_shim() 201 inited = true; in init_shim()
|
/third_party/backends/backend/ |
H A D | test.c | 77 static SANE_Bool inited = SANE_FALSE; variable 1663 if (inited) in sane_init() 1664 DBG (3, "sane_init: warning: already inited\n"); in sane_init() 1885 inited = SANE_TRUE; in sane_init() 1914 if (!inited) in sane_exit() 1916 DBG (1, "sane_exit: not inited, call sane_init() first\n"); in sane_exit() 1935 inited = SANE_FALSE; in sane_exit() 1946 if (!inited) in sane_get_devices() 1948 DBG (1, "sane_get_devices: not inited, call sane_init() first\n"); in sane_get_devices() 1969 if (!inited) in sane_open() [all...] |
H A D | dll.c | 201 u_int inited:1; /* has the backend been initialized? */ member 228 0 /* inited */, \ 711 be->inited = 1; in init() 1034 if (be->inited) in sane_exit() 1074 be->inited = 0; in sane_exit() 1137 if (!be->inited) in sane_get_devices() 1330 if (!be->inited) in sane_open()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | st.h | 174 unsigned char inited; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | st.h | 171 unsigned char inited; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | wow.c | 540 pno_req->inited = true; in rtw_wow_check_pno() 771 if (rtw_wow->pno_req.inited) in rtw_wow_vif_iter() 818 if (pno_req->inited) { in rtw_wow_clear_wakeups()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | wow.c | 563 pno_req->inited = true; in rtw_wow_check_pno() 795 if (rtw_wow->pno_req.inited) in rtw_wow_vif_iter() 842 if (pno_req->inited) { in rtw_wow_clear_wakeups()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_pthread.cpp | 749 if (once->inited) in dng_pthread_once() 755 once->inited = 1; in dng_pthread_once() 759 while (!once->inited) in dng_pthread_once()
|
H A D | dng_pthread.h | 79 int inited; member
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/ |
H A D | vulkan_example.h | 138 bool inited = false; member in vkExample::VulkanExample
|
/drivers/peripheral/sensor/chipset/gas/ |
H A D | gas_bme688_driver.h | 288 int8_t inited; member
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_config_parser.c | 377 caps->inited = true; in LoadCodecCapabilityFromHcs() 404 caps->inited = false; in ClearCapabilityGroup()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/ |
H A D | loongson_drv.c | 249 ldev->inited = true; in loongson_drm_load() 283 ldev->inited = false; in loongson_drm_unload()
|