Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 1459) sorted by relevance

12345678910>>...59

/linux/tools/objtool/
H A Dcheck.c41 find_insn(struct objtool_file * file,struct section * sec,unsigned long offset) find_insn() argument
54 next_insn_same_sec(struct objtool_file * file,struct instruction * insn) next_insn_same_sec() argument
67 next_insn_same_func(struct objtool_file * file,struct instruction * insn) next_insn_same_func() argument
87 prev_insn_same_sec(struct objtool_file * file,struct instruction * insn) prev_insn_same_sec() argument
99 prev_insn_same_sym(struct objtool_file * file,struct instruction * insn) prev_insn_same_sym() argument
110 for_each_insn(file,insn) global() argument
116 func_for_each_insn(file,func,insn) global() argument
121 sym_for_each_insn(file,sym,insn) global() argument
126 sym_for_each_insn_continue_reverse(file,sym,insn) global() argument
131 sec_for_each_insn_from(file,insn) global() argument
134 sec_for_each_insn_continue(file,insn) global() argument
232 __dead_end_function(struct objtool_file * file,struct symbol * func,int recursion) __dead_end_function() argument
307 dead_end_function(struct objtool_file * file,struct symbol * func) dead_end_function() argument
325 init_insn_state(struct objtool_file * file,struct insn_state * state,struct section * sec) init_insn_state() argument
411 decode_instructions(struct objtool_file * file) decode_instructions() argument
554 add_pv_ops(struct objtool_file * file,int pv_ops_idx) add_pv_ops() argument
608 init_pv_ops(struct objtool_file * file) init_pv_ops() argument
651 is_livepatch_module(struct objtool_file * file) is_livepatch_module() argument
665 create_static_call_sections(struct objtool_file * file) create_static_call_sections() argument
757 create_retpoline_sites_sections(struct objtool_file * file) create_retpoline_sites_sections() argument
795 create_return_sites_sections(struct objtool_file * file) create_return_sites_sections() argument
833 create_ibt_endbr_seal_sections(struct objtool_file * file) create_ibt_endbr_seal_sections() argument
890 create_cfi_sections(struct objtool_file * file) create_cfi_sections() argument
937 create_mcount_loc_sections(struct objtool_file * file) create_mcount_loc_sections() argument
988 create_direct_call_sections(struct objtool_file * file) create_direct_call_sections() argument
1027 create_sym_checksum_section(struct objtool_file * file) create_sym_checksum_section() argument
1076 create_sym_checksum_section(struct objtool_file * file) create_sym_checksum_section() argument
1082 add_ignores(struct objtool_file * file) add_ignores() argument
1308 add_uaccess_safe(struct objtool_file * file) add_uaccess_safe() argument
1352 insn_reloc(struct objtool_file * file,struct instruction * insn) insn_reloc() argument
1383 annotate_call_site(struct objtool_file * file,struct instruction * insn,bool sibling) annotate_call_site() argument
1463 add_call_dest(struct objtool_file * file,struct instruction * insn,struct symbol * dest,bool sibling) add_call_dest() argument
1482 add_retpoline_call(struct objtool_file * file,struct instruction * insn) add_retpoline_call() argument
1516 add_return_call(struct objtool_file * file,struct instruction * insn,bool add) add_return_call() argument
1529 is_first_func_insn(struct objtool_file * file,struct instruction * insn) is_first_func_insn() argument
1555 add_jump_destinations(struct objtool_file * file) add_jump_destinations() argument
1696 add_call_destinations(struct objtool_file * file) add_call_destinations() argument
1758 handle_group_alt(struct objtool_file * file,struct special_alt * special_alt,struct instruction * orig_insn,struct instruction ** new_insn) handle_group_alt() argument
1910 handle_jump_alt(struct objtool_file * file,struct special_alt * special_alt,struct instruction * orig_insn,struct instruction ** new_insn) handle_jump_alt() argument
1961 add_special_section_alts(struct objtool_file * file) add_special_section_alts() argument
2054 add_jump_table(struct objtool_file * file,struct instruction * insn) add_jump_table() argument
2128 find_jump_table(struct objtool_file * file,struct symbol * func,struct instruction * insn) find_jump_table() argument
2177 mark_func_jump_tables(struct objtool_file * file,struct symbol * func) mark_func_jump_tables() argument
2206 add_func_jump_tables(struct objtool_file * file,struct symbol * func) add_func_jump_tables() argument
2227 add_jump_table_alts(struct objtool_file * file) add_jump_table_alts() argument
2255 read_unwind_hints(struct objtool_file * file) read_unwind_hints() argument
2350 read_annotate(struct objtool_file * file,int (* func)(struct objtool_file * file,int type,struct instruction * insn)) read_annotate() argument
2351 read_annotate(struct objtool_file * file,int (* func)(struct objtool_file * file,int type,struct instruction * insn)) read_annotate() argument
2397 __annotate_early(struct objtool_file * file,int type,struct instruction * insn) __annotate_early() argument
2420 __annotate_ifc(struct objtool_file * file,int type,struct instruction * insn) __annotate_ifc() argument
2450 __annotate_late(struct objtool_file * file,int type,struct instruction * insn) __annotate_late() argument
2527 classify_symbols(struct objtool_file * file) classify_symbols() argument
2566 mark_rodata(struct objtool_file * file) mark_rodata() argument
2593 mark_holes(struct objtool_file * file) mark_holes() argument
2639 decode_sections(struct objtool_file * file) decode_sections() argument
3309 propagate_alt_cfi(struct objtool_file * file,struct instruction * insn) propagate_alt_cfi() argument
3464 pv_call_dest(struct objtool_file * file,struct instruction * insn) pv_call_dest() argument
3491 noinstr_call_dest(struct objtool_file * file,struct instruction * insn,struct symbol * func) noinstr_call_dest() argument
3529 validate_call(struct objtool_file * file,struct instruction * insn,struct insn_state * state) validate_call() argument
3552 validate_sibling_call(struct objtool_file * file,struct instruction * insn,struct insn_state * state) validate_sibling_call() argument
3599 next_insn_to_validate(struct objtool_file * file,struct instruction * insn) next_insn_to_validate() argument
3665 checksum_debug_init(struct objtool_file * file) checksum_debug_init() argument
3703 checksum_update_insn(struct objtool_file * file,struct symbol * func,struct instruction * insn) checksum_update_insn() argument
3752 validate_insn(struct objtool_file * file,struct symbol * func,struct instruction * insn,struct insn_state * statep,struct instruction * prev_insn,struct instruction * next_insn,bool * dead_end) validate_insn() argument
4014 do_validate_branch(struct objtool_file * file,struct symbol * func,struct instruction * insn,struct insn_state * state) do_validate_branch() argument
4076 validate_branch(struct objtool_file * file,struct symbol * func,struct instruction * insn,struct insn_state state) validate_branch() argument
4088 validate_unwind_hint(struct objtool_file * file,struct instruction * insn,struct insn_state * state) validate_unwind_hint() argument
4108 validate_unwind_hints(struct objtool_file * file,struct section * sec) validate_unwind_hints() argument
4136 validate_unret(struct objtool_file * file,struct instruction * insn) validate_unret() argument
4245 validate_unrets(struct objtool_file * file) validate_unrets() argument
4260 validate_retpoline(struct objtool_file * file) validate_retpoline() argument
4337 ignore_unreachable_insn(struct objtool_file * file,struct instruction * insn) ignore_unreachable_insn() argument
4422 create_prefix_symbol(struct objtool_file * file,struct symbol * func) create_prefix_symbol() argument
4499 create_prefix_symbols(struct objtool_file * file) create_prefix_symbols() argument
4517 validate_symbol(struct objtool_file * file,struct section * sec,struct symbol * sym,struct insn_state * state) validate_symbol() argument
4562 validate_section(struct objtool_file * file,struct section * sec) validate_section() argument
4581 validate_noinstr_sections(struct objtool_file * file) validate_noinstr_sections() argument
4607 validate_functions(struct objtool_file * file) validate_functions() argument
4628 noendbr_range(struct objtool_file * file,struct instruction * insn) noendbr_range() argument
4646 __validate_ibt_insn(struct objtool_file * file,struct instruction * insn,struct instruction * dest) __validate_ibt_insn() argument
4691 validate_ibt_insn(struct objtool_file * file,struct instruction * insn) validate_ibt_insn() argument
4752 validate_ibt_data_reloc(struct objtool_file * file,struct reloc * reloc) validate_ibt_data_reloc() argument
4781 validate_ibt(struct objtool_file * file) validate_ibt() argument
4836 validate_sls(struct objtool_file * file) validate_sls() argument
4869 validate_reachable_instructions(struct objtool_file * file) validate_reachable_instructions() argument
4908 check_abs_references(struct objtool_file * file) check_abs_references() argument
4951 free_insns(struct objtool_file * file) free_insns() argument
4980 check(struct objtool_file * file) check() argument
[all...]
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c309 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_out() argument
331 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_cap() argument
354 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vbi_cap() argument
372 static int ivtv_g_fmt_sliced_vbi_cap(struct file *fil argument
395 ivtv_g_fmt_vid_out(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_g_fmt_vid_out() argument
435 ivtv_g_fmt_vid_out_overlay(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_g_fmt_vid_out_overlay() argument
457 ivtv_try_fmt_sliced_vbi_out(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_sliced_vbi_out() argument
462 ivtv_try_fmt_vid_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_vid_cap() argument
485 ivtv_try_fmt_vbi_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_vbi_cap() argument
490 ivtv_try_fmt_sliced_vbi_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_sliced_vbi_cap() argument
511 ivtv_try_fmt_vid_out(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_vid_out() argument
545 ivtv_try_fmt_vid_out_overlay(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_vid_out_overlay() argument
562 ivtv_s_fmt_sliced_vbi_out(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_sliced_vbi_out() argument
567 ivtv_s_fmt_vid_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_vid_cap() argument
598 ivtv_s_fmt_vbi_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_vbi_cap() argument
610 ivtv_s_fmt_sliced_vbi_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_sliced_vbi_cap() argument
629 ivtv_s_fmt_vid_out(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_vid_out() argument
674 ivtv_s_fmt_vid_out_overlay(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_vid_out_overlay() argument
711 ivtv_g_register(struct file * file,void * fh,struct v4l2_dbg_register * reg) ivtv_g_register() argument
719 ivtv_s_register(struct file * file,void * fh,const struct v4l2_dbg_register * reg) ivtv_s_register() argument
728 ivtv_querycap(struct file * file,void * fh,struct v4l2_capability * vcap) ivtv_querycap() argument
739 ivtv_enumaudio(struct file * file,void * fh,struct v4l2_audio * vin) ivtv_enumaudio() argument
746 ivtv_g_audio(struct file * file,void * fh,struct v4l2_audio * vin) ivtv_g_audio() argument
754 ivtv_s_audio(struct file * file,void * fh,const struct v4l2_audio * vout) ivtv_s_audio() argument
767 ivtv_enumaudout(struct file * file,void * fh,struct v4l2_audioout * vin) ivtv_enumaudout() argument
775 ivtv_g_audout(struct file * file,void * fh,struct v4l2_audioout * vin) ivtv_g_audout() argument
783 ivtv_s_audout(struct file * file,void * fh,const struct v4l2_audioout * vout) ivtv_s_audout() argument
792 ivtv_enum_input(struct file * file,void * fh,struct v4l2_input * vin) ivtv_enum_input() argument
800 ivtv_enum_output(struct file * file,void * fh,struct v4l2_output * vout) ivtv_enum_output() argument
807 ivtv_g_pixelaspect(struct file * file,void * fh,int type,struct v4l2_fract * f) ivtv_g_pixelaspect() argument
825 ivtv_s_selection(struct file * file,void * fh,struct v4l2_selection * sel) ivtv_s_selection() argument
868 ivtv_g_selection(struct file * file,void * fh,struct v4l2_selection * sel) ivtv_g_selection() argument
914 ivtv_enum_fmt_vid_cap(struct file * file,void * fh,struct v4l2_fmtdesc * fmt) ivtv_enum_fmt_vid_cap() argument
941 ivtv_enum_fmt_vid_out(struct file * file,void * fh,struct v4l2_fmtdesc * fmt) ivtv_enum_fmt_vid_out() argument
968 ivtv_g_input(struct file * file,void * fh,unsigned int * i) ivtv_g_input() argument
1019 ivtv_s_input(struct file * file,void * fh,unsigned int inp) ivtv_s_input() argument
1024 ivtv_g_output(struct file * file,void * fh,unsigned int * i) ivtv_g_output() argument
1036 ivtv_s_output(struct file * file,void * fh,unsigned int outp) ivtv_s_output() argument
1058 ivtv_g_frequency(struct file * file,void * fh,struct v4l2_frequency * vf) ivtv_g_frequency() argument
1088 ivtv_s_frequency(struct file * file,void * fh,const struct v4l2_frequency * vf) ivtv_s_frequency() argument
1097 ivtv_g_std(struct file * file,void * fh,v4l2_std_id * std) ivtv_g_std() argument
1170 ivtv_s_std(struct file * file,void * fh,v4l2_std_id std) ivtv_s_std() argument
1198 ivtv_s_tuner(struct file * file,void * fh,const struct v4l2_tuner * vt) ivtv_s_tuner() argument
1211 ivtv_g_tuner(struct file * file,void * fh,struct v4l2_tuner * vt) ivtv_g_tuner() argument
1227 ivtv_g_sliced_vbi_cap(struct file * file,void * fh,struct v4l2_sliced_vbi_cap * cap) ivtv_g_sliced_vbi_cap() argument
1262 ivtv_g_enc_index(struct file * file,void * fh,struct v4l2_enc_idx * idx) ivtv_g_enc_index() argument
1288 ivtv_encoder_cmd(struct file * file,void * fh,struct v4l2_encoder_cmd * enc) ivtv_encoder_cmd() argument
1340 ivtv_try_encoder_cmd(struct file * file,void * fh,struct v4l2_encoder_cmd * enc) ivtv_try_encoder_cmd() argument
1370 ivtv_g_fbuf(struct file * file,void * fh,struct v4l2_framebuffer * fb) ivtv_g_fbuf() argument
1457 ivtv_s_fbuf(struct file * file,void * fh,const struct v4l2_framebuffer * fb) ivtv_s_fbuf() argument
1478 ivtv_overlay(struct file * file,void * fh,unsigned int on) ivtv_overlay() argument
1505 ivtv_log_status(struct file * file,void * fh) ivtv_log_status() argument
1597 ivtv_decoder_cmd(struct file * file,void * fh,struct v4l2_decoder_cmd * dec) ivtv_decoder_cmd() argument
1606 ivtv_try_decoder_cmd(struct file * file,void * fh,struct v4l2_decoder_cmd * dec) ivtv_try_decoder_cmd() argument
1657 ivtv_default(struct file * file,void * fh,bool valid_prio,unsigned int cmd,void * arg) ivtv_default() argument
[all...]
/linux/drivers/media/pci/cx18/
H A Dcx18-ioctl.c52 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap()
76 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap()
121 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap()
261 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap()
280 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap()
305 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap()
311 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap()
330 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap()
360 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap()
392 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register()
[all …]
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c44 static int spufs_attr_open(struct inode *inode, struct file *file, in spufs_attr_open() argument
64 static int spufs_attr_release(struct inode *inode, struct file *file) in spufs_attr_release() argument
70 static ssize_t spufs_attr_read(struct file *fil argument
103 spufs_attr_write(struct file * file,const char __user * buf,size_t len,loff_t * ppos) spufs_attr_write() argument
157 spufs_mem_open(struct inode * inode,struct file * file) spufs_mem_open() argument
171 spufs_mem_release(struct inode * inode,struct file * file) spufs_mem_release() argument
190 spufs_mem_read(struct file * file,char __user * buffer,size_t size,loff_t * pos) spufs_mem_read() argument
207 spufs_mem_write(struct file * file,const char __user * buffer,size_t size,loff_t * ppos) spufs_mem_write() argument
289 spufs_mem_mmap(struct file * file,struct vm_area_struct * vma) spufs_mem_mmap() argument
379 spufs_cntl_mmap(struct file * file,struct vm_area_struct * vma) spufs_cntl_mmap() argument
422 spufs_cntl_open(struct inode * inode,struct file * file) spufs_cntl_open() argument
437 spufs_cntl_release(struct inode * inode,struct file * file) spufs_cntl_release() argument
460 spufs_regs_open(struct inode * inode,struct file * file) spufs_regs_open() argument
475 spufs_regs_read(struct file * file,char __user * buffer,size_t size,loff_t * pos) spufs_regs_read() argument
496 spufs_regs_write(struct file * file,const char __user * buffer,size_t size,loff_t * pos) spufs_regs_write() argument
532 spufs_fpcr_read(struct file * file,char __user * buffer,size_t size,loff_t * pos) spufs_fpcr_read() argument
548 spufs_fpcr_write(struct file * file,const char __user * buffer,size_t size,loff_t * pos) spufs_fpcr_write() argument
577 spufs_pipe_open(struct inode * inode,struct file * file) spufs_pipe_open() argument
593 spufs_mbox_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_mbox_read() argument
638 spufs_mbox_stat_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_mbox_stat_read() argument
694 spufs_ibox_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_ibox_read() argument
747 spufs_ibox_poll(struct file * file,poll_table * wait) spufs_ibox_poll() argument
771 spufs_ibox_stat_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_ibox_stat_read() argument
825 spufs_wbox_write(struct file * file,const char __user * buf,size_t len,loff_t * pos) spufs_wbox_write() argument
877 spufs_wbox_poll(struct file * file,poll_table * wait) spufs_wbox_poll() argument
901 spufs_wbox_stat_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_wbox_stat_read() argument
928 spufs_signal1_open(struct inode * inode,struct file * file) spufs_signal1_open() argument
942 spufs_signal1_release(struct inode * inode,struct file * file) spufs_signal1_release() argument
976 spufs_signal1_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_signal1_read() argument
991 spufs_signal1_write(struct file * file,const char __user * buf,size_t len,loff_t * pos) spufs_signal1_write() argument
1034 spufs_signal1_mmap(struct file * file,struct vm_area_struct * vma) spufs_signal1_mmap() argument
1061 spufs_signal2_open(struct inode * inode,struct file * file) spufs_signal2_open() argument
1075 spufs_signal2_release(struct inode * inode,struct file * file) spufs_signal2_release() argument
1109 spufs_signal2_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_signal2_read() argument
1124 spufs_signal2_write(struct file * file,const char __user * buf,size_t len,loff_t * pos) spufs_signal2_write() argument
1168 spufs_signal2_mmap(struct file * file,struct vm_area_struct * vma) spufs_signal2_mmap() argument
1289 spufs_mss_mmap(struct file * file,struct vm_area_struct * vma) spufs_mss_mmap() argument
1304 spufs_mss_open(struct inode * inode,struct file * file) spufs_mss_open() argument
1319 spufs_mss_release(struct inode * inode,struct file * file) spufs_mss_release() argument
1350 spufs_psmap_mmap(struct file * file,struct vm_area_struct * vma) spufs_psmap_mmap() argument
1362 spufs_psmap_open(struct inode * inode,struct file * file) spufs_psmap_open() argument
1376 spufs_psmap_release(struct inode * inode,struct file * file) spufs_psmap_release() argument
1409 spufs_mfc_mmap(struct file * file,struct vm_area_struct * vma) spufs_mfc_mmap() argument
1424 spufs_mfc_open(struct inode * inode,struct file * file) spufs_mfc_open() argument
1445 spufs_mfc_release(struct inode * inode,struct file * file) spufs_mfc_release() argument
1481 spufs_mfc_read(struct file * file,char __user * buffer,size_t size,loff_t * pos) spufs_mfc_read() argument
1607 spufs_mfc_write(struct file * file,const char __user * buffer,size_t size,loff_t * pos) spufs_mfc_write() argument
1657 spufs_mfc_poll(struct file * file,poll_table * wait) spufs_mfc_poll() argument
1687 spufs_mfc_flush(struct file * file,fl_owner_t id) spufs_mfc_flush() argument
1701 spufs_mfc_fsync(struct file * file,loff_t start,loff_t end,int datasync) spufs_mfc_fsync() argument
1894 spufs_info_open(struct inode * inode,struct file * file) spufs_info_open() argument
1913 spufs_caps_open(struct inode * inode,struct file * file) spufs_caps_open() argument
1934 spufs_mbox_info_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_mbox_info_read() argument
1972 spufs_ibox_info_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_ibox_info_read() argument
2013 spufs_wbox_info_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_wbox_info_read() argument
2069 spufs_dma_info_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_dma_info_read() argument
2122 spufs_proxydma_info_read(struct file * file,char __user * buf,size_t len,loff_t * pos) spufs_proxydma_info_read() argument
2157 spufs_tid_open(struct inode * inode,struct file * file) spufs_tid_open() argument
2247 spufs_stat_open(struct inode * inode,struct file * file) spufs_stat_open() argument
2270 spufs_switch_log_open(struct inode * inode,struct file * file) spufs_switch_log_open() argument
2301 spufs_switch_log_release(struct inode * inode,struct file * file) spufs_switch_log_release() argument
2332 spufs_switch_log_read(struct file * file,char __user * buf,size_t len,loff_t * ppos) spufs_switch_log_read() argument
2403 spufs_switch_log_poll(struct file * file,poll_table * wait) spufs_switch_log_poll() argument
2499 spufs_ctx_open(struct inode * inode,struct file * file) spufs_ctx_open() argument
[all...]
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-core.c261 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument
280 static int vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *a) in vidioc_s_hw_freq_seek() argument
289 static int vidioc_enum_freq_bands(struct file *file, void *priv, struct v4l2_frequency_band *band) in vidioc_enum_freq_bands() argument
300 vidioc_g_tuner(struct file * file,void * priv,struct v4l2_tuner * vt) vidioc_g_tuner() argument
311 vidioc_s_tuner(struct file * file,void * priv,const struct v4l2_tuner * vt) vidioc_s_tuner() argument
322 vidioc_g_frequency(struct file * file,void * priv,struct v4l2_frequency * vf) vidioc_g_frequency() argument
336 vidioc_s_frequency(struct file * file,void * priv,const struct v4l2_frequency * vf) vidioc_s_frequency() argument
350 vidioc_overlay(struct file * file,void * priv,unsigned i) vidioc_overlay() argument
359 vidioc_g_fbuf(struct file * file,void * priv,struct v4l2_framebuffer * a) vidioc_g_fbuf() argument
368 vidioc_s_fbuf(struct file * file,void * priv,const struct v4l2_framebuffer * a) vidioc_s_fbuf() argument
377 vidioc_s_std(struct file * file,void * priv,v4l2_std_id id) vidioc_s_std() argument
386 vidioc_s_dv_timings(struct file * file,void * priv,struct v4l2_dv_timings * timings) vidioc_s_dv_timings() argument
395 vidioc_g_pixelaspect(struct file * file,void * priv,int type,struct v4l2_fract * f) vidioc_g_pixelaspect() argument
405 vidioc_g_selection(struct file * file,void * priv,struct v4l2_selection * sel) vidioc_g_selection() argument
415 vidioc_s_selection(struct file * file,void * priv,struct v4l2_selection * sel) vidioc_s_selection() argument
425 vidioc_g_parm(struct file * file,void * priv,struct v4l2_streamparm * parm) vidioc_g_parm() argument
437 vidioc_s_parm(struct file * file,void * priv,struct v4l2_streamparm * parm) vidioc_s_parm() argument
447 vidioc_log_status(struct file * file,void * priv) vidioc_log_status() argument
458 vivid_radio_read(struct file * file,char __user * buf,size_t size,loff_t * offset) vivid_radio_read() argument
468 vivid_radio_write(struct file * file,const char __user * buf,size_t size,loff_t * offset) vivid_radio_write() argument
478 vivid_radio_poll(struct file * file,struct poll_table_struct * wait) vivid_radio_poll() argument
487 vivid_enum_input(struct file * file,void * priv,struct v4l2_input * inp) vivid_enum_input() argument
497 vivid_g_input(struct file * file,void * priv,unsigned int * i) vivid_g_input() argument
506 vivid_s_input(struct file * file,void * priv,unsigned int i) vivid_s_input() argument
515 vivid_enum_fmt_cap(struct file * file,void * priv,struct v4l2_fmtdesc * f) vivid_enum_fmt_cap() argument
525 vivid_g_fmt_cap(struct file * file,void * priv,struct v4l2_format * f) vivid_g_fmt_cap() argument
535 vivid_try_fmt_cap(struct file * file,void * priv,struct v4l2_format * f) vivid_try_fmt_cap() argument
545 vivid_s_fmt_cap(struct file * file,void * priv,struct v4l2_format * f) vivid_s_fmt_cap() argument
555 vivid_g_fmt_cap_mplane(struct file * file,void * priv,struct v4l2_format * f) vivid_g_fmt_cap_mplane() argument
565 vivid_try_fmt_cap_mplane(struct file * file,void * priv,struct v4l2_format * f) vivid_try_fmt_cap_mplane() argument
575 vivid_s_fmt_cap_mplane(struct file * file,void * priv,struct v4l2_format * f) vivid_s_fmt_cap_mplane() argument
640 vivid_fop_release(struct file * file) vivid_fop_release() argument
692 vidioc_reqbufs(struct file * file,void * priv,struct v4l2_requestbuffers * p) vidioc_reqbufs() argument
712 vidioc_create_bufs(struct file * file,void * priv,struct v4l2_create_buffers * p) vidioc_create_bufs() argument
[all...]
H A Dvivid-vid-cap.c523 vivid_g_fmt_vid_cap(struct file * file,void * priv,struct v4l2_format * f) vivid_g_fmt_vid_cap() argument
552 vivid_try_fmt_vid_cap(struct file * file,void * priv,struct v4l2_format * f) vivid_try_fmt_vid_cap() argument
665 vivid_s_fmt_vid_cap(struct file * file,void * priv,struct v4l2_format * f) vivid_s_fmt_vid_cap() argument
798 vidioc_g_fmt_vid_cap_mplane(struct file * file,void * priv,struct v4l2_format * f) vidioc_g_fmt_vid_cap_mplane() argument
808 vidioc_try_fmt_vid_cap_mplane(struct file * file,void * priv,struct v4l2_format * f) vidioc_try_fmt_vid_cap_mplane() argument
818 vidioc_s_fmt_vid_cap_mplane(struct file * file,void * priv,struct v4l2_format * f) vidioc_s_fmt_vid_cap_mplane() argument
828 vidioc_g_fmt_vid_cap(struct file * file,void * priv,struct v4l2_format * f) vidioc_g_fmt_vid_cap() argument
838 vidioc_try_fmt_vid_cap(struct file * file,void * priv,struct v4l2_format * f) vidioc_try_fmt_vid_cap() argument
848 vidioc_s_fmt_vid_cap(struct file * file,void * priv,struct v4l2_format * f) vidioc_s_fmt_vid_cap() argument
858 vivid_vid_cap_g_selection(struct file * file,void * priv,struct v4l2_selection * sel) vivid_vid_cap_g_selection() argument
904 vivid_vid_cap_s_selection(struct file * file,void * priv,struct v4l2_selection * s) vivid_vid_cap_s_selection() argument
1036 vivid_vid_cap_g_pixelaspect(struct file * file,void * priv,int type,struct v4l2_fract * f) vivid_vid_cap_g_pixelaspect() argument
1064 vidioc_enum_input(struct file * file,void * priv,struct v4l2_input * inp) vidioc_enum_input() argument
1133 vidioc_g_input(struct file * file,void * priv,unsigned * i) vidioc_g_input() argument
1141 vidioc_s_input(struct file * file,void * priv,unsigned i) vidioc_s_input() argument
1227 vidioc_enumaudio(struct file * file,void * priv,struct v4l2_audio * vin) vidioc_enumaudio() argument
1235 vidioc_g_audio(struct file * file,void * priv,struct v4l2_audio * vin) vidioc_g_audio() argument
1245 vidioc_s_audio(struct file * file,void * priv,const struct v4l2_audio * vin) vidioc_s_audio() argument
1257 vivid_video_g_frequency(struct file * file,void * priv,struct v4l2_frequency * vf) vivid_video_g_frequency() argument
1267 vivid_video_s_frequency(struct file * file,void * priv,const struct v4l2_frequency * vf) vivid_video_s_frequency() argument
1279 vivid_video_s_tuner(struct file * file,void * priv,const struct v4l2_tuner * vt) vivid_video_s_tuner() argument
1291 vivid_video_g_tuner(struct file * file,void * priv,struct v4l2_tuner * vt) vivid_video_g_tuner() argument
1382 vidioc_querystd(struct file * file,void * priv,v4l2_std_id * id) vidioc_querystd() argument
1409 vivid_vid_cap_s_std(struct file * file,void * priv,v4l2_std_id id) vivid_vid_cap_s_std() argument
1495 vivid_vid_cap_s_dv_timings(struct file * file,void * priv,struct v4l2_dv_timings * timings) vivid_vid_cap_s_dv_timings() argument
1518 vidioc_query_dv_timings(struct file * file,void * priv,struct v4l2_dv_timings * timings) vidioc_query_dv_timings() argument
1605 vidioc_s_edid(struct file * file,void * priv,struct v4l2_edid * edid) vidioc_s_edid() argument
1643 vidioc_enum_framesizes(struct file * file,void * priv,struct v4l2_frmsizeenum * fsize) vidioc_enum_framesizes() argument
1672 vidioc_enum_frameintervals(struct file * file,void * priv,struct v4l2_frmivalenum * fival) vidioc_enum_frameintervals() argument
1708 vivid_vid_cap_g_parm(struct file * file,void * priv,struct v4l2_streamparm * parm) vivid_vid_cap_g_parm() argument
1724 vivid_vid_cap_s_parm(struct file * file,void * priv,struct v4l2_streamparm * parm) vivid_vid_cap_s_parm() argument
[all...]
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c41 struct file *file; member
112 static int pvr2_querycap(struct file *file, void *priv, struct v4l2_capability *cap) in pvr2_querycap()
127 static int pvr2_g_std(struct file *file, void *priv, v4l2_std_id *std) in pvr2_g_std()
140 static int pvr2_s_std(struct file *file, void *priv, v4l2_std_id std) in pvr2_s_std()
152 static int pvr2_querystd(struct file *file, void *priv, v4l2_std_id *std) in pvr2_querystd()
165 static int pvr2_enum_input(struct file *file, void *priv, struct v4l2_input *vi) in pvr2_enum_input()
213 static int pvr2_g_input(struct file *file, void *priv, unsigned int *i) in pvr2_g_input()
235 static int pvr2_s_input(struct file *file, void *priv, unsigned int inp) in pvr2_s_input()
250 static int pvr2_enumaudio(struct file *file, void *priv, struct v4l2_audio *vin) in pvr2_enumaudio()
274 static int pvr2_g_audio(struct file *file, void *priv, struct v4l2_audio *vin) in pvr2_g_audio()
[all …]
/linux/fs/lockd/
H A Dsvcsubs.c47 nlm_debug_print_file(char * msg,struct nlm_file * file) nlm_debug_print_file() argument
60 nlm_debug_print_file(char * msg,struct nlm_file * file) nlm_debug_print_file() argument
92 nlm_do_fopen(struct svc_rqst * rqstp,struct nlm_file * file,int mode) nlm_do_fopen() argument
137 struct nlm_file *file; nlm_lookup_file() local
191 nlm_delete_file(struct nlm_file * file) nlm_delete_file() argument
206 nlm_unlock_files(struct nlm_file * file,const struct file_lock * fl) nlm_unlock_files() argument
235 nlm_traverse_locks(struct nlm_host * host,struct nlm_file * file,nlm_host_match_fn_t match) nlm_traverse_locks() argument
279 nlm_inspect_file(struct nlm_host * host,struct nlm_file * file,nlm_host_match_fn_t match) nlm_inspect_file() argument
291 nlm_file_inuse(struct nlm_file * file) nlm_file_inuse() argument
314 nlm_close_files(struct nlm_file * file) nlm_close_files() argument
327 nlm_traverse_files(void * data,nlm_host_match_fn_t match,int (* is_failover_file)(void * data,struct nlm_file * file)) nlm_traverse_files() argument
330 struct nlm_file *file; nlm_traverse_files() local
371 nlm_release_file(struct nlm_file * file) nlm_release_file() argument
488 nlmsvc_match_sb(void * datap,struct nlm_file * file) nlmsvc_match_sb() argument
[all...]
/linux/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c25 static ssize_t write_file_dummy(struct file *file, const char __user *buf, in write_file_dummy()
33 static ssize_t lbs_dev_info(struct file *file, char __user *userbuf, in lbs_dev_info()
55 static ssize_t lbs_sleepparams_write(struct file *file, in lbs_sleepparams_write()
92 static ssize_t lbs_sleepparams_read(struct file *file, char __user *userbuf, in lbs_sleepparams_read()
120 static ssize_t lbs_host_sleep_write(struct file *file, in lbs_host_sleep_write()
162 static ssize_t lbs_host_sleep_read(struct file *file, char __user *userbuf, in lbs_host_sleep_read()
218 struct file *file, char __user *userbuf, in lbs_threshold_read()
270 struct file *file, in lbs_threshold_write()
338 static ssize_t lbs_lowrssi_read(struct file *file, char __user *userbuf, in lbs_lowrssi_read()
346 static ssize_t lbs_lowrssi_write(struct file *file, const char __user *userbuf, in lbs_lowrssi_write()
[all …]
/linux/fs/proc/
H A Dinode.c235 struct file *file; in close_pdeo() local
275 static loff_t proc_reg_llseek(struct file *file, loff_t offset, int whence) in proc_reg_llseek()
304 static ssize_t pde_read(struct proc_dir_entry *pde, struct file *file, char __user *buf, size_t cou… in pde_read()
312 static ssize_t proc_reg_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) in proc_reg_read()
326 static ssize_t pde_write(struct proc_dir_entry *pde, struct file *file, const char __user *buf, siz… in pde_write()
334 static ssize_t proc_reg_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) in proc_reg_write()
348 static __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *p… in pde_poll()
356 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll()
370 static long pde_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned lon… in pde_ioctl()
378 static long proc_reg_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in proc_reg_unlocked_ioctl()
[all …]
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c283 static int gsc_m2m_querycap(struct file *file, void *fh, in gsc_m2m_querycap()
291 static int gsc_m2m_enum_fmt(struct file *file, void *priv, in gsc_m2m_enum_fmt()
297 static int gsc_m2m_g_fmt_mplane(struct file *file, void *fh, in gsc_m2m_g_fmt_mplane()
305 static int gsc_m2m_try_fmt_mplane(struct file *file, void *fh, in gsc_m2m_try_fmt_mplane()
313 static int gsc_m2m_s_fmt_mplane(struct file *file, void *fh, in gsc_m2m_s_fmt_mplane()
359 static int gsc_m2m_reqbufs(struct file *file, void *fh, in gsc_m2m_reqbufs()
374 static int gsc_m2m_expbuf(struct file *file, void *fh, in gsc_m2m_expbuf()
381 static int gsc_m2m_querybuf(struct file *file, void *fh, in gsc_m2m_querybuf()
388 static int gsc_m2m_qbuf(struct file *file, void *fh, in gsc_m2m_qbuf()
395 static int gsc_m2m_dqbuf(struct file *file, void *fh, in gsc_m2m_dqbuf()
[all …]
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c923 static int check_fmt(struct file *file, enum v4l2_buf_type type) in check_fmt()
1092 static int v4l_querycap(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_querycap()
1126 static int v4l_g_input(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_g_input()
1139 static int v4l_g_output(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_g_output()
1152 static int v4l_s_input(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_s_input()
1168 static int v4l_s_output(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_s_output()
1179 static int v4l_g_priority(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_g_priority()
1190 static int v4l_s_priority(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_s_priority()
1202 static int v4l_enuminput(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_enuminput()
1228 static int v4l_enumoutput(const struct v4l2_ioctl_ops *ops, struct file *file, in v4l_enumoutput()
[all …]
H A Dv4l2-mem2mem.c572 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_reqbufs()
606 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_querybuf()
758 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_qbuf()
797 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_dqbuf()
815 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_prepare_buf()
834 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_create_bufs()
844 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_expbuf()
854 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_streamon()
869 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_streamoff()
909 static __poll_t v4l2_m2m_poll_for_data(struct file *file, in v4l2_m2m_poll_for_data()
[all …]
/linux/drivers/misc/sgi-gru/
H A Dgruprocfs.c107 static ssize_t statistics_write(struct file *file, const char __user *userbuf, in statistics_write()
133 static ssize_t mcs_statistics_write(struct file *file, in mcs_statistics_write()
147 static ssize_t options_write(struct file *file, const char __user *userbuf, in options_write()
159 static int cch_seq_show(struct seq_file *file, void *data) in cch_seq_show()
187 static int gru_seq_show(struct seq_file *file, void *data) in gru_seq_show()
209 static void seq_stop(struct seq_file *file, void *data) in seq_stop()
213 static void *seq_start(struct seq_file *file, loff_t *gid) in seq_start()
220 static void *seq_next(struct seq_file *file, void *data, loff_t *gid) in seq_next()
242 static int statistics_open(struct inode *inode, struct file *file) in statistics_open()
247 static int mcs_statistics_open(struct inode *inode, struct file *file) in mcs_statistics_open()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c126 ath11k_open_pdev_stats(struct inode * inode,struct file * file) ath11k_open_pdev_stats() argument
172 ath11k_release_pdev_stats(struct inode * inode,struct file * file) ath11k_release_pdev_stats() argument
179 ath11k_read_pdev_stats(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_read_pdev_stats() argument
197 ath11k_open_vdev_stats(struct inode * inode,struct file * file) ath11k_open_vdev_stats() argument
243 ath11k_release_vdev_stats(struct inode * inode,struct file * file) ath11k_release_vdev_stats() argument
250 ath11k_read_vdev_stats(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_read_vdev_stats() argument
268 ath11k_open_bcn_stats(struct inode * inode,struct file * file) ath11k_open_bcn_stats() argument
327 ath11k_release_bcn_stats(struct inode * inode,struct file * file) ath11k_release_bcn_stats() argument
334 ath11k_read_bcn_stats(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_read_bcn_stats() argument
352 ath11k_read_simulate_fw_crash(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_read_simulate_fw_crash() argument
371 ath11k_write_simulate_fw_crash(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_write_simulate_fw_crash() argument
440 ath11k_write_enable_extd_tx_stats(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath11k_write_enable_extd_tx_stats() argument
471 ath11k_read_enable_extd_tx_stats(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath11k_read_enable_extd_tx_stats() argument
494 ath11k_write_extd_rx_stats(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath11k_write_extd_rx_stats() argument
570 ath11k_read_extd_rx_stats(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath11k_read_extd_rx_stats() argument
658 ath11k_debugfs_dump_soc_dp_stats(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_debugfs_dump_soc_dp_stats() argument
735 ath11k_write_fw_dbglog(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_write_fw_dbglog() argument
798 ath11k_open_sram_dump(struct inode * inode,struct file * file) ath11k_open_sram_dump() argument
823 ath11k_read_sram_dump(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_read_sram_dump() argument
839 ath11k_release_sram_dump(struct inode * inode,struct file * file) ath11k_release_sram_dump() argument
947 ath11k_write_pktlog_filter(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath11k_write_pktlog_filter() argument
1079 ath11k_read_pktlog_filter(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath11k_read_pktlog_filter() argument
1103 ath11k_write_simulate_radar(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_write_simulate_radar() argument
1122 ath11k_debug_dump_dbr_entries(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_debug_dump_dbr_entries() argument
1231 ath11k_debugfs_write_enable_dbr_dbg(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath11k_debugfs_write_enable_dbr_dbg() argument
1283 ath11k_write_ps_timekeeper_enable(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_write_ps_timekeeper_enable() argument
1314 ath11k_read_ps_timekeeper_enable(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_read_ps_timekeeper_enable() argument
1348 ath11k_write_reset_ps_duration(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_write_reset_ps_duration() argument
1401 ath11k_write_ps_state_enable(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_write_ps_state_enable() argument
1447 ath11k_read_ps_state_enable(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_read_ps_state_enable() argument
1552 ath11k_write_twt_add_dialog(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath11k_write_twt_add_dialog() argument
1628 ath11k_write_twt_del_dialog(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath11k_write_twt_del_dialog() argument
1675 ath11k_write_twt_pause_dialog(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath11k_write_twt_pause_dialog() argument
1714 ath11k_write_twt_resume_dialog(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath11k_write_twt_resume_dialog() argument
[all...]
/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c153 ath10k_read_wmi_services(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_wmi_services() argument
396 ath10k_fw_stats_open(struct inode * inode,struct file * file) ath10k_fw_stats_open() argument
440 ath10k_fw_stats_release(struct inode * inode,struct file * file) ath10k_fw_stats_release() argument
447 ath10k_fw_stats_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_fw_stats_read() argument
464 ath10k_debug_fw_reset_stats_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_debug_fw_reset_stats_read() argument
524 ath10k_read_simulate_fw_crash(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_simulate_fw_crash() argument
545 ath10k_write_simulate_fw_crash(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_simulate_fw_crash() argument
617 ath10k_read_chip_id(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_chip_id() argument
636 ath10k_reg_addr_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_reg_addr_read() argument
654 ath10k_reg_addr_write(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_reg_addr_write() argument
684 ath10k_reg_value_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_reg_value_read() argument
715 ath10k_reg_value_write(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_reg_value_write() argument
755 ath10k_mem_value_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_mem_value_read() argument
807 ath10k_mem_value_write(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_mem_value_write() argument
907 ath10k_read_htt_stats_mask(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_htt_stats_mask() argument
920 ath10k_write_htt_stats_mask(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_htt_stats_mask() argument
960 ath10k_read_htt_max_amsdu_ampdu(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_htt_max_amsdu_ampdu() argument
980 ath10k_write_htt_max_amsdu_ampdu(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_htt_max_amsdu_ampdu() argument
1022 ath10k_read_fw_dbglog(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_fw_dbglog() argument
1036 ath10k_write_fw_dbglog(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_fw_dbglog() argument
1286 ath10k_debug_cal_data_open(struct inode * inode,struct file * file) ath10k_debug_cal_data_open() argument
1303 ath10k_debug_cal_data_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_debug_cal_data_read() argument
1320 ath10k_write_ani_enable(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_ani_enable() argument
1354 ath10k_read_ani_enable(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_ani_enable() argument
1381 ath10k_read_nf_cal_period(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_nf_cal_period() argument
1394 ath10k_write_nf_cal_period(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_nf_cal_period() argument
1631 ath10k_tpc_stats_open(struct inode * inode,struct file * file) ath10k_tpc_stats_open() argument
1671 ath10k_tpc_stats_release(struct inode * inode,struct file * file) ath10k_tpc_stats_release() argument
1678 ath10k_tpc_stats_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_tpc_stats_read() argument
1764 ath10k_write_simulate_radar(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_simulate_radar() argument
1799 ath10k_read_dfs_stats(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_dfs_stats() argument
1853 ath10k_write_pktlog_filter(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath10k_write_pktlog_filter() argument
1900 ath10k_read_pktlog_filter(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath10k_read_pktlog_filter() argument
1921 ath10k_write_quiet_period(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath10k_write_quiet_period() argument
1944 ath10k_read_quiet_period(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath10k_read_quiet_period() argument
1965 ath10k_write_btcoex(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath10k_write_btcoex() argument
2021 ath10k_read_btcoex(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath10k_read_btcoex() argument
2042 ath10k_write_enable_extd_tx_stats(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath10k_write_enable_extd_tx_stats() argument
2074 ath10k_read_enable_extd_tx_stats(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath10k_read_enable_extd_tx_stats() argument
2097 ath10k_write_peer_stats(struct file * file,const char __user * ubuf,size_t count,loff_t * ppos) ath10k_write_peer_stats() argument
2137 ath10k_read_peer_stats(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath10k_read_peer_stats() argument
2159 ath10k_debug_fw_checksums_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_debug_fw_checksums_read() argument
2214 ath10k_sta_tid_stats_mask_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_sta_tid_stats_mask_read() argument
2226 ath10k_sta_tid_stats_mask_write(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_sta_tid_stats_mask_write() argument
2274 ath10k_tpc_stats_final_open(struct inode * inode,struct file * file) ath10k_tpc_stats_final_open() argument
2315 ath10k_tpc_stats_final_release(struct inode * inode,struct file * file) ath10k_tpc_stats_final_release() argument
2322 ath10k_tpc_stats_final_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_tpc_stats_final_read() argument
2340 ath10k_write_warm_hw_reset(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_warm_hw_reset() argument
2394 ath10k_write_ps_state_enable(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_ps_state_enable() argument
2438 ath10k_read_ps_state_enable(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath10k_read_ps_state_enable() argument
2462 ath10k_write_reset_htt_stats(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath10k_write_reset_htt_stats() argument
[all...]
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c200 il_dbgfs_tx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_stats_read()
240 il_dbgfs_clear_traffic_stats_write(struct file *file, in il_dbgfs_clear_traffic_stats_write()
261 il_dbgfs_rx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_stats_read()
305 il_dbgfs_sram_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_sram_read()
364 il_dbgfs_sram_write(struct file *file, const char __user *user_buf, in il_dbgfs_sram_write()
389 il_dbgfs_stations_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_stations_read()
453 il_dbgfs_nvm_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_nvm_read()
497 il_dbgfs_channels_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_channels_read()
576 il_dbgfs_status_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_status_read()
637 il_dbgfs_interrupt_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_interrupt_read()
[all …]
/linux/kernel/trace/
H A Dtrace_events_trigger.c177 event_triggers_call(struct trace_event_file *file, in event_triggers_call()
208 bool __trace_trigger_soft_disabled(struct trace_event_file *file) in __trace_trigger_soft_disabled()
235 event_triggers_post_call(struct trace_event_file *file, in event_triggers_post_call()
262 static bool check_user_trigger(struct trace_event_file *file) in check_user_trigger()
325 static int event_trigger_regex_open(struct inode *inode, struct file *file) in event_trigger_regex_open()
362 int trigger_process_regex(struct trace_event_file *file, char *buff) in trigger_process_regex()
387 static ssize_t event_trigger_regex_write(struct file *file, in event_trigger_regex_write()
419 static int event_trigger_regex_release(struct inode *inode, struct file *file) in event_trigger_regex_release()
442 event_trigger_release(struct inode *inode, struct file *file) in event_trigger_release()
596 int trace_event_trigger_enable_disable(struct trace_event_file *file, in trace_event_trigger_enable_disable()
[all …]
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c55 static inline struct hdpvr_fh *file_to_hdpvr_fh(struct file *file) in file_to_hdpvr_fh()
380 static int hdpvr_open(struct file *file) in hdpvr_open()
392 static int hdpvr_release(struct file *file) in hdpvr_release()
410 static ssize_t hdpvr_read(struct file *file, char __user *buffer, size_t count, in hdpvr_read()
582 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap()
593 static int vidioc_s_std(struct file *file, void *priv, in vidioc_s_std()
613 static int vidioc_g_std(struct file *file, void *priv, in vidioc_g_std()
626 static int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *a) in vidioc_querystd()
645 static int vidioc_s_dv_timings(struct file *file, void *priv, in vidioc_s_dv_timings()
668 static int vidioc_g_dv_timings(struct file *file, void *priv, in vidioc_g_dv_timings()
[all …]
/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c215 uvc_v4l2_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in uvc_v4l2_querycap()
229 uvc_v4l2_get_format(struct file *file, void *fh, struct v4l2_format *fmt) in uvc_v4l2_get_format()
248 uvc_v4l2_try_format(struct file *file, void *fh, struct v4l2_format *fmt) in uvc_v4l2_try_format()
306 uvc_v4l2_set_format(struct file *file, void *fh, struct v4l2_format *fmt) in uvc_v4l2_set_format()
326 static int uvc_v4l2_g_parm(struct file *file, void *fh, in uvc_v4l2_g_parm()
353 static int uvc_v4l2_s_parm(struct file *file, void *fh, in uvc_v4l2_s_parm()
377 uvc_v4l2_enum_frameintervals(struct file *file, void *fh, in uvc_v4l2_enum_frameintervals()
416 uvc_v4l2_enum_framesizes(struct file *file, void *fh, in uvc_v4l2_enum_framesizes()
443 uvc_v4l2_enum_format(struct file *file, void *fh, struct v4l2_fmtdesc *f) in uvc_v4l2_enum_format()
467 uvc_v4l2_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *b) in uvc_v4l2_reqbufs()
[all …]
/linux/tools/testing/selftests/exec/
H A Dnon-regular.c36 FIXTURE(file) { in FIXTURE() argument
41 FIXTURE_VARIANT(file) in FIXTURE_VARIANT() argument
73 FIXTURE_VARIANT_ADD(file, S_IFLNK) in FIXTURE_VARIANT_ADD() argument
87 FIXTURE_VARIANT_ADD(file, S_IFDIR) in FIXTURE_VARIANT_ADD() argument
111 FIXTURE_VARIANT_ADD(file, S_IFBLK) in FIXTURE_VARIANT_ADD() argument
122 FIXTURE_VARIANT_ADD(file, S_IFCHR) in FIXTURE_VARIANT_ADD() argument
140 FIXTURE_VARIANT_ADD(file, S_IFIFO) in FIXTURE_VARIANT_ADD() argument
147 FIXTURE_SETUP(file) in FIXTURE_SETUP() argument
156 FIXTURE_TEARDOWN(file) in FIXTURE_TEARDOWN() argument
161 TEST_F(file, exec_errno) in TEST_F() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_dbg.c116 mlx5dr_dbg_dump_data_print(struct seq_file *file, char *str, u32 size) in mlx5dr_dbg_dump_data_print()
209 dr_dump_rule_action_mem(struct seq_file *file, char *buff, const u64 rule_id, in dr_dump_rule_action_mem()
491 dr_dump_rule_mem(struct seq_file *file, char *buff, struct mlx5dr_ste *ste, in dr_dump_rule_mem()
524 dr_dump_rule_rx_tx(struct seq_file *file, char *buff, in dr_dump_rule_rx_tx()
546 dr_dump_rule(struct seq_file *file, struct mlx5dr_rule *rule) in dr_dump_rule()
590 dr_dump_matcher_mask(struct seq_file *file, char *buff, in dr_dump_matcher_mask()
685 dr_dump_matcher_builder(struct seq_file *file, char *buff, in dr_dump_matcher_builder()
706 dr_dump_matcher_rx_tx(struct seq_file *file, char *buff, bool is_rx, in dr_dump_matcher_rx_tx()
745 dr_dump_matcher(struct seq_file *file, struct mlx5dr_matcher *matcher) in dr_dump_matcher()
787 dr_dump_matcher_all(struct seq_file *file, struct mlx5dr_matcher *matcher) in dr_dump_matcher_all()
[all …]
/linux/arch/arm64/include/asm/
H A Dasm-bug.h11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument
12 #define __BUGVERBOSE_LOCATION(file, line) \ argument
20 #define _BUGVERBOSE_LOCATION(file, line) argument
50 #define __BUG_LOCATION_STRING(file, line) \ argument
54 #define __BUG_LOCATION_STRING(file, line) argument
57 #define __BUG_ENTRY_STRING(file, line, flags) \ argument
63 #define ARCH_WARN_ASM(file, line, flags, size) \ argument
/linux/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c62 mwifiex_info_read(struct file *file, char __user *ubuf, in mwifiex_info_read()
166 mwifiex_getlog_read(struct file *file, char __user *ubuf, in mwifiex_getlog_read()
242 mwifiex_histogram_read(struct file *file, char __user *ubuf, in mwifiex_histogram_read()
321 mwifiex_histogram_write(struct file *file, const char __user *ubuf, in mwifiex_histogram_write()
381 mwifiex_debug_read(struct file *file, char __user *ubuf, in mwifiex_debug_read()
417 mwifiex_regrdwr_write(struct file *file, in mwifiex_regrdwr_write()
455 mwifiex_regrdwr_read(struct file *file, char __user *ubuf, in mwifiex_regrdwr_read()
509 mwifiex_debug_mask_read(struct file *file, char __user *ubuf, in mwifiex_debug_mask_read()
535 mwifiex_debug_mask_write(struct file *file, const char __user *ubuf, in mwifiex_debug_mask_write()
563 mwifiex_verext_write(struct file *file, const char __user *ubuf, in mwifiex_verext_write()
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c19 struct file *file; in shmem_create_from_data() local
39 struct file *file; in shmem_create_from_object() local
59 void *shmem_pin_map(struct file *file) in shmem_pin_map()
89 void shmem_unpin_map(struct file *file, void *ptr) in shmem_unpin_map()
95 static int __shmem_rw(struct file *file, loff_t off, in __shmem_rw()
131 int shmem_read_to_iosys_map(struct file *file, loff_t off, in shmem_read_to_iosys_map()
162 int shmem_read(struct file *file, loff_t off, void *dst, size_t len) in shmem_read()
167 int shmem_write(struct file *file, loff_t off, void *src, size_t len) in shmem_write()

12345678910>>...59