Home
last modified time | relevance | path

Searched refs:argn (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvif/
H A Dvmm.c204 u32 argn = sizeof(*args) + argc; in nvif_vmm_ctor() local
210 if (!(args = kmalloc(argn, GFP_KERNEL))) in nvif_vmm_ctor()
229 oclass, args, argn, &vmm->object); in nvif_vmm_ctor()
H A Dobject.c155 u32 argn = sizeof(*args) + argc; in nvif_object_map_handle() local
158 if (!(args = kzalloc(argn, GFP_KERNEL))) in nvif_object_map_handle()
163 ret = nvif_object_ioctl(object, args, argn, NULL); in nvif_object_map_handle()
/linux/drivers/mfd/
H A Dsi476x-cmd.c260 const int argn, in si476x_core_send_command() argument
269 if (argn > CMD_MAX_ARGS_COUNT) { in si476x_core_send_command()
281 memcpy(&data[1], args, argn); in si476x_core_send_command()
282 dev_dbg(&client->dev, "Command:\n %*ph\n", argn + 1, data); in si476x_core_send_command()
285 (char *) data, argn + 1); in si476x_core_send_command()
286 if (err != argn + 1) { in si476x_core_send_command()
374 const uint8_t args[], size_t argn, in si476x_cmd_tune_seek_freq() argument
381 err = si476x_core_send_command(core, cmd, args, argn, resp, respn, in si476x_cmd_tune_seek_freq()