| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_debugfs.c | 51 static int drm_name_info(struct seq_file *m, void *data) in drm_name_info() 73 static int drm_clients_info(struct seq_file *m, void *data) in drm_clients_info() 116 struct seq_file *m = data; in drm_gem_one_name_info() local 125 static int drm_gem_name_info(struct seq_file *m, void *data) in drm_gem_name_info() 284 static int connector_show(struct seq_file *m, void *data) in connector_show() 303 struct seq_file *m = file->private_data; in connector_write() local 329 static int edid_show(struct seq_file *m, void *data) in edid_show() 350 struct seq_file *m = file->private_data; in edid_write() local 384 static int vrr_range_show(struct seq_file *m, void *data) in vrr_range_show()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/iteration/ |
| H A D | iterate.hpp | 57 # define BOOST_PP_RELATIVE_0(m) BOOST_PP_CAT(m, BOOST_PP_ITERATION_DEPTH()) argument 58 # define BOOST_PP_RELATIVE_1(m) BOOST_PP_CAT(m, BOOST_PP_DEC(BOOST_PP_ITERATION_DEPTH())) argument 59 # define BOOST_PP_RELATIVE_2(m) BOOST_PP_CAT(m, BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_ITERATION_DEPTH(… argument 60 # define BOOST_PP_RELATIVE_3(m) BOOST_PP_CAT(m, BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_ITE… argument 61 # define BOOST_PP_RELATIVE_4(m) BOOST_PP_CAT(m, BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_DEC… argument
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | super.c | 327 static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_netid() 359 static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_options() 394 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options() 402 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options() 408 static void nfs_show_nfs_version(struct seq_file *m, in nfs_show_nfs_version() 420 static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mount_options() 519 int nfs_show_options(struct seq_file *m, struct dentry *root) in nfs_show_options() 536 static void show_lease(struct seq_file *m, struct nfs_server *server) in show_lease() 547 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions() 553 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions() [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | em_text.c | 26 #define EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) argument 28 static int em_text_match(struct sk_buff *skb, struct tcf_ematch *m, in em_text_match() 44 struct tcf_ematch *m) in em_text_change() 98 static void em_text_destroy(struct tcf_ematch *m) in em_text_destroy() 104 static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_text_dump()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-proc.c | 35 static int ide_imodel_proc_show(struct seq_file *m, void *v) in ide_imodel_proc_show() 60 static int ide_mate_proc_show(struct seq_file *m, void *v) in ide_mate_proc_show() 71 static int ide_channel_proc_show(struct seq_file *m, void *v) in ide_channel_proc_show() 79 static int ide_identify_proc_show(struct seq_file *m, void *v) in ide_identify_proc_show() 230 static int ide_settings_proc_show(struct seq_file *m, void *v) in ide_settings_proc_show() 392 int ide_capacity_proc_show(struct seq_file *m, void *v) in ide_capacity_proc_show() 399 int ide_geometry_proc_show(struct seq_file *m, void *v) in ide_geometry_proc_show() 414 char *m = (char *)&drive->id[ATA_ID_PROD]; in ide_dmodel_proc_show() local 420 static int ide_driver_proc_show(struct seq_file *m, void *v) in ide_driver_proc_show() 435 static int ide_media_proc_show(struct seq_file *m, void *v) in ide_media_proc_show()
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_proc.c | 36 dasd_devices_show(struct seq_file *m, void *v) in dasd_devices_show() 110 static void *dasd_devices_start(struct seq_file *m, loff_t *pos) in dasd_devices_start() 117 static void *dasd_devices_next(struct seq_file *m, void *v, loff_t *pos) in dasd_devices_next() 123 static void dasd_devices_stop(struct seq_file *m, void *v) in dasd_devices_stop() 184 static void dasd_statistics_array(struct seq_file *m, unsigned int *array, int factor) in dasd_statistics_array() 197 static int dasd_stats_proc_show(struct seq_file *m, void *v) in dasd_stats_proc_show()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_debugfs.c | 24 static int msm_gpu_show(struct seq_file *m, void *arg) in msm_gpu_show() 46 struct seq_file *m = file->private_data; in msm_gpu_release() local 112 static int msm_gem_show(struct drm_device *dev, struct seq_file *m) in msm_gem_show() 128 static int msm_mm_show(struct drm_device *dev, struct seq_file *m) in msm_mm_show() 137 static int msm_fb_show(struct drm_device *dev, struct seq_file *m) in msm_fb_show() 161 static int show_locked(struct seq_file *m, void *arg) in show_locked()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | cmpxchg-irq.h | 7 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32() 18 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16() 29 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() 40 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_debugfs.c | 31 static void virtio_add_bool(struct seq_file *m, const char *name, in virtio_add_bool() 37 static void virtio_add_int(struct seq_file *m, const char *name, in virtio_add_int() 43 static int virtio_gpu_features(struct seq_file *m, void *data) in virtio_gpu_features() 58 virtio_gpu_debugfs_irq_info(struct seq_file *m, void *data) in virtio_gpu_debugfs_irq_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_debug.c | 642 int proc_get_defs_param(struct seq_file *m, void *v) in proc_get_defs_param() 739 int proc_get_read_reg(struct seq_file *m, void *v) in proc_get_read_reg() 842 int proc_get_ignore_go_and_low_rssi_in_scan(struct seq_file *m, void *v) in proc_get_ignore_go_and_low_rssi_in_scan() 890 int proc_get_rx_stat(struct seq_file *m, void *v) in proc_get_rx_stat() 937 int proc_get_sta_tx_stat(struct seq_file *m, void *v) in proc_get_sta_tx_stat() 987 int proc_get_tx_stat(struct seq_file *m, void *v) in proc_get_tx_stat() 1040 int proc_get_fwstate(struct seq_file *m, void *v) in proc_get_fwstate() 1051 int proc_get_sec_info(struct seq_file *m, void *v) in proc_get_sec_info() 1101 int proc_get_mlmext_state(struct seq_file *m, void *v) in proc_get_mlmext_state() 1114 int proc_get_roam_flags(struct seq_file *m, void *v) in proc_get_roam_flags() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager_cik.c | 47 struct cik_mqd *m; in update_cu_mask() local 69 static void set_priority(struct cik_mqd *m, struct queue_properties *q) in set_priority() 92 struct cik_mqd *m; in init_mqd() local 145 struct cik_sdma_rlc_registers *m; in init_mqd_sdma() local 190 struct cik_mqd *m; in __update_mqd() local 238 struct cik_sdma_rlc_registers *m; in update_mqd_sdma() local 316 struct cik_mqd *m; in update_mqd_hiq() local 344 static int debugfs_show_mqd(struct seq_file *m, void *data) in debugfs_show_mqd() 351 static int debugfs_show_mqd_sdma(struct seq_file *m, void *data) in debugfs_show_mqd_sdma()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | setup.c | 95 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 100 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 106 static void c_stop(struct seq_file *m, void *v) in c_stop() 114 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | histogram.c | 23 static int fscache_histogram_show(struct seq_file *m, void *v) in fscache_histogram_show() 56 static void *fscache_histogram_start(struct seq_file *m, loff_t *_pos) in fscache_histogram_start() 68 static void *fscache_histogram_next(struct seq_file *m, void *v, loff_t *pos) in fscache_histogram_next() 78 static void fscache_histogram_stop(struct seq_file *m, void *v) in fscache_histogram_stop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_debug.c | 614 int proc_get_defs_param(struct seq_file *m, void *v) in proc_get_defs_param() 711 int proc_get_read_reg(struct seq_file *m, void *v) in proc_get_read_reg() 814 int proc_get_ignore_go_and_low_rssi_in_scan(struct seq_file *m, void *v) in proc_get_ignore_go_and_low_rssi_in_scan() 863 int proc_get_rx_stat(struct seq_file *m, void *v) in proc_get_rx_stat() 910 int proc_get_tx_stat(struct seq_file *m, void *v) in proc_get_tx_stat() 980 int proc_get_fwstate(struct seq_file *m, void *v) in proc_get_fwstate() 991 int proc_get_sec_info(struct seq_file *m, void *v) in proc_get_sec_info() 1041 int proc_get_mlmext_state(struct seq_file *m, void *v) in proc_get_mlmext_state() 1054 int proc_get_roam_flags(struct seq_file *m, void *v) in proc_get_roam_flags() 1092 int proc_get_roam_param(struct seq_file *m, void *v) in proc_get_roam_param() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | rtw_proc.c | 85 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() 90 static int proc_get_drv_version(struct seq_file *m, void *v) in proc_get_drv_version() 96 static int proc_get_log_level(struct seq_file *m, void *v) in proc_get_log_level() 102 static int proc_get_drv_cfg(struct seq_file *m, void *v) in proc_get_drv_cfg() 138 static int proc_get_mstat(struct seq_file *m, void *v) in proc_get_mstat() 145 static int proc_get_ch_plan_test(struct seq_file *m, void *v) in proc_get_ch_plan_test() 243 static int proc_get_sd_f0_reg_dump(struct seq_file *m, void *v) in proc_get_sd_f0_reg_dump() 253 static int proc_get_sdio_local_reg_dump(struct seq_file *m, void *v) in proc_get_sdio_local_reg_dump() 264 static int proc_get_mac_reg_dump(struct seq_file *m, void *v) in proc_get_mac_reg_dump() 274 static int proc_get_bb_reg_dump(struct seq_file *m, void *v) in proc_get_bb_reg_dump() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_debug.c | 606 int proc_get_read_reg(struct seq_file *m, void *v) in proc_get_read_reg() 668 int proc_get_rx_stat(struct seq_file *m, void *v) in proc_get_rx_stat() 716 int proc_get_tx_stat(struct seq_file *m, void *v) in proc_get_tx_stat() 772 int proc_get_fwstate(struct seq_file *m, void *v) in proc_get_fwstate() 783 int proc_get_sec_info(struct seq_file *m, void *v) in proc_get_sec_info() 815 int proc_get_mlmext_state(struct seq_file *m, void *v) in proc_get_mlmext_state() 828 int proc_get_roam_flags(struct seq_file *m, void *v) in proc_get_roam_flags() 866 int proc_get_roam_param(struct seq_file *m, void *v) in proc_get_roam_param() 946 int proc_get_qos_option(struct seq_file *m, void *v) in proc_get_qos_option() 957 int proc_get_ht_option(struct seq_file *m, void *v) in proc_get_ht_option() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 50 static inline bool seq_has_overflowed(struct seq_file *m) in seq_has_overflowed() 63 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf() 83 static inline void seq_commit(struct seq_file *m, int num) in seq_commit() 101 static inline void seq_setwidth(struct seq_file *m, size_t size) in seq_setwidth() 211 static inline void seq_show_option(struct seq_file *m, const char *name, in seq_show_option() 233 #define seq_show_option_n(m, name, value, length) { \ argument
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | bitops.h | 92 volatile unsigned long *m = &addr[BIT_WORD(nr)]; in set_bit() local 120 volatile unsigned long *m = &addr[BIT_WORD(nr)]; in clear_bit() local 161 volatile unsigned long *m = &addr[BIT_WORD(nr)]; in change_bit() local 183 volatile unsigned long *m = &addr[BIT_WORD(nr)]; in test_and_set_bit_lock() local 227 volatile unsigned long *m = &addr[BIT_WORD(nr)]; in test_and_clear_bit() local 264 volatile unsigned long *m = &addr[BIT_WORD(nr)]; in test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_channel.c | 159 *vidtv_channel_eit_event_cat_into_new(struct vidtv_mux *m) in vidtv_channel_eit_event_cat_into_new() 204 *vidtv_channel_sdt_serv_cat_into_new(struct vidtv_mux *m) in vidtv_channel_sdt_serv_cat_into_new() 260 vidtv_channel_pat_prog_cat_into_new(struct vidtv_mux *m) in vidtv_channel_pat_prog_cat_into_new() 416 int vidtv_channel_si_init(struct vidtv_mux *m) in vidtv_channel_si_init() 503 void vidtv_channel_si_destroy(struct vidtv_mux *m) in vidtv_channel_si_destroy() 518 int vidtv_channels_init(struct vidtv_mux *m) in vidtv_channels_init() 529 void vidtv_channels_destroy(struct vidtv_mux *m) in vidtv_channels_destroy()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_DAC1064.c | 90 unsigned int m, n, p; in DAC1064_setpclk() local 127 unsigned int m, n, p; in DAC1064_setmclk() local 349 static int DAC1064_init_1(struct matrox_fb_info *minfo, struct my_timming *m) in DAC1064_init_1() 386 static int DAC1064_init_2(struct matrox_fb_info *minfo, struct my_timming *m) in DAC1064_init_2() 481 static int m1064_compute(void* out, struct my_timming* m) { in m1064_compute() 515 static int g450_compute(void* out, struct my_timming* m) { in g450_compute() 536 static int MGA1064_init(struct matrox_fb_info *minfo, struct my_timming *m) in MGA1064_init() 559 static int MGAG100_init(struct matrox_fb_info *minfo, struct my_timming *m) in MGAG100_init() 611 int m, int n, int p) in MGAG100_progPixClock() 659 unsigned int m, n, p; in MGAG100_setPixClock() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_debug.c | 670 int proc_get_read_reg(struct seq_file *m, void *v) in proc_get_read_reg() 732 int proc_get_rx_stat(struct seq_file *m, void *v) in proc_get_rx_stat() 780 int proc_get_tx_stat(struct seq_file *m, void *v) in proc_get_tx_stat() 834 int proc_get_fwstate(struct seq_file *m, void *v) in proc_get_fwstate() 845 int proc_get_sec_info(struct seq_file *m, void *v) in proc_get_sec_info() 877 int proc_get_mlmext_state(struct seq_file *m, void *v) in proc_get_mlmext_state() 890 int proc_get_roam_flags(struct seq_file *m, void *v) in proc_get_roam_flags() 928 int proc_get_roam_param(struct seq_file *m, void *v) in proc_get_roam_param() 1040 int proc_get_ft_flags(struct seq_file *m, void *v) in proc_get_ft_flags() 1051 int proc_get_qos_option(struct seq_file *m, void *v) in proc_get_qos_option() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_debug.c | 966 int proc_get_defs_param(struct seq_file *m, void *v) in proc_get_defs_param() 1063 int proc_get_read_reg(struct seq_file *m, void *v) in proc_get_read_reg() 1124 int proc_get_rx_stat(struct seq_file *m, void *v) in proc_get_rx_stat() 1172 int proc_get_sta_tx_stat(struct seq_file *m, void *v) in proc_get_sta_tx_stat() 1227 int proc_get_tx_stat(struct seq_file *m, void *v) in proc_get_tx_stat() 1289 int proc_get_fwstate(struct seq_file *m, void *v) in proc_get_fwstate() 1300 int proc_get_sec_info(struct seq_file *m, void *v) in proc_get_sec_info() 1337 int proc_get_mlmext_state(struct seq_file *m, void *v) in proc_get_mlmext_state() 1350 int proc_get_roam_flags(struct seq_file *m, void *v) in proc_get_roam_flags() 1388 int proc_get_roam_param(struct seq_file *m, void *v) in proc_get_roam_param() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_debug.c | 966 int proc_get_defs_param(struct seq_file *m, void *v) in proc_get_defs_param() 1063 int proc_get_read_reg(struct seq_file *m, void *v) in proc_get_read_reg() 1124 int proc_get_rx_stat(struct seq_file *m, void *v) in proc_get_rx_stat() 1172 int proc_get_sta_tx_stat(struct seq_file *m, void *v) in proc_get_sta_tx_stat() 1227 int proc_get_tx_stat(struct seq_file *m, void *v) in proc_get_tx_stat() 1289 int proc_get_fwstate(struct seq_file *m, void *v) in proc_get_fwstate() 1300 int proc_get_sec_info(struct seq_file *m, void *v) in proc_get_sec_info() 1337 int proc_get_mlmext_state(struct seq_file *m, void *v) in proc_get_mlmext_state() 1350 int proc_get_roam_flags(struct seq_file *m, void *v) in proc_get_roam_flags() 1388 int proc_get_roam_param(struct seq_file *m, void *v) in proc_get_roam_param() [all …]
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | proc.c | 20 static int cachefiles_histogram_show(struct seq_file *m, void *v) in cachefiles_histogram_show() 50 static void *cachefiles_histogram_start(struct seq_file *m, loff_t *_pos) in cachefiles_histogram_start() 62 static void *cachefiles_histogram_next(struct seq_file *m, void *v, loff_t *pos) in cachefiles_histogram_next() 72 static void cachefiles_histogram_stop(struct seq_file *m, void *v) in cachefiles_histogram_stop()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | debug.c | 15 #define SEQ_printf(m, x...) \ argument 58 static int sched_feat_show(struct seq_file *m, void *v) in sched_feat_show() 429 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats() 491 #define SEQ_printf_task_group_path(m, tg, fmt...) \ argument 508 print_task(struct seq_file *m, struct rq *rq, struct task_struct *p) in print_task() 536 static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) in print_rq() 557 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq() 634 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq() 664 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq() 687 static void print_cpu(struct seq_file *m, int cpu) in print_cpu() [all …]
|