/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | udisp.c | 87 union nvif_disp_args *args = argv; in nvkm_udisp_new() local 89 if (argc != sizeof(args->v0) || args->v0.version != 0) in nvkm_udisp_new() 101 args->v0.conn_mask = 0; in nvkm_udisp_new() 103 args->v0.conn_mask |= BIT(conn->index); in nvkm_udisp_new() 105 args->v0.outp_mask = 0; in nvkm_udisp_new() 107 args->v0.outp_mask |= BIT(outp->index); in nvkm_udisp_new() 109 args->v0.head_mask = 0; in nvkm_udisp_new() 111 args->v0.head_mask |= BIT(head->id); in nvkm_udisp_new()
|
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
H A D | usbip_common.h | 66 #define err(fmt, args...) \ 69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \ 72 fprintf(stderr, pr_fmt(fmt), "error", ##args); \ 76 #define info(fmt, args...) \ 79 syslog(LOG_INFO, pr_fmt(fmt), "info", ##args); \ 82 fprintf(stderr, pr_fmt(fmt), "info", ##args); \ 86 #define dbg(fmt, args...) \ 90 syslog(LOG_DEBUG, dbg_fmt(fmt), ##args); \ 93 fprintf(stderr, dbg_fmt(fmt), ##args); \
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | timerfdndk.cpp | 34 napi_value args[1] = {nullptr};
in Timerfd_create() local 35 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Timerfd_create() 37 napi_get_value_int32(env, args[0], &valueFirst);
in Timerfd_create() 48 napi_value args[1] = {nullptr};
in Timerfd_gettime() local 49 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Timerfd_gettime() 51 napi_get_value_int32(env, args[0], &valueFirst);
in Timerfd_gettime() 61 napi_value args[1] = {nullptr};
in Timerfd_settime() local 62 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Timerfd_settime() 64 napi_get_value_int32(env, args[0], &valueFirst);
in Timerfd_settime()
|
H A D | unistdndk.cpp | 102 napi_value args[PARAM_2] = {nullptr};
in Setpgid() local 103 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Setpgid() 105 napi_get_value_int32(env, args[PARAM_0], &first);
in Setpgid() 107 napi_get_value_int32(env, args[PARAM_1], &second);
in Setpgid() 119 napi_value args[PARAM_1] = {nullptr};
in Setpgrp() local 120 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Setpgrp() 122 napi_get_value_int32(env, args[PARAM_0], &first);
in Setpgrp() 149 napi_value args[1] = {nullptr};
in GetGroups() local 150 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in GetGroups() 153 napi_get_value_int32(env, args[ in GetGroups() 200 napi_value args[PARAM_1] = {nullptr}; Crypt() local 227 napi_value args[PARAM_1] = {nullptr}; GetSid() local 296 napi_value args[PARAM_1] = {nullptr}; GetOpt() local 403 napi_value args[PARAM_1] = {nullptr}; Sleep() local 426 napi_value args[PARAM_1] = {nullptr}; Swab() local 479 napi_value args[PARAM_1] = {nullptr}; Sysinfo() local 544 napi_value args[PARAM_1] = {nullptr}; Tcsetpgrp() local 566 napi_value args[PARAM_1] = {nullptr}; Tcgetpgrp() local 585 napi_value args[1] = {nullptr}; Read() local 606 napi_value args[PARAM_1] = {nullptr}; Readlink() local 658 napi_value args[PARAM_1] = {nullptr}; Rmdir() local 689 napi_value args[PARAM_1] = {nullptr}; Ttyname() local 728 napi_value args[3] = {nullptr}; Ttyname_r() local 783 napi_value args[PARAM_1] = {nullptr}; Unlink() local 807 napi_value args[PARAM_1] = {nullptr}; Unlinkat() local 831 napi_value args[PARAM_1] = {nullptr}; Usleep() local 997 char *args[3]; Execv() local 1031 napi_value args[PARAM_1] = {nullptr}; Alarm() local 1195 napi_value args[PARAM_1] = {nullptr}; LChOwn() local 1210 napi_value args[PARAM_2] = {nullptr}; Link() local 1231 napi_value args[PARAM_2] = {nullptr}; LinkAt() local 1251 napi_value args[PARAM_1] = {nullptr}; LockF() local 1272 napi_value args[PARAM_1] = {nullptr}; LockF64() local 1507 napi_value args[PARAM_1] = {nullptr}; Nice() local 1582 napi_value args[PARAM_1] = {nullptr}; Pread() local 1745 napi_value args[PARAM_1] = {nullptr}; Sysconf() local 1780 napi_value args[PARAM_1] = {nullptr}; Write() local 1810 napi_value args[PARAM_1] = {nullptr}; Close() local 1828 napi_value args[PARAM_2] = {nullptr}; Copy_file_range() local 1873 napi_value args[PARAM_1] = {nullptr}; Dup() local 1892 napi_value args[PARAM_1] = {nullptr}; Dup2() local 1923 napi_value args[PARAM_1] = {nullptr}; Faccessat() local 1941 napi_value args[PARAM_1] = {nullptr}; Fchdir() local 1965 napi_value args[PARAM_1] = {nullptr}; Fdatasync() local 1984 napi_value args[PARAM_1] = {nullptr}; Fchown() local 2002 napi_value args[PARAM_1] = {nullptr}; Fchownat() local [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | SourceSet.java | 44 public static void main(String[] args) throws IOException { in main() argument 45 if (args.length == 0) { in main() 56 if (args.length >= 2) { in main() 57 if (args[1].equalsIgnoreCase("NFD")) { in main() 59 } else if (args[1].equalsIgnoreCase("NFKD")) { in main() 65 if (args.length >= 3) { in main() 66 if (args[2].equalsIgnoreCase("lower")) { in main() 72 if (args.length > 3) { in main() 75 showSourceSet(args[0], m, lowerFirst); in main()
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 41 struct start_args *args = arg; in start() local 44 void (*notify)(union sigval) = args->sev->sigev_notify_function; in start() 45 union sigval val = args->sev->sigev_value; in start() 47 pthread_barrier_wait(&args->b); in start() 68 struct start_args args; in timer_create() local 102 pthread_barrier_init(&args.b, 0, 2); in timer_create() 103 args.sev = evp; in timer_create() 107 r = pthread_create(&td, &attr, start, &args); in timer_create() 121 pthread_barrier_wait(&args.b); in timer_create()
|
/third_party/python/Include/internal/ |
H A D | pycore_call.h | 17 PyObject *args, 23 PyObject *const *args, 30 PyObject *args, 61 args is a C array for positional arguments. 65 modify args[-1]. 68 are stored in "args" after the positional arguments (note that the number 78 PyObject *const *args, size_t nargsf, in _PyObject_VectorcallTstate() 85 assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0); in _PyObject_VectorcallTstate() 90 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames); in _PyObject_VectorcallTstate() 92 res = func(callable, args, nargs in _PyObject_VectorcallTstate() 77 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwnames) _PyObject_VectorcallTstate() argument 112 _PyObject_FastCallTstate(PyThreadState *tstate, PyObject *func, PyObject *const *args, Py_ssize_t nargs) _PyObject_FastCallTstate() argument [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | external_texture_transform.cc | 56 sem.Get(call_expr->args[0])->As<sem::VariableUser>()) { in Run() 62 call_expr->args.size() != 2) { in Run() 66 << call_expr->args.size() << " parameters"; in Run() 71 call_expr->args.size() != 3) { in Run() 75 << call_expr->args.size() << " parameters"; in Run() 82 auto* externalTextureParam = ctx.Clone(call_expr->args[0]); in Run() 86 auto* coordsParam = ctx.Clone(call_expr->args[1]); in Run() 91 auto* samplerParam = ctx.Clone(call_expr->args[1]); in Run() 92 auto* coordsParam = ctx.Clone(call_expr->args[2]); in Run()
|
/third_party/python/Modules/_sqlite/clinic/ |
H A D | blob.c.h | 43 blob_read(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) in blob_read() argument 54 length = _PyLong_AsInt(args[0]); in blob_read() 121 blob_seek(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) in blob_seek() argument 130 offset = _PyLong_AsInt(args[0]); in blob_seek() 137 origin = _PyLong_AsInt(args[1]); in blob_seek() 198 blob_exit(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) in blob_exit() argument 208 type = args[0]; in blob_exit() 209 val = args[1]; in blob_exit() 210 tb = args[2]; in blob_exit()
|
/third_party/python/Modules/clinic/ |
H A D | _abc.c.h | 62 _abc__abc_register(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _abc__abc_register() argument 71 self = args[0]; in _abc__abc_register() 72 subclass = args[1]; in _abc__abc_register() 93 _abc__abc_instancecheck(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _abc__abc_instancecheck() argument 102 self = args[0]; in _abc__abc_instancecheck() 103 instance = args[1]; in _abc__abc_instancecheck() 124 _abc__abc_subclasscheck(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _abc__abc_subclasscheck() argument 133 self = args[0]; in _abc__abc_subclasscheck() 134 subclass = args[1]; in _abc__abc_subclasscheck()
|
/third_party/python/Lib/unittest/ |
H A D | async_case.py | 46 def addAsyncCleanup(self, func, /, *args, **kwargs): 59 self.addCleanup(*(func, *args), **kwargs) 98 def _callCleanup(self, function, *args, **kwargs): 99 self._callMaybeAsync(function, *args, **kwargs) 101 def _callAsync(self, func, /, *args, **kwargs): 105 func(*args, **kwargs), 109 def _callMaybeAsync(self, func, /, *args, **kwargs): 113 func(*args, **kwargs), 117 return self._asyncioTestContext.run(func, *args, **kwargs)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.c | 142 } args; in nouveau_uvmm_vmm_map() local 149 args.gf100.version = 0; in nouveau_uvmm_vmm_map() 151 args.gf100.vol = 0; in nouveau_uvmm_vmm_map() 153 args.gf100.vol = 1; in nouveau_uvmm_vmm_map() 154 args.gf100.ro = 0; in nouveau_uvmm_vmm_map() 155 args.gf100.priv = 0; in nouveau_uvmm_vmm_map() 156 args.gf100.kind = kind; in nouveau_uvmm_vmm_map() 157 argc = sizeof(args.gf100); in nouveau_uvmm_vmm_map() 165 &args, argc, in nouveau_uvmm_vmm_map() 455 struct uvmm_map_args *args) in nouveau_uvmm_sm_prepare_unwind() 451 nouveau_uvmm_sm_prepare_unwind(struct nouveau_uvmm *uvmm, struct nouveau_uvma_prealloc *new, struct drm_gpuva_ops *ops, struct drm_gpuva_op *last, struct uvmm_map_args *args) nouveau_uvmm_sm_prepare_unwind() argument 558 struct uvmm_map_args args = { nouveau_uvmm_sm_map_prepare_unwind() local 577 op_map_prepare(struct nouveau_uvmm *uvmm, struct nouveau_uvma **puvma, struct drm_gpuva_op_map *op, struct uvmm_map_args *args) op_map_prepare() argument 608 nouveau_uvmm_sm_prepare(struct nouveau_uvmm *uvmm, struct nouveau_uvma_prealloc *new, struct drm_gpuva_ops *ops, struct uvmm_map_args *args) nouveau_uvmm_sm_prepare() argument 732 struct uvmm_map_args args = { nouveau_uvmm_sm_map_prepare() local 1601 struct nouveau_job_args args = {}; nouveau_uvmm_bind_job_init() local 1664 nouveau_uvmm_vm_bind(struct nouveau_uvmm_bind_job_args *args) nouveau_uvmm_vm_bind() argument 1685 nouveau_uvmm_vm_bind_ucopy(struct nouveau_uvmm_bind_job_args *args, struct drm_nouveau_vm_bind *req) nouveau_uvmm_vm_bind_ucopy() argument 1739 nouveau_uvmm_vm_bind_ufree(struct nouveau_uvmm_bind_job_args *args) nouveau_uvmm_vm_bind_ufree() argument 1752 struct nouveau_uvmm_bind_job_args args = {}; nouveau_uvmm_ioctl_vm_bind() local [all...] |
H A D | nouveau_dmem.c | 171 struct migrate_vma args = { in nouveau_dmem_migrate_to_ram() local 187 if (migrate_vma_setup(&args) < 0) in nouveau_dmem_migrate_to_ram() 189 if (!args.cpages) in nouveau_dmem_migrate_to_ram() 204 nouveau_svmm_invalidate(svmm, args.start, args.end); in nouveau_dmem_migrate_to_ram() 213 migrate_vma_pages(&args); in nouveau_dmem_migrate_to_ram() 217 migrate_vma_finalize(&args); in nouveau_dmem_migrate_to_ram() 664 struct nouveau_svmm *svmm, struct migrate_vma *args, in nouveau_dmem_migrate_chunk() 668 unsigned long addr = args->start, nr_dma = 0, i; in nouveau_dmem_migrate_chunk() 670 for (i = 0; addr < args in nouveau_dmem_migrate_chunk() 663 nouveau_dmem_migrate_chunk(struct nouveau_drm *drm, struct nouveau_svmm *svmm, struct migrate_vma *args, dma_addr_t *dma_addrs, u64 *pfns) nouveau_dmem_migrate_chunk() argument 700 struct migrate_vma args = { nouveau_dmem_migrate_vma() local [all...] |
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | huf_decompress.c | 157 * Initializes args for the asm decoding loop. 162 static size_t HUF_DecompressAsmArgs_init(HUF_DecompressAsmArgs* args, void* dst, size_t dstSize, void const* src, size_t srcSize, const HUF_DTable* DTable) in HUF_DecompressAsmArgs_init() argument 193 args->iend[0] = istart + 6; /* jumpTable */ in HUF_DecompressAsmArgs_init() 194 args->iend[1] = args->iend[0] + length1; in HUF_DecompressAsmArgs_init() 195 args->iend[2] = args->iend[1] + length2; in HUF_DecompressAsmArgs_init() 196 args->iend[3] = args->iend[2] + length3; in HUF_DecompressAsmArgs_init() 208 args in HUF_DecompressAsmArgs_init() 247 HUF_initRemainingDStream(BIT_DStream_t* bit, HUF_DecompressAsmArgs const* args, int stream, BYTE* segmentEnd) HUF_initRemainingDStream() argument 675 HUF_DecompressAsmArgs args; HUF_decompress4X1_usingDTable_internal_bmi2_asm() local 1389 HUF_DecompressAsmArgs args; HUF_decompress4X2_usingDTable_internal_bmi2_asm() local [all...] |
/third_party/python/Lib/logging/ |
H A D | __init__.py | 286 main information passed in is in msg and args, which are combined 287 using str(msg) % args to create the message field of the record. The 293 msg, args, exc_info, func=None, sinfo=None, **kwargs): 305 # Note that without the test for args[0], we get a problem because 307 # 'if self.args:'. If the event being logged is e.g. 'Value is %d' 308 # and if the passed arg fails 'if self.args:' then no formatting 314 # to hasattr(args[0], '__getitem__'). However, the docs on string 318 if (args and len(args) == 1 and isinstance(args[ [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | convert_test.cc | 204 const FormatArgImpl args[] = {FormatArgImpl(str)}; in TestStringConvert() local 223 EXPECT_EQ(e.out, FormatPack(format, absl::MakeSpan(args))); in TestStringConvert() 287 auto args = absl::MakeConstSpan(args_array); in TEST_F() local 289 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%p"), args), in TEST_F() 291 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%20p"), args), in TEST_F() 293 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.1p"), args), in TEST_F() 295 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.20p"), args), in TEST_F() 297 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%30.20p"), args), in TEST_F() 300 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%-p"), args), in TEST_F() 302 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%-20p"), args), in TEST_F() 346 const FormatArgImpl args[] = {FormatArgImpl(k3), FormatArgImpl(km3)}; TEST_F() local 401 const FormatArgImpl args[] = {FormatArgImpl(val)}; TYPED_TEST_P() local 470 const FormatArgImpl args[] = {FormatArgImpl(c)}; TYPED_TEST_P() local 503 const FormatArgImpl args[] = {FormatArgImpl(positive), TEST_F() local 537 const FormatArgImpl args[] = {FormatArgImpl(v), FormatArgImpl(max)}; TEST_F() local 598 FormatArgImpl args[2] = {FormatArgImpl(d), FormatArgImpl(i)}; TestWithMultipleFormatsHelper() local 1053 FormatArgImpl args[] = {FormatArgImpl(a)...}; FormatWithNullSink() local 1159 const FormatArgImpl args[] = {FormatArgImpl(fx)}; TEST_F() local 1191 const FormatArgImpl args[] = {FormatArgImpl(value), FormatArgImpl(one)}; FormatFails() local [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-atomics.cc | 396 Object GetModifySetValueInBuffer(RuntimeArguments args, Isolate* isolate, in GetModifySetValueInBuffer() argument 399 DCHECK_EQ(3, args.length()); in GetModifySetValueInBuffer() 400 Handle<JSTypedArray> sta = args.at<JSTypedArray>(0); in GetModifySetValueInBuffer() 401 size_t index = NumberToSize(args[1]); in GetModifySetValueInBuffer() 402 Handle<Object> value_obj = args.at(2); in GetModifySetValueInBuffer() 447 DCHECK_EQ(2, args.length()); in RUNTIME_FUNCTION() 448 Handle<JSTypedArray> sta = args.at<JSTypedArray>(0); in RUNTIME_FUNCTION() 449 size_t index = NumberToSize(args[1]); in RUNTIME_FUNCTION() 467 DCHECK_EQ(3, args.length()); in RUNTIME_FUNCTION() 468 Handle<JSTypedArray> sta = args in RUNTIME_FUNCTION() [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 226 const Entry& args = fShapes[i]; variable 232 const SkRect& bounds = args.fShape.bounds(); 233 if (args.fViewMatrix.hasPerspective()) { 236 args.fViewMatrix.mapRect(&xformedBounds, bounds); 240 maxScale = SkScalarAbs(args.fViewMatrix.getMaxScale()); 279 shapeData = atlasMgr->findOrCreate(args.fShape, ceilDesiredDimension); 287 args.fShape, 296 shapeData = atlasMgr->findOrCreate(args.fShape, args.fViewMatrix); 302 args 708 onDrawPath(const DrawPathArgs& args) onDrawPath() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/syscalls/ |
H A D | rtas_filter.c | 43 __be32 args[16]; member 44 __be32 *rets; /* Pointer to return values in args[]. */ 172 struct rtas_args args; in rtas_call() local 187 args.token = cpu_to_be32(token); in rtas_call() 188 args.nargs = cpu_to_be32(nargs); in rtas_call() 189 args.nret = cpu_to_be32(nrets); in rtas_call() 192 args.args[i] = (__be32) va_arg(ap, unsigned long); in rtas_call() 197 rc = syscall(__NR_rtas, &args); in rtas_call() 204 *(rets[0]) = be32_to_cpu(args in rtas_call() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | storage_common.h | 18 #define VLDBG(lun, fmt, args...) do { } while (0) 21 #define _LMSG(func, lun, fmt, args...) \ 25 (lun)->name, ## args); \ 27 func("%s: " fmt, (lun)->name, ## args); \ 30 #define LDBG(lun, fmt, args...) _LMSG(pr_debug, lun, fmt, ## args) 31 #define LERROR(lun, fmt, args...) _LMSG(pr_err, lun, fmt, ## args) 32 #define LWARN(lun, fmt, args...) _LMSG(pr_warn, lun, fmt, ## args) [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | goku_udc.h | 264 #define xprintk(dev,level,fmt,args...) \ 266 pci_name(dev->pdev) , ## args) 269 #define DBG(dev,fmt,args...) \ 270 xprintk(dev , KERN_DEBUG , fmt , ## args) 272 #define DBG(dev,fmt,args...) \ 279 #define VDBG(dev,fmt,args...) \ 283 #define ERROR(dev,fmt,args...) \ 284 xprintk(dev , KERN_ERR , fmt , ## args) 285 #define WARNING(dev,fmt,args...) \ 286 xprintk(dev , KERN_WARNING , fmt , ## args) [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_gem.c | 63 struct drm_mode_create_dumb *args) in virtio_gpu_mode_dumb_create() 70 if (args->bpp != 32) in virtio_gpu_mode_dumb_create() 73 pitch = args->width * 4; in virtio_gpu_mode_dumb_create() 74 args->size = pitch * args->height; in virtio_gpu_mode_dumb_create() 75 args->size = ALIGN(args->size, PAGE_SIZE); in virtio_gpu_mode_dumb_create() 78 params.width = args->width; in virtio_gpu_mode_dumb_create() 79 params.height = args->height; in virtio_gpu_mode_dumb_create() 80 params.size = args in virtio_gpu_mode_dumb_create() 61 virtio_gpu_mode_dumb_create(struct drm_file *file_priv, struct drm_device *dev, struct drm_mode_create_dumb *args) virtio_gpu_mode_dumb_create() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | messages.c | 143 va_list args; in __btrfs_handle_fs_error() local 145 va_start(args, fmt); in __btrfs_handle_fs_error() 147 vaf.va = &args; in __btrfs_handle_fs_error() 151 va_end(args); in __btrfs_handle_fs_error() 217 va_list args; in _btrfs_printk() local 226 va_start(args, fmt); in _btrfs_printk() 241 vaf.va = &args; in _btrfs_printk() 255 va_end(args); in _btrfs_printk() 296 va_list args; in __btrfs_panic() local 301 va_start(args, fm in __btrfs_panic() [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | biosattr-interface.c | 125 struct bios_args *args = NULL; in hp_wmi_perform_query() local 133 bios_args_size = struct_size(args, data, insize); in hp_wmi_perform_query() 134 args = kmalloc(bios_args_size, GFP_KERNEL); in hp_wmi_perform_query() 135 if (!args) in hp_wmi_perform_query() 139 input.pointer = args; in hp_wmi_perform_query() 142 args->signature = 0x55434553; in hp_wmi_perform_query() 143 args->command = command; in hp_wmi_perform_query() 144 args->commandtype = query; in hp_wmi_perform_query() 145 args->datasize = insize; in hp_wmi_perform_query() 146 memcpy(args in hp_wmi_perform_query() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | storage_common.h | 18 #define VLDBG(lun, fmt, args...) do { } while (0) 21 #define _LMSG(func, lun, fmt, args...) \ 25 (lun)->name, ## args); \ 27 func("%s: " fmt, (lun)->name, ## args); \ 30 #define LDBG(lun, fmt, args...) _LMSG(pr_debug, lun, fmt, ## args) 31 #define LERROR(lun, fmt, args...) _LMSG(pr_err, lun, fmt, ## args) 32 #define LWARN(lun, fmt, args...) _LMSG(pr_warn, lun, fmt, ## args) [all...] |