/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A D | uoutp.c | 31 nvkm_uoutp_mthd_dp_mst_vcpi(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_vcpi() 47 nvkm_uoutp_mthd_dp_retrain(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_retrain() 61 nvkm_uoutp_mthd_dp_aux_pwr(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_aux_pwr() 74 nvkm_uoutp_mthd_hda_eld(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_hda_eld() 103 nvkm_uoutp_mthd_infoframe(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_infoframe() 129 nvkm_uoutp_mthd_release(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_release() 210 nvkm_uoutp_mthd_acquire(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_acquire() 256 nvkm_uoutp_mthd_load_detect(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_load_detect() 279 nvkm_uoutp_mthd_acquired(struct nvkm_outp *outp, u32 mthd, void *argv, u32 argc) in nvkm_uoutp_mthd_acquired() 295 nvkm_uoutp_mthd_noacquire(struct nvkm_outp *outp, u32 mthd, void *argv, u32 argc) in nvkm_uoutp_mthd_noacquire() [all …]
|
A D | uhead.c | 31 nvkm_uhead_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uhead_uevent() 46 nvkm_uhead_mthd_scanoutpos(struct nvkm_head *head, void *argv, u32 argc) in nvkm_uhead_mthd_scanoutpos() 75 nvkm_uhead_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uhead_mthd() 106 nvkm_uhead_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uhead_new()
|
A D | chan.c | 69 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_disp_chan_map() 101 nvkm_disp_chan_child_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_chan_child_new() 200 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_disp_chan_new_() 251 nvkm_disp_wndw_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_wndw_new() 260 nvkm_disp_chan_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_chan_new() 269 nvkm_disp_core_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_core_new()
|
A D | uconn.c | 66 nvkm_uconn_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uconn_uevent() 104 nvkm_uconn_mthd_hpd_status(struct nvkm_conn *conn, void *argv, u32 argc) in nvkm_uconn_mthd_hpd_status() 130 nvkm_uconn_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uconn_mthd() 163 nvkm_uconn_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uconn_new()
|
/linux-6.3-rc2/scripts/kconfig/ |
A D | preprocess.c | 112 static char *do_error_if(int argc, char *argv[]) in do_error_if() 120 static char *do_filename(int argc, char *argv[]) in do_filename() 125 static char *do_info(int argc, char *argv[]) in do_info() 132 static char *do_lineno(int argc, char *argv[]) in do_lineno() 141 static char *do_shell(int argc, char *argv[]) in do_shell() 181 static char *do_warning_if(int argc, char *argv[]) in do_warning_if() 202 static char *function_expand(const char *name, int argc, char *argv[]) in function_expand() 251 static char *variable_expand(const char *name, int argc, char *argv[]) in variable_expand() 346 static char *eval_clause(const char *str, size_t len, int argc, char *argv[]) in eval_clause() 496 int argc, char *argv[]) in __expand_string() [all …]
|
/linux-6.3-rc2/tools/perf/bench/ |
A D | syscall.c | 37 char *const argv[] = { (char *)pathname, NULL }; in test_execve() local 55 static int bench_syscall_common(int argc, const char **argv, int syscall) in bench_syscall_common() 136 int bench_syscall_basic(int argc, const char **argv) in bench_syscall_basic() 141 int bench_syscall_getpgid(int argc, const char **argv) in bench_syscall_getpgid() 146 int bench_syscall_execve(int argc, const char **argv) in bench_syscall_execve()
|
/linux-6.3-rc2/kernel/debug/kdb/ |
A D | kdb_main.c | 459 int kdb_set(int argc, const char **argv) in kdb_set() 969 static char *argv[MAXARGC]; in kdb_parse() local 1596 static int kdb_md(int argc, const char **argv) in kdb_md() 1794 static int kdb_mm(int argc, const char **argv) in kdb_mm() 1837 static int kdb_go(int argc, const char **argv) in kdb_go() 1882 static int kdb_rd(int argc, const char **argv) in kdb_rd() 1952 static int kdb_rm(int argc, const char **argv) in kdb_rm() 2019 static int kdb_sr(int argc, const char **argv) in kdb_sr() 2044 static int kdb_ef(int argc, const char **argv) in kdb_ef() 2067 static int kdb_env(int argc, const char **argv) in kdb_env() [all …]
|
A D | kdb_bp.c | 48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp) in kdb_parsebp() 277 static int kdb_bp(int argc, const char **argv) in kdb_bp() 386 static int kdb_bc(int argc, const char **argv) in kdb_bc() 514 static int kdb_ss(int argc, const char **argv) in kdb_ss()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
A D | uvmm.c | 46 nvkm_uvmm_mthd_pfnclr(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_pfnclr() 71 nvkm_uvmm_mthd_pfnmap(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_pfnmap() 101 nvkm_uvmm_mthd_unmap(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_unmap() 142 nvkm_uvmm_mthd_map(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_map() 220 nvkm_uvmm_mthd_put(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_put() 256 nvkm_uvmm_mthd_get(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_get() 290 nvkm_uvmm_mthd_page(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_page() 318 nvkm_uvmm_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uvmm_mthd() 357 nvkm_uvmm_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_uvmm_new()
|
A D | ummu.c | 57 nvkm_ummu_heap(struct nvkm_ummu *ummu, void *argv, u32 argc) in nvkm_ummu_heap() 77 nvkm_ummu_type(struct nvkm_ummu *ummu, void *argv, u32 argc) in nvkm_ummu_type() 106 nvkm_ummu_kind(struct nvkm_ummu *ummu, void *argv, u32 argc) in nvkm_ummu_kind() 133 nvkm_ummu_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_ummu_mthd() 154 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_ummu_new()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | map.c | 665 static int do_show(int argc, char **argv) in do_show() 887 static int do_dump(int argc, char **argv) in do_dump() 980 static int do_update(int argc, char **argv) in do_update() 1060 static int do_lookup(int argc, char **argv) in do_lookup() 1111 static int do_getnext(int argc, char **argv) in do_getnext() 1182 static int do_delete(int argc, char **argv) in do_delete() 1221 static int do_pin(int argc, char **argv) in do_pin() 1231 static int do_create(int argc, char **argv) in do_create() 1386 static int do_freeze(int argc, char **argv) in do_freeze() 1415 static int do_help(int argc, char **argv) in do_help() [all …]
|
A D | link.c | 18 static int link_parse_fd(int *argc, char ***argv) in link_parse_fd() 359 static int do_show(int argc, char **argv) in do_show() 421 static int do_pin(int argc, char **argv) in do_pin() 431 static int do_detach(int argc, char **argv) in do_detach() 459 static int do_help(int argc, char **argv) in do_help() 490 int do_link(int argc, char **argv) in do_link()
|
A D | main.c | 52 static int do_help(int argc, char **argv) in do_help() 114 static int do_version(int argc, char **argv) in do_version() 187 int cmd_select(const struct cmd *cmds, int argc, char **argv, in cmd_select() 323 static int do_batch(int argc, char **argv) in do_batch() 438 int main(int argc, char **argv) in main()
|
A D | iter.c | 14 static int do_pin(int argc, char **argv) in do_pin() 100 static int do_help(int argc, char **argv) in do_help() 120 int do_iter(int argc, char **argv) in do_iter()
|
A D | prog.c | 631 static int do_show(int argc, char **argv) in do_show() 874 static int do_dump(int argc, char **argv) in do_dump() 1001 static int do_pin(int argc, char **argv) in do_pin() 1057 static int do_attach(int argc, char **argv) in do_attach() 1079 static int do_detach(int argc, char **argv) in do_detach() 1260 static int do_run(int argc, char **argv) in do_run() 1868 static int do_loader(int argc, char **argv) in do_loader() 1913 static int do_load(int argc, char **argv) in do_load() 1920 static int do_loadall(int argc, char **argv) in do_loadall() 2414 static int do_help(int argc, char **argv) in do_help() [all …]
|
A D | cgroup.c | 285 static int do_show(int argc, char **argv) in do_show() 443 static int do_show_tree(int argc, char **argv) in do_show_tree() 510 static int do_attach(int argc, char **argv) in do_attach() 570 static int do_detach(int argc, char **argv) in do_detach() 617 static int do_help(int argc, char **argv) in do_help() 652 int do_cgroup(int argc, char **argv) in do_cgroup()
|
A D | struct_ops.c | 331 static int do_show(int argc, char **argv) in do_show() 399 static int do_dump(int argc, char **argv) in do_dump() 461 static int do_unregister(int argc, char **argv) in do_unregister() 478 static int do_register(int argc, char **argv) in do_register() 555 static int do_help(int argc, char **argv) in do_help() 587 int do_struct_ops(int argc, char **argv) in do_struct_ops()
|
/linux-6.3-rc2/samples/timers/ |
A D | hpet_example.c | 51 main(int argc, const char ** argv) in main() 80 hpet_open_close(int argc, const char **argv) in hpet_open_close() 99 hpet_info(int argc, const char **argv) in hpet_info() 131 hpet_poll(int argc, const char **argv) in hpet_poll() 223 hpet_fasync(int argc, const char **argv) in hpet_fasync()
|
/linux-6.3-rc2/tools/usb/usbip/src/ |
A D | usbip.c | 93 static int usbip_help(int argc, char *argv[]) in usbip_help() 118 static int usbip_version(int argc, char *argv[]) in usbip_version() 127 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() 133 int main(int argc, char *argv[]) in main()
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | pm_nl_ctl.c | 32 static void syntax(char *argv[]) in syntax() 328 int dsf(int fd, int pm_family, int argc, char *argv[]) in dsf() 440 int csf(int fd, int pm_family, int argc, char *argv[]) in csf() 566 int remove_addr(int fd, int pm_family, int argc, char *argv[]) in remove_addr() 742 int add_addr(int fd, int pm_family, int argc, char *argv[]) in add_addr() 873 int del_addr(int fd, int pm_family, int argc, char *argv[]) in del_addr() 1064 int get_addr(int fd, int pm_family, int argc, char *argv[]) in get_addr() 1104 int dump_addrs(int fd, int pm_family, int argc, char *argv[]) in dump_addrs() 1226 int add_listener(int argc, char *argv[]) in add_listener() 1274 int set_flags(int fd, int pm_family, int argc, char *argv[]) in set_flags() [all …]
|
/linux-6.3-rc2/tools/perf/ |
A D | perf.c | 188 static int handle_options(const char ***argv, int *argc, int *envchanged) in handle_options() 313 static int run_builtin(struct cmd_struct *p, int argc, const char **argv) in run_builtin() 367 static void handle_internal_command(int argc, const char **argv) in handle_internal_command() 388 static void execv_dashed_external(const char **argv) in execv_dashed_external() 425 static int run_argv(int *argcp, const char ***argv) in run_argv() 459 int main(int argc, const char **argv) in main()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | builtin-test.c | 182 static bool perf_test__matches(const char *desc, int curr, int argc, const char *argv[]) in perf_test__matches() 320 static int run_shell_tests(int argc, const char *argv[], int i, int width, in run_shell_tests() 362 static int __cmd_test(int argc, const char *argv[], struct intlist *skiplist) in __cmd_test() 446 static int perf_test__list_shell(int argc, const char **argv, int i) in perf_test__list_shell() 467 static int perf_test__list(int argc, const char **argv) in perf_test__list() 496 static int run_workload(const char *work, int argc, const char **argv) in run_workload() 511 int cmd_test(int argc, const char **argv) in cmd_test()
|
/linux-6.3-rc2/tools/verification/rv/src/ |
A D | rv.c | 40 static void rv_list(int argc, char **argv) in rv_list() 74 static void rv_mon(int argc, char **argv) in rv_mon() 162 int main(int argc, char **argv) in main()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | ioctl.c | 48 struct nilfs_argv *argv, int dir, in nilfs_ioctl_wrap_copy() 501 struct nilfs_argv argv; in nilfs_ioctl_get_bdescs() local 597 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_move_blocks() 681 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_delete_checkpoints() 716 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_free_vblocknrs() 745 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_mark_blocks_dirty() 791 struct nilfs_argv *argv, void **kbufs) in nilfs_ioctl_prepare_clean_segments() 846 struct nilfs_argv argv[5]; in nilfs_ioctl_clean_segments() local 1164 struct nilfs_argv argv; in nilfs_ioctl_get_info() local 1211 struct nilfs_argv argv; in nilfs_ioctl_set_suinfo() local
|
/linux-6.3-rc2/fs/ |
A D | exec.c | 429 static int count(struct user_arg_ptr argv, int max) in count() 1885 struct user_arg_ptr argv, in do_execveat_common() 1970 const char *const *argv, const char *const *envp) in kernel_execve() 2032 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve() local 2042 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execveat() local 2053 struct user_arg_ptr argv = { in compat_do_execve() local 2069 struct user_arg_ptr argv = { in compat_do_execveat() local 2107 const char __user *const __user *, argv, in SYSCALL_DEFINE3() argument 2115 const char __user *const __user *, argv, in SYSCALL_DEFINE5() argument 2126 const compat_uptr_t __user *, argv, in COMPAT_SYSCALL_DEFINE3() argument [all …]
|