Home
last modified time | relevance | path

Searched defs:args (Results 276 – 300 of 2468) sorted by relevance

1...<<11121314151617181920>>...99

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgp2p.h153 #define CFGP2P_ERR_MSG(x, args...) \ argument
162 #define CFGP2P_INFO_MSG(x, args...) \ argument
171 #define CFGP2P_ACTION_MSG(x, args...) \ argument
181 #define CFGP2P_ERR_MSG(x, args...) \ argument
188 #define CFGP2P_INFO_MSG(x, args...) \ argument
195 #define CFGP2P_ACTION_MSG(x, args...) \ argument
204 #define CFGP2P_DBG_MSG(x, args...) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddigraph.h148 const dump_args_t &args) const in dump_dot_to_pp()
199 const dump_args_t &args) const in dump_dot_to_file()
217 const dump_args_t &args) const in dump_dot()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dctrl.c39 } *args = data; in nvkm_control_mthd_pstate_info() local
72 } *args = data; in nvkm_control_mthd_pstate_attr() local
145 } *args = data; in nvkm_control_mthd_pstate_user() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddigraph.h148 const dump_args_t &args) const in dump_dot_to_pp()
199 const dump_args_t &args) const in dump_dot_to_file()
217 const dump_args_t &args) const in dump_dot()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A Dv3d_bo.c172 struct drm_v3d_create_bo *args = data; in v3d_create_bo_ioctl() local
196 struct drm_v3d_mmap_bo *args = data; in v3d_mmap_bo_ioctl() local
219 struct drm_v3d_get_bo_offset *args = data; in v3d_get_bo_offset_ioctl() local
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
H A Dbpf_test_run.h29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dcio_debug.h16 #define CIO_MSG_EVENT(imp, args...) do { \ argument
20 #define CIO_CRW_EVENT(imp, args...) do { \ argument
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dhypcall.c33 const unsigned long *args, unsigned long *hret) in kvm_mips_hypercall()
42 unsigned long num, args[MAX_HYPCALL_ARGS]; in kvm_mips_handle_hypcall() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_kernel_core.c983 _mali_osk_errcode_t _mali_ukk_get_api_version(_mali_uk_get_api_version_s *args) in _mali_ukk_get_api_version()
1001 _mali_osk_errcode_t _mali_ukk_get_api_version_v2(_mali_uk_get_api_version_v2_s *args) in _mali_ukk_get_api_version_v2()
1019 _mali_osk_errcode_t _mali_ukk_wait_for_notification(_mali_uk_wait_for_notification_s *args) in _mali_ukk_wait_for_notification()
1056 _mali_osk_errcode_t _mali_ukk_post_notification(_mali_uk_post_notification_s *args) in _mali_ukk_post_notification()
1086 _mali_osk_errcode_t _mali_ukk_pending_submit(_mali_uk_pending_submit_s *args) in _mali_ukk_pending_submit()
1105 _mali_osk_errcode_t _mali_ukk_request_high_priority(_mali_uk_request_high_priority_s *args) in _mali_ukk_request_high_priority()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.c89 #define PRINTK3(args...) printf(args) argument
91 #define PRINTK3(args...) argument
95 #define PRINTK2(args...) printf(args) argument
97 #define PRINTK2(args...) argument
101 #define PRINTK(args...) printf(args) argument
103 #define PRINTK(args...) argument
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Dstorage_common.h18 #define VLDBG(lun, fmt, args...) do { } while (0) argument
21 #define _LMSG(func, lun, fmt, args...) \ argument
30 #define LDBG(lun, fmt, args...) _LMSG(pr_debug, lun, fmt, ## args) argument
31 #define LERROR(lun, fmt, args...) _LMSG(pr_err, lun, fmt, ## args) argument
32 #define LWARN(lun, fmt, args...) _LMSG(pr_warn, lun, fmt, ## args) argument
33 #define LINFO(lun, fmt, args...) _LMSG(pr_info, lun, fmt, ## args) argument
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dcore.c14 va_list args) in __base_pr()
24 va_list args; in libperf_print() local
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dgraph-tool44 def find_paths(args): argument
53 def filter_graph(args): argument
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.h89 #define ASL_LOG(level, subsystem, msg, args ...) xq_asl_log(level, subsystem, \ argument
94 #define DEBUG_LOG(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, \ argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/compress/
H A Dzstd.py11 def open(*args, **kwargs):
16 def __init__(self, *args, num_threads=1, compresslevel=3, **kwargs):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py19 def handle(self, *args, **options):
59 def error(self, *args):
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.h28 #define debug(fmt,args...) printf (fmt ,##args) argument
30 #define debug(fmt,args...) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c106 struct drm_nouveau_svm_bind *args = data; in nouveau_svmm_bind() local
319 struct drm_nouveau_svm_init *args = data; in nouveau_svmm_init() local
516 struct nouveau_pfnmap_args *args) in nouveau_hmm_convert_pfn()
564 struct nouveau_pfnmap_args *args, u32 size, in nouveau_range_fault()
628 } args; in nouveau_svm_fault() local
792 struct nouveau_pfnmap_args *args; in nouveau_pfns_alloc() local
808 struct nouveau_pfnmap_args *args = nouveau_pfns_to_args(pfns); in nouveau_pfns_free() local
817 struct nouveau_pfnmap_args *args = nouveau_pfns_to_args(pfns); in nouveau_pfns_map() local
875 struct nvif_clb069_v0 args = {}; in nouveau_svm_fault_buffer_ctor() local
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep.h57 #define iep_debug(level, fmt, args...) \ argument
64 #define iep_debug(level, fmt, args...) argument
70 #define iep_err(fmt, args...) \ argument
76 #define IEP_DBG(format, args...) printk("%s: " format, DRIVER_NAME, ## args) argument
78 #define IEP_DBG(format, args...) argument
83 #define IEP_INFO(format, args...) \ argument
86 #define IEP_INFO(format, args...) argument
89 #define IEP_ERR(format, args...) printk(KERN_ERR "%s: " format, DRIVER_NAME, ## args) argument
90 #define IEP_WARNING(format, args...) printk(KERN_WARNING "%s: " format, DRIVER_NAME, ## args) argument
/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dsnic.h144 #define SNIC_MAIN_DBG(host, fmt, args...) \ argument
148 #define SNIC_SCSI_DBG(host, fmt, args...) \ argument
152 #define SNIC_DISC_DBG(host, fmt, args...) \ argument
156 #define SNIC_ISR_DBG(host, fmt, args...) \ argument
160 #define SNIC_HOST_ERR(host, fmt, args...) \ argument
163 #define SNIC_HOST_INFO(host, fmt, args...) \ argument
166 #define SNIC_INFO(fmt, args...) \ argument
169 #define SNIC_DBG(fmt, args...) \ argument
172 #define SNIC_ERR(fmt, args...) \ argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcontext.py98 def _process_args(self, logger, args): argument
122 def _display_sdk_envs(self, log, args, sdk_envs): argument
129 def run(self, logger, args): argument
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dvp7045.c21 #define deb_info(args...) dprintk(dvb_usb_vp7045_debug,0x01,args) argument
22 #define deb_xfer(args...) dprintk(dvb_usb_vp7045_debug,0x02,args) argument
23 #define deb_rc(args...) dprintk(dvb_usb_vp7045_debug,0x04,args) argument
/OK3568_Linux_fs/kernel/arch/mips/oprofile/
H A Dop_model_loongson2.c87 static void loongson2_cpu_setup(void *args) in loongson2_cpu_setup()
92 static void loongson2_cpu_start(void *args) in loongson2_cpu_start()
99 static void loongson2_cpu_stop(void *args) in loongson2_cpu_stop()
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_mem.c21 struct rknpu_mem_create args; in rknpu_mem_create_ioctl() local
195 struct rknpu_mem_destroy args; in rknpu_mem_destroy_ioctl() local
294 struct rknpu_mem_sync args; in rknpu_mem_sync_ioctl() local

1...<<11121314151617181920>>...99