/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | uoutp.c | 33 nvkm_uoutp_mthd_dp_mst_vcpi(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_vcpi() 49 nvkm_uoutp_mthd_dp_mst_id_put(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_id_put() 62 nvkm_uoutp_mthd_dp_mst_id_get(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_id_get() 75 nvkm_uoutp_mthd_dp_sst(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_sst() 95 nvkm_uoutp_mthd_dp_drive(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_drive() 108 nvkm_uoutp_mthd_dp_train(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_train() 130 nvkm_uoutp_mthd_dp_rates(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_rates() 153 nvkm_uoutp_mthd_dp_aux_xfer(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_aux_xfer() 167 nvkm_uoutp_mthd_dp_aux_pwr(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_aux_pwr() 180 nvkm_uoutp_mthd_hda_eld(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_hda_eld() [all …]
|
H 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()
|
H A D | chan.c | 47 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_disp_chan_map() 79 nvkm_disp_chan_child_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_chan_child_new() 176 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_disp_chan_new_() 227 nvkm_disp_wndw_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_wndw_new() 236 nvkm_disp_chan_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_chan_new() 245 nvkm_disp_core_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_core_new()
|
/linux/tools/perf/bench/ |
H A D | syscall.c | 58 char *const argv[] = { (char *)pathname, NULL }; in test_execve() local 76 static int bench_syscall_common(int argc, const char **argv, int syscall) in bench_syscall_common() 166 int bench_syscall_basic(int argc, const char **argv) in bench_syscall_basic() 171 int bench_syscall_getpgid(int argc, const char **argv) in bench_syscall_getpgid() 176 int bench_syscall_fork(int argc, const char **argv) in bench_syscall_fork() 181 int bench_syscall_execve(int argc, const char **argv) in bench_syscall_execve()
|
H A D | uprobe.c | 142 bench_uprobe(int argc,const char ** argv,enum bench_uprobe bench) bench_uprobe() argument 186 bench_uprobe_baseline(int argc,const char ** argv) bench_uprobe_baseline() argument 191 bench_uprobe_empty(int argc,const char ** argv) bench_uprobe_empty() argument 196 bench_uprobe_trace_printk(int argc,const char ** argv) bench_uprobe_trace_printk() argument [all...] |
/linux/scripts/kconfig/ |
H A D | preprocess.c | 117 static char *do_error_if(int argc, char *argv[]) in do_error_if() 125 static char *do_filename(int argc, char *argv[]) in do_filename() 130 static char *do_info(int argc, char *argv[]) in do_info() 137 static char *do_lineno(int argc, char *argv[]) in do_lineno() 146 static char *do_shell(int argc, char *argv[]) in do_shell() 186 static char *do_warning_if(int argc, char *argv[]) in do_warning_if() 206 static char *function_expand(const char *name, int argc, char *argv[]) in function_expand() 255 static char *variable_expand(const char *name, int argc, char *argv[]) in variable_expand() 350 static char *eval_clause(const char *str, size_t len, int argc, char *argv[]) in eval_clause() 460 static char *expand_dollar_with_args(const char **str, int argc, char *argv[]) in expand_dollar_with_args() [all …]
|
/linux/tools/bpf/bpftool/ |
H A D | map.c | 298 static char **parse_bytes(char **argv, const char *name, unsigned char *val, in parse_bytes() 340 static int parse_elem(char **argv, struct bpf_map_info *info, in parse_elem() 629 static int do_show_subset(int argc, char **argv) in do_show_subset() 673 static int do_show(int argc, char **argv) in do_show() 895 static int do_dump(int argc, char **argv) in do_dump() 988 static int do_update(int argc, char **argv) in do_update() 1068 static int do_lookup(int argc, char **argv) in do_lookup() 1119 static int do_getnext(int argc, char **argv) in do_getnext() 1190 static int do_delete(int argc, char **argv) in do_delete() 1229 static int do_pin(int argc, char **argv) in do_pin() [all …]
|
H 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()
|
H A D | prog.c | 601 static int do_show_subset(int argc, char **argv) in do_show_subset() argument 635 static int do_show(int argc, char **argv) in do_show() argument 873 do_dump(int argc,char ** argv) do_dump() argument 1009 do_pin(int argc,char ** argv) do_pin() argument 1032 parse_attach_detach_args(int argc,char ** argv,int * progfd,enum bpf_attach_type * attach_type,int * mapfd) parse_attach_detach_args() argument 1065 do_attach(int argc,char ** argv) do_attach() argument 1087 do_detach(int argc,char ** argv) do_detach() argument 1268 do_run(int argc,char ** argv) do_run() argument 1513 load_with_options(int argc,char ** argv,bool first_prog_only) load_with_options() argument 1906 do_loader(int argc,char ** argv) do_loader() argument 1951 do_load(int argc,char ** argv) do_load() argument 1958 do_loadall(int argc,char ** argv) do_loadall() argument 1965 do_profile(int argc,char ** argv) do_profile() argument 2064 profile_parse_metrics(int argc,char ** argv) profile_parse_metrics() argument 2351 do_profile(int argc,char ** argv) do_profile() argument 2452 do_help(int argc,char ** argv) do_help() argument 2523 do_prog(int argc,char ** argv) do_prog() argument [all...] |
H 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()
|
H A D | cgroup.c | 319 static int do_show(int argc, char **argv) in do_show() 477 static int do_show_tree(int argc, char **argv) in do_show_tree() 544 static int do_attach(int argc, char **argv) in do_attach() 604 static int do_detach(int argc, char **argv) in do_detach() 651 static int do_help(int argc, char **argv) in do_help() 686 int do_cgroup(int argc, char **argv) in do_cgroup()
|
H A D | struct_ops.c | 337 static int do_show(int argc, char **argv) in do_show() 405 static int do_dump(int argc, char **argv) in do_dump() 467 static int do_unregister(int argc, char **argv) in do_unregister() 497 static int do_register(int argc, char **argv) in do_register() 607 static int do_help(int argc, char **argv) in do_help() 639 int do_struct_ops(int argc, char **argv) in do_struct_ops()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | uvmm.c | 46 nvkm_uvmm_mthd_pfnclr(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_pfnclr() 74 nvkm_uvmm_mthd_pfnmap(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_pfnmap() 107 nvkm_uvmm_mthd_unmap(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_unmap() 151 nvkm_uvmm_mthd_map(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_map() 232 nvkm_uvmm_mthd_put(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_put() 268 nvkm_uvmm_mthd_get(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_get() 302 nvkm_uvmm_mthd_page(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_page() 402 void *argv = (void *)(uintptr_t)args->argv; in nvkm_uvmm_mthd_raw_map() local 462 nvkm_uvmm_mthd_raw(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_raw() 492 nvkm_uvmm_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uvmm_mthd() [all …]
|
H 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()
|
H A D | mem.c | 71 struct nvkm_vma *vma, void *argv, u32 argc) in nvkm_mem_map_dma() 111 struct nvkm_vma *vma, void *argv, u32 argc) in nvkm_mem_map_sgl() 145 void *argv, u32 argc, struct nvkm_memory **pmemory) in nvkm_mem_new_host() 225 void *argv, u32 argc, struct nvkm_memory **pmemory) in nvkm_mem_new_type()
|
/linux/samples/timers/ |
H 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/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 26 static void syntax(char *argv[]) in syntax() 333 int dsf(int fd, int pm_family, int argc, char *argv[]) in dsf() 445 int csf(int fd, int pm_family, int argc, char *argv[]) in csf() 579 int remove_addr(int fd, int pm_family, int argc, char *argv[]) in remove_addr() 628 int announce_addr(int fd, int pm_family, int argc, char *argv[]) in announce_addr() 755 int add_addr(int fd, int pm_family, int argc, char *argv[]) in add_addr() 886 int del_addr(int fd, int pm_family, int argc, char *argv[]) in del_addr() 1077 int get_addr(int fd, int pm_family, int argc, char *argv[]) in get_addr() 1129 int dump_addrs(int fd, int pm_family, int argc, char *argv[]) in dump_addrs() 1168 int flush_addrs(int fd, int pm_family, int argc, char *argv[]) in flush_addrs() [all …]
|
/linux/tools/usb/usbip/src/ |
H 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/tools/perf/ |
H A D | perf.c | 197 static int handle_options(const char ***argv, int *argc, int *envchanged) in handle_options() argument 334 run_builtin(struct cmd_struct * p,int argc,const char ** argv) run_builtin() argument 387 handle_internal_command(int argc,const char ** argv) handle_internal_command() argument 408 execv_dashed_external(const char ** argv) execv_dashed_external() argument 445 run_argv(int * argcp,const char *** argv) run_argv() argument 461 main(int argc,const char ** argv) main() argument [all...] |
/linux/tools/verification/rv/src/ |
H 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/fs/nilfs2/ |
H A D | ioctl.c | 49 struct nilfs_argv *argv, int dir, in nilfs_ioctl_wrap_copy() 515 struct nilfs_argv argv; in nilfs_ioctl_get_bdescs() local 611 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_move_blocks() 695 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_delete_checkpoints() 730 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_free_vblocknrs() 759 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_mark_blocks_dirty() 805 struct nilfs_argv *argv, void **kbufs) in nilfs_ioctl_prepare_clean_segments() 860 struct nilfs_argv argv[5]; in nilfs_ioctl_clean_segments() local 1176 struct nilfs_argv argv; in nilfs_ioctl_get_info() local 1223 struct nilfs_argv argv; in nilfs_ioctl_set_suinfo() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | user.c | 32 nvkm_ufault_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_ufault_uevent() 47 nvkm_ufault_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_ufault_map() 91 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_ufault_new()
|
/linux/arch/um/os-Linux/ |
H A D | helper.c | 21 char **argv; member 29 char **argv = data->argv; in helper_child() local 43 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper()
|
/linux/tools/testing/selftests/capabilities/ |
H A D | validate_cap.c | 16 static bool bool_arg(char **argv, int i) in bool_arg() 28 int main(int argc, char **argv) in main()
|
/linux/tools/power/cpupower/utils/ |
H A D | cpupower.c | 106 static int cmd_help(int argc, const char **argv) in cmd_help() 123 static void handle_options(int *argc, const char ***argv) in handle_options() 175 int main(int argc, const char *argv[]) in main()
|