| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
| H A D | checksettings.py | 24 args = "" variable in Command 27 def __init__(self, *args, **kwargs):
|
| /OK3568_Linux_fs/u-boot/drivers/power/domain/ |
| H A D | power-domain-uclass.c | 20 struct ofnode_phandle_args *args) in power_domain_of_xlate_default() 36 struct ofnode_phandle_args args; in power_domain_get() local
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | procattr.c | 78 static char *split_token_from_name(const char *op, char *args, u64 *token) in split_token_from_name() 102 int aa_setprocattr_changehat(char *args, size_t size, int flags) in aa_setprocattr_changehat()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | dtt200u.h | 17 #define deb_info(args...) dprintk(dvb_usb_dtt200u_debug,0x01,args) argument 18 #define deb_xfer(args...) dprintk(dvb_usb_dtt200u_debug,0x02,args) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | ix2505v.c | 16 #define dprintk(level, args...) do { \ argument 21 #define deb_info(args...) dprintk(0x01, args) argument 22 #define deb_i2c(args...) dprintk(0x02, args) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/ |
| H A D | minmax.hpp | 21 typename std::enable_if_t<std::is_arithmetic<T>::value, T> max(T a, T b, Ts... args) { in max() 36 typename std::enable_if_t<std::is_arithmetic<T>::value, T> min(T a, T b, Ts... args) { in min()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_ts.c | 51 u32 vidtv_ts_null_write_into(struct null_packet_write_args args) in vidtv_ts_null_write_into() 86 u32 vidtv_ts_pcr_write_into(struct pcr_write_args args) in vidtv_ts_pcr_write_into()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | deploy.py | 138 def deploy(args, config, basepath, workspace): argument 270 def undeploy(args, config, basepath, workspace): argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_misc.c | 26 va_list args; in _mali_osk_dbgmsg() local 36 va_list args; in _mali_osk_snprintf() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | fwcall.c | 22 static void __efi_runtime hvc_call(struct pt_regs *args) in hvc_call() 56 void __efi_runtime smc_call(struct pt_regs *args) in smc_call()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 58 def do_layerindex_fetch(self, args): argument 211 def do_layerindex_show_depends(self, args): argument
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | stdio.h | 39 static inline int vprintf(const char *fmt, va_list args) in vprintf() 56 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) argument
|
| H A D | amp.h | 12 #define AMP_I(fmt, args...) printf("AMP: "fmt, ##args) argument 13 #define AMP_E(fmt, args...) printf("AMP Error: "fmt, ##args) argument
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | i8042.h | 70 #define filter_dbg(filter, data, format, args...) \ argument 88 #define filter_dbg(filter, data, format, args...) do { } while (0) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | math.h | 264 #define __MATHCALL_VEC(function, suffix, args) \ argument 268 #define __MATHDECL_VEC(type, function,suffix, args) \ argument 272 #define __MATHCALL(function,suffix, args) \ argument 274 #define __MATHDECL(type, function,suffix, args) \ argument 277 #define __MATHCALLX(function,suffix, args, attrib) \ argument 279 #define __MATHDECLX(type, function,suffix, args, attrib) \ argument 282 #define __MATHDECL_1_IMPL(type, function, suffix, args) \ argument 284 #define __MATHDECL_1(type, function, suffix, args) \ argument 288 #define __MATHDECL_ALIAS(type, function, suffix, args, alias) \ argument 291 #define __MATHREDIR(type, function, suffix, args, to) \ argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | math.h | 264 #define __MATHCALL_VEC(function, suffix, args) \ argument 268 #define __MATHDECL_VEC(type, function,suffix, args) \ argument 272 #define __MATHCALL(function,suffix, args) \ argument 274 #define __MATHDECL(type, function,suffix, args) \ argument 277 #define __MATHCALLX(function,suffix, args, attrib) \ argument 279 #define __MATHDECLX(type, function,suffix, args, attrib) \ argument 282 #define __MATHDECL_1_IMPL(type, function, suffix, args) \ argument 284 #define __MATHDECL_1(type, function, suffix, args) \ argument 288 #define __MATHDECL_ALIAS(type, function, suffix, args, alias) \ argument 291 #define __MATHREDIR(type, function, suffix, args, to) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_domain.c | 221 struct drm_i915_gem_caching *args = data; in i915_gem_get_caching_ioctl() local 255 struct drm_i915_gem_caching *args = data; in i915_gem_set_caching_ioctl() local 445 struct drm_i915_gem_set_domain *args = data; in i915_gem_set_domain_ioctl() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | stdio.c | 146 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() 331 va_list args; in sprintf() local 345 va_list args; in printf() local
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/tui/ |
| H A D | util.c | 244 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning() 261 static int perf_tui__error(const char *format, va_list args) in perf_tui__error() 266 static int perf_tui__warning(const char *format, va_list args) in perf_tui__warning()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/ |
| H A D | concurrencytest.py | 62 def _add_result_with_semaphore(self, method, test, *args, **kwargs): 90 def _addResult(self, method, test, *args, exception = False, **kwargs): 117 def _addResult(self, method, test, *args, exception = False, **kwargs): 131 def _addResult(self, method, test, *args, exception = False, **kwargs):
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | kprobes.c | 154 struct swap_insn_args *args = data; in swap_instruction() local 166 struct swap_insn_args args = {.p = p, .arm_kprobe = 1}; in arch_arm_kprobe() local 174 struct swap_insn_args args = {.p = p, .arm_kprobe = 0}; in arch_disarm_kprobe() local 504 struct die_args *args = (struct die_args *) data; in kprobe_exceptions_notify() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_render_cl.c | 127 struct drm_vc4_submit_cl *args = exec->args; in emit_tile() local 256 struct drm_vc4_submit_cl *args = exec->args; in vc4_create_rcl_bo() local 387 struct drm_vc4_submit_cl *args = exec->args; in vc4_full_res_bounds_check() local 597 struct drm_vc4_submit_cl *args = exec->args; in vc4_get_rcl() local
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_common.h | 142 #define FTS_DEBUG(fmt, args...) do { \ argument 154 #define FTS_DEBUG(fmt, args...) argument 159 #define FTS_INFO(fmt, args...) do { \ argument 163 #define FTS_ERROR(fmt, args...) do { \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_usif.c | 128 } *args = data; in usif_notify_new() local 173 } *args = data; in usif_notify_del() local 196 } *args = data; in usif_notify_get() local 233 } *args = data; in usif_notify_put() local 270 } *args = data; in usif_object_new() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_cpp.h | 21 #define nfp_err(cpp, fmt, args...) \ argument 23 #define nfp_warn(cpp, fmt, args...) \ argument 25 #define nfp_info(cpp, fmt, args...) \ argument 27 #define nfp_dbg(cpp, fmt, args...) \ argument 29 #define nfp_printk(level, cpp, fmt, args...) \ argument
|