/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_thread.h | 41 #include <linux/kthread.h> 127 oal_kthread_stru *kthread = NULL; in oal_kthread_create() local 131 kthread = kthread_create(pf_threadfn, p_data, "%s", pc_thread_name); in oal_kthread_create() 132 if (IS_ERR_OR_NULL(kthread)) { in oal_kthread_create() 138 uwRet = sched_setscheduler(kthread, thread_param->l_policy, &st_sched_param); in oal_kthread_create() 144 kthread_bind(kthread, thread_param->l_cpuid); in oal_kthread_create() 148 wake_up_process(kthread); in oal_kthread_create() 149 return kthread; in oal_kthread_create() 194 oal_kthread_stru *kthread = NULL; in oal_kthread_create() local 221 kthread in oal_kthread_create() 226 oal_kthread_stop(const oal_kthread_stru *kthread) oal_kthread_stop() argument [all...] |
H A D | oal_sdio_if.h | 39 #include <linux/kthread.h>
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_task.c | 85 功能描述 : kthread初始化接口 267 oal_kthread_stru *kthread = HI_NULL; in frw_task_init() local 279 kthread = oal_kthread_create(g_frw_thread_name, frw_task_thread, in frw_task_init() 281 if (IS_ERR_OR_NULL(kthread)) { in frw_task_init() 285 g_ast_event_task.pst_event_kthread = kthread; in frw_task_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/devicetree/ |
H A D | mali_kbase_config_platform.c | 30 #include <linux/kthread.h>
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_task.c | 23 #include <linux/kthread.h> 39 osal_trace("%s - kthread create error!\n", __FUNCTION__); in osal_kthread_create()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_task.c | 22 #include <linux/kthread.h> 56 osal_printk("%s - kthread create error!\n", __FUNCTION__); in osal_kthread_create()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/product/hi3516cv500/ |
H A D | hdmi_product_define.h | 22 #include <linux/kthread.h>
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/adapter/ |
H A D | hdf_wlan_sdio_adapt.c | 31 #include <linux/kthread.h>
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | hi_drv_mmz.h | 34 #include <linux/kthread.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_model_linux.c | 33 #include <linux/kthread.h>
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_internal.h | 24 #include <linux/kthread.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ipa/ |
H A D | mali_kbase_ipa_simple.c | 30 #include <linux/kthread.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ipa/ |
H A D | mali_kbase_ipa_simple.c | 31 #include <linux/kthread.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/ |
H A D | drm_internal.h | 24 #include <linux/kthread.h>
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_tee_smmu_agent.c | 25 #include <linux/kthread.h> 294 printk("%s(%d) kthread create fail \n", __FUNCTION__, __LINE__); in smmu_tee_agent_run()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_common.h | 21 #include <linux/kthread.h>
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wldev_common.c | 33 #include <linux/kthread.h>
|
H A D | wl_iw.c | 207 struct task_struct *kthread; member 4248 iscan->kthread = NULL; in wl_iw_attach() 4262 iscan->kthread = kthread_run(_iscan_sysioc_thread, iscan, "iscan_sysioc"); in wl_iw_attach() 4263 iscan->sysioc_pid = iscan->kthread->pid; in wl_iw_attach()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_common.h | 21 #include <linux/kthread.h>
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | sdmmc_vendor_storage.c | 24 #include <linux/kthread.h>
|
H A D | rk_fiq_debugger.c | 36 #include <linux/kthread.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-hdcp.c | 21 #include <linux/kthread.h>
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | initramfs.c | 670 #include <linux/kthread.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | sdmmc_vendor_storage.c | 24 #include <linux/kthread.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-hdcp.c | 21 #include <linux/kthread.h>
|