Home
last modified time | relevance | path

Searched defs:m (Results 201 – 225 of 2636) sorted by relevance

12345678910>>...106

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject-list.c133 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start()
143 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next()
152 static void fscache_objlist_stop(struct seq_file *m, void *v) in fscache_objlist_stop()
161 static int fscache_objlist_show(struct seq_file *m, void *v) in fscache_objlist_show()
402 struct seq_file *m = file->private_data; in fscache_objlist_release() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py213 def _handle(m, ud, d): argument
219 def _handle(m, ud, d): argument
225 def _handle(m, ud, d): argument
231 def _handle(m, ud, d): argument
280 def _handle(m, ud, d): argument
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxskmap.c78 struct xsk_map *m; in xsk_map_alloc() local
111 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_free() local
120 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_get_next_key() local
165 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_update_elem() local
224 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_delete_elem() local
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dsetup.c125 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
144 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
150 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
156 static void c_stop(struct seq_file *m, void *v) in c_stop()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_branch.c236 static int annotated_branch_stat_headers(struct seq_file *m) in annotated_branch_stat_headers()
271 static void branch_stat_show(struct seq_file *m, in branch_stat_show()
289 static int branch_stat_show_normal(struct seq_file *m, in branch_stat_show_normal()
297 static int annotate_branch_stat_show(struct seq_file *m, void *v) in annotate_branch_stat_show()
396 static int all_branch_stat_headers(struct seq_file *m) in all_branch_stat_headers()
425 static int all_branch_stat_show(struct seq_file *m, void *v) in all_branch_stat_show()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo_sharp.cpp268 for(int m = 0; m < h; m++) { in init_sharp_params_v1() local
304 for(int m = 0; m < h; m++) { in init_sharp_params_v1() local
341 for(int m = 0; m < h; m++) { in init_sharp_params_v1() local
359 for(int m = 0; m < h; m++) { in init_sharp_params_v1() local
393 for(int m = 0; m < h; m++) { in init_sharp_params_v1() local
431 for(int m = 0; m < h; m++) { in init_sharp_params_v1() local
618 for(int m = 0; m < h; m++) { in init_sharp_params_v1_json() local
654 for(int m = 0; m < h; m++) { in init_sharp_params_v1_json() local
691 for(int m = 0; m < h; m++) { in init_sharp_params_v1_json() local
709 for(int m = 0; m < h; m++) { in init_sharp_params_v1_json() local
[all …]
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dme-debugfs.c200 #define FPU_EMU_STAT_OFFSET(m) \ in debugfs_fpuemu() argument
203 #define FPU_STAT_CREATE(m) \ in debugfs_fpuemu() argument
227 #define FPU_STAT_CREATE_EX(m) \ in debugfs_fpuemu() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.c367 static void err_compression_marker(struct drm_i915_error_state_buf *m) in err_compression_marker()
422 static void err_compression_marker(struct drm_i915_error_state_buf *m) in err_compression_marker()
429 static void error_print_instdone(struct drm_i915_error_state_buf *m, in error_print_instdone()
467 static void error_print_request(struct drm_i915_error_state_buf *m, in error_print_request()
484 static void error_print_context(struct drm_i915_error_state_buf *m, in error_print_context()
515 static void error_print_engine(struct drm_i915_error_state_buf *m, in error_print_engine()
592 static void print_error_vma(struct drm_i915_error_state_buf *m, in print_error_vma()
625 static void err_print_capabilities(struct drm_i915_error_state_buf *m, in err_print_capabilities()
635 static void err_print_params(struct drm_i915_error_state_buf *m, in err_print_params()
643 static void err_print_pciid(struct drm_i915_error_state_buf *m, in err_print_pciid()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dparavirt_patch.c7 #define PSTART(d, m) \ argument
10 #define PEND(d, m) \ argument
13 #define PATCH(d, m, insn_buff, len) \ argument
16 #define PATCH_CASE(ops, m, data, insn_buff, len) \ argument
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dtreesource.c68 struct marker *m = val.markers; in write_propval_string() local
141 struct marker *m = val.markers; in write_propval_cells() local
171 struct marker *m = val.markers; in write_propval_bytes() local
199 struct marker *m = prop->val.markers; in write_propval() local
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo) in ahc_format_transinfo()
134 ahc_dump_target_state(struct ahc_softc *ahc, struct seq_file *m, in ahc_dump_target_state()
172 ahc_dump_device_state(struct seq_file *m, struct scsi_device *sdev) in ahc_dump_device_state()
289 ahc_linux_show_info(struct seq_file *m, struct Scsi_Host *shost) in ahc_linux_show_info()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Ddump_pagetables.c69 #define pt_dump_seq_printf(m, fmt, args...) \ argument
77 #define pt_dump_seq_puts(m, fmt) \ argument
85 static void print_prot(struct seq_file *m, unsigned int pr, int level) in print_prot()
126 struct seq_file *m; in note_page() local
202 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h30 u32 val, u32 m) in ixgbe_mat_prgm_sip()
39 u32 val, u32 m) in ixgbe_mat_prgm_dip()
56 u32 val, u32 m) in ixgbe_mat_prgm_ports()
82 u32 m; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dspi.c47 struct spi_message m; in wl1251_spi_reset() local
74 struct spi_message m; in wl1251_spi_wake() local
133 struct spi_message m; in wl1251_spi_read() local
173 struct spi_message m; in wl1251_spi_write() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c80 static int v3d_v3d_debugfs_regs(struct seq_file *m, void *unused) in v3d_v3d_debugfs_regs()
127 static int v3d_v3d_debugfs_ident(struct seq_file *m, void *unused) in v3d_v3d_debugfs_ident()
196 static int v3d_debugfs_bo_stats(struct seq_file *m, void *unused) in v3d_debugfs_bo_stats()
212 static int v3d_measure_clock(struct seq_file *m, void *unused) in v3d_measure_clock()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dapei.c31 struct mce m; in apei_mce_report_mem_error() local
71 int apei_write_mce(struct mce *m) in apei_write_mce()
103 ssize_t apei_read_mce(struct mce *m, u64 *record_id) in apei_read_mce()
/OK3568_Linux_fs/kernel/drivers/nfc/st95hf/
H A Dspi.c17 struct spi_message m; in st95hf_spi_send() local
73 struct spi_message m; in st95hf_spi_recv_response() local
137 struct spi_message m; in st95hf_spi_recv_echo_res() local
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dc2p_core.h60 static __always_inline void transp8(u32 d[], unsigned int n, unsigned int m) in transp8()
102 static __always_inline void transp4(u32 d[], unsigned int n, unsigned int m) in transp4()
129 static __always_inline void transp4x(u32 d[], unsigned int n, unsigned int m) in transp4x()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddiag.c56 static int show_diag_stat(struct seq_file *m, void *v) in show_diag_stat()
85 static void *show_diag_stat_start(struct seq_file *m, loff_t *pos) in show_diag_stat_start()
90 static void *show_diag_stat_next(struct seq_file *m, void *v, loff_t *pos) in show_diag_stat_next()
96 static void show_diag_stat_stop(struct seq_file *m, void *v) in show_diag_stat_stop()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dprm2xxx_3xxx.c114 u32 m; in omap2_pwrdm_set_mem_onst() local
127 u32 m; in omap2_pwrdm_set_mem_retst() local
139 u32 m; in omap2_pwrdm_read_mem_pwrst() local
149 u32 m; in omap2_pwrdm_read_mem_retst() local
/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.h179 static inline u32 msg_key_gen(struct tipc_msg *m) in msg_key_gen()
184 static inline void msg_set_key_gen(struct tipc_msg *m, u32 gen) in msg_set_key_gen()
189 static inline u32 msg_key_mode(struct tipc_msg *m) in msg_key_mode()
194 static inline void msg_set_key_mode(struct tipc_msg *m, u32 mode) in msg_set_key_mode()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_port.c139 bfa_port_isr(void *cbarg, struct bfi_mbmsg_s *m) in bfa_port_isr()
222 struct bfi_port_generic_req_s *m; in bfa_port_enable() local
278 struct bfi_port_generic_req_s *m; in bfa_port_disable() local
334 struct bfi_port_get_stats_req_s *m; in bfa_port_get_stats() local
373 struct bfi_port_generic_req_s *m; in bfa_port_clear_stats() local
760 bfa_cee_isr(void *cbarg, struct bfi_mbmsg_s *m) in bfa_cee_isr()
/OK3568_Linux_fs/kernel/net/9p/
H A Dmod.c69 void v9fs_register_trans(struct p9_trans_module *m) in v9fs_register_trans()
82 void v9fs_unregister_trans(struct p9_trans_module *m) in v9fs_unregister_trans()
147 void v9fs_put_trans(struct p9_trans_module *m) in v9fs_put_trans()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_pipapo.c418 struct nft_pipapo_match *m; in nft_pipapo_lookup() local
520 struct nft_pipapo_match *m = priv->clone; in pipapo_get() local
1080 static void pipapo_map(struct nft_pipapo_match *m,
1162 struct nft_pipapo_match *m = priv->clone; local
1493 static void pipapo_drop(struct nft_pipapo_match *m,
1537 static void pipapo_gc(const struct nft_set *set, struct nft_pipapo_match *m)
1588 static void pipapo_free_fields(struct nft_pipapo_match *m)
1605 struct nft_pipapo_match *m; local
1889 struct nft_pipapo_match *m = priv->clone; local
1952 struct nft_pipapo_match *m; local
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Ddebugfs.c19 static int mei_dbgfs_meclients_show(struct seq_file *m, void *unused) in mei_dbgfs_meclients_show()
58 static int mei_dbgfs_active_show(struct seq_file *m, void *unused) in mei_dbgfs_active_show()
89 static int mei_dbgfs_devstate_show(struct seq_file *m, void *unused) in mei_dbgfs_devstate_show()

12345678910>>...106