| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_malloc.c | 182 void *m = sym_get_mem_cluster(); in ___mp0_get_mem_cluster() local 189 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster() 233 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster() 303 void *m = NULL; in __sym_calloc_dma() local 322 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma() 344 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m) in __vtobus()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/eventlog/ |
| H A D | tpm2.c | 42 static void *tpm2_bios_measurements_start(struct seq_file *m, loff_t *pos) in tpm2_bios_measurements_start() 85 static void *tpm2_bios_measurements_next(struct seq_file *m, void *v, in tpm2_bios_measurements_next() 124 static void tpm2_bios_measurements_stop(struct seq_file *m, void *v) in tpm2_bios_measurements_stop() 128 static int tpm2_binary_bios_measurements_show(struct seq_file *m, void *v) in tpm2_binary_bios_measurements_show()
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | ieee754.c | 28 #define xPCNST(s, b, m, ebias) \ argument 37 #define DPCNST(s, b, m) \ argument 61 #define SPCNST(s, b, m) \ argument
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_debugfs.c | 67 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) in l2tp_dfs_seq_start() 94 static void *l2tp_dfs_seq_next(struct seq_file *m, void *v, loff_t *pos) in l2tp_dfs_seq_next() 120 static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v) in l2tp_dfs_seq_tunnel_show() 179 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) in l2tp_dfs_seq_session_show() 233 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) in l2tp_dfs_seq_show()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | treesource.c | 127 static bool has_data_type_information(struct marker *m) in has_data_type_information() 132 static struct marker *next_type_marker(struct marker *m) in next_type_marker() 139 size_t type_marker_length(struct marker *m) in type_marker_length() 167 struct marker *m = prop->val.markers; in guess_value_type() local 199 struct marker *m = prop->val.markers; in write_propval() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_debugfs_params.c | 13 static int i915_param_int_show(struct seq_file *m, void *data) in i915_param_int_show() 31 struct seq_file *m = file->private_data; in i915_param_int_write() local 66 static int i915_param_uint_show(struct seq_file *m, void *data) in i915_param_uint_show() 84 struct seq_file *m = file->private_data; in i915_param_uint_write() local 119 static int i915_param_charp_show(struct seq_file *m, void *data) in i915_param_charp_show() 137 struct seq_file *m = file->private_data; in i915_param_charp_write() local
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | stat.h | 21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument 23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument 26 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | stat.h | 21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument 23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument 26 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 101 GpuMat::GpuMat(const GpuMat& m) in GpuMat() 122 GpuMat& GpuMat::operator =(const GpuMat& m) in operator =() 156 GpuMat m; in clone() local 198 void GpuMat::assignTo(GpuMat& m, int _type) const in assignTo() 349 GpuMat m; in createContinuous() local 363 GpuMat m; in createContinuous() local 391 HostMem::HostMem(const HostMem& m) in HostMem() 428 HostMem& HostMem::operator =(const HostMem& m) in operator =() 456 HostMem m(size(), type(), alloc_type); in clone() local 621 Mat::Mat(const cuda::GpuMat& m) in Mat()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 101 GpuMat::GpuMat(const GpuMat& m) in GpuMat() 122 GpuMat& GpuMat::operator =(const GpuMat& m) in operator =() 156 GpuMat m; in clone() local 198 void GpuMat::assignTo(GpuMat& m, int _type) const in assignTo() 349 GpuMat m; in createContinuous() local 363 GpuMat m; in createContinuous() local 391 HostMem::HostMem(const HostMem& m) in HostMem() 428 HostMem& HostMem::operator =(const HostMem& m) in operator =() 456 HostMem m(size(), type(), alloc_type); in clone() local 621 Mat::Mat(const cuda::GpuMat& m) in Mat()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 101 GpuMat::GpuMat(const GpuMat& m) in GpuMat() 122 GpuMat& GpuMat::operator =(const GpuMat& m) in operator =() 156 GpuMat m; in clone() local 198 void GpuMat::assignTo(GpuMat& m, int _type) const in assignTo() 349 GpuMat m; in createContinuous() local 363 GpuMat m; in createContinuous() local 391 HostMem::HostMem(const HostMem& m) in HostMem() 428 HostMem& HostMem::operator =(const HostMem& m) in operator =() 456 HostMem m(size(), type(), alloc_type); in clone() local 621 Mat::Mat(const cuda::GpuMat& m) in Mat()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-qcom-cci.c | 25 #define CCI_I2C_Mm_SCL_CTL(m) (0x100 + 0x100 * (m)) argument 26 #define CCI_I2C_Mm_SDA_CTL_0(m) (0x104 + 0x100 * (m)) argument 27 #define CCI_I2C_Mm_SDA_CTL_1(m) (0x108 + 0x100 * (m)) argument 28 #define CCI_I2C_Mm_SDA_CTL_2(m) (0x10c + 0x100 * (m)) argument 29 #define CCI_I2C_Mm_MISC_CTL(m) (0x110 + 0x100 * (m)) argument 31 #define CCI_I2C_Mm_READ_DATA(m) (0x118 + 0x100 * (m)) argument 32 #define CCI_I2C_Mm_READ_BUF_LEVEL(m) (0x11c + 0x100 * (m)) argument 33 #define CCI_I2C_Mm_Qn_EXEC_WORD_CNT(m, n) (0x300 + 0x200 * (m) + 0x100 * (n)) argument 34 #define CCI_I2C_Mm_Qn_CUR_WORD_CNT(m, n) (0x304 + 0x200 * (m) + 0x100 * (n)) argument 35 #define CCI_I2C_Mm_Qn_CUR_CMD(m, n) (0x308 + 0x200 * (m) + 0x100 * (n)) argument [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | win_minmax.c | 29 static u32 minmax_subwin_update(struct minmax *m, u32 win, in minmax_subwin_update() 67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max() 85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-uptime-002.c | 32 static inline int sys_sched_getaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_getaffinity() 37 static inline int sys_sched_setaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_setaffinity() 45 unsigned long *m; in main() local
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | meminfo.c | 22 void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) in arch_report_meminfo() 26 static void show_val_kb(struct seq_file *m, const char *s, unsigned long num) in show_val_kb() 32 static int meminfo_proc_show(struct seq_file *m, void *v) in meminfo_proc_show()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | rtas-proc.c | 304 static int ppc_rtas_poweron_show(struct seq_file *m, void *v) in ppc_rtas_poweron_show() 338 static int ppc_rtas_progress_show(struct seq_file *m, void *v) in ppc_rtas_progress_show() 367 static int ppc_rtas_clock_show(struct seq_file *m, void *v) in ppc_rtas_clock_show() 389 static int ppc_rtas_sensors_show(struct seq_file *m, void *v) in ppc_rtas_sensors_show() 490 static void ppc_rtas_process_sensor(struct seq_file *m, in ppc_rtas_process_sensor() 643 static void check_location(struct seq_file *m, const char *c) in check_location() 680 static void check_location_string(struct seq_file *m, const char *c) in check_location_string() 694 static void get_location_code(struct seq_file *m, struct individual_sensor *s, in get_location_code() 724 static int ppc_rtas_tone_freq_show(struct seq_file *m, void *v) in ppc_rtas_tone_freq_show() 752 static int ppc_rtas_tone_volume_show(struct seq_file *m, void *v) in ppc_rtas_tone_volume_show() [all …]
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_fd.c | 157 static void p9_mux_poll_stop(struct p9_conn *m) in p9_mux_poll_stop() 185 static void p9_conn_cancel(struct p9_conn *m, int err) in p9_conn_cancel() 282 struct p9_conn *m; in p9_read_work() local 447 struct p9_conn *m; in p9_write_work() local 529 struct p9_conn *m = pwait->conn; in p9_pollwake() local 553 struct p9_conn *m = container_of(p, struct p9_conn, pt); in p9_pollwait() local 586 struct p9_conn *m = &ts->conn; in p9_conn_create() local 618 static void p9_poll_mux(struct p9_conn *m) in p9_poll_mux() 667 struct p9_conn *m = &ts->conn; in p9_fd_request() local 733 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | prm33xx.c | 197 u32 m; in am33xx_pwrdm_set_logic_retst() local 222 u32 v, m; in am33xx_pwrdm_read_logic_retst() local 238 u32 m; in am33xx_pwrdm_set_mem_onst() local 253 u32 m; in am33xx_pwrdm_set_mem_retst() local 267 u32 m, v; in am33xx_pwrdm_read_mem_pwrst() local 282 u32 m, v; in am33xx_pwrdm_read_mem_retst() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | hvCall_inst.c | 34 static void *hc_start(struct seq_file *m, loff_t *pos) in hc_start() 42 static void *hc_next(struct seq_file *m, void *p, loff_t * pos) in hc_next() 49 static void hc_stop(struct seq_file *m, void *p) in hc_stop() 53 static int hc_show(struct seq_file *m, void *p) in hc_show()
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/ |
| H A D | clk-regmap-fractional-divider.c | 22 unsigned long m, n; in clk_regmap_fractional_divider_recalc_rate() local 42 unsigned long *m, unsigned long *n) in clk_regmap_fractional_divider_approximation() 76 unsigned long m, n; in clk_regmap_fractional_divider_round_rate() local 100 unsigned long m, n; in clk_regmap_fractional_divider_set_rate() local
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | mdsmap.c | 19 static int __mdsmap_get_random_mds(struct ceph_mdsmap *m, bool ignore_laggy) in __mdsmap_get_random_mds() 46 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) in ceph_mdsmap_get_random_mds() 119 struct ceph_mdsmap *m; in ceph_mdsmap_decode() local 392 void ceph_mdsmap_destroy(struct ceph_mdsmap *m) in ceph_mdsmap_destroy() 405 bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m) in ceph_mdsmap_is_cluster_available()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_proc.c | 93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) in ahd_format_transinfo() 157 ahd_dump_target_state(struct ahd_softc *ahd, struct seq_file *m, in ahd_dump_target_state() 192 ahd_dump_device_state(struct seq_file *m, struct scsi_device *sdev) in ahd_dump_device_state() 274 ahd_linux_show_info(struct seq_file *m, struct Scsi_Host *shost) in ahd_linux_show_info()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_debugfs.c | 19 static int gem_show(struct seq_file *m, void *arg) in gem_show() 33 static int mm_show(struct seq_file *m, void *arg) in mm_show() 45 static int fb_show(struct seq_file *m, void *arg) in fb_show()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | dump_pagetables.c | 158 #define pt_dump_seq_printf(m, to_dmesg, fmt, args...) \ argument 167 #define pt_dump_cont_printf(m, to_dmesg, fmt, args...) \ argument 179 static void printk_prot(struct seq_file *m, pgprotval_t pr, int level, bool dmsg) in printk_prot() 281 struct seq_file *m = st->seq; in note_page() local 365 static void ptdump_walk_pgd_level_core(struct seq_file *m, in ptdump_walk_pgd_level_core() 402 void ptdump_walk_pgd_level(struct seq_file *m, struct mm_struct *mm) in ptdump_walk_pgd_level() 407 void ptdump_walk_pgd_level_debugfs(struct seq_file *m, struct mm_struct *mm, in ptdump_walk_pgd_level_debugfs()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | cpu.c | 323 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo() 370 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo() 413 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 422 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 428 static void c_stop(struct seq_file *m, void *v) in c_stop()
|