Home
last modified time | relevance | path

Searched refs:work_name (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service_linux.h772 char work_name[32]; member
780 strcpy(pwork->work_name, name); in _config_workitem_cpu()
786 pwork->pwkq = alloc_workqueue(pwork->work_name, WQ_HIGHPRI, 0); in _init_workitem_cpu()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_linux.h756 char *work_name, u8 cpu_id) in _os_workitem_config_cpu() argument
758 _config_workitem_cpu(workitem, work_name, cpu_id); in _os_workitem_config_cpu()