/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | sys.h | 70 #define sys_mbox_new(m, s) ERR_OK argument 71 #define sys_mbox_fetch(m, d) argument 72 #define sys_mbox_tryfetch(m, d) argument 73 #define sys_mbox_post(m, d) argument 74 #define sys_mbox_trypost(m, d) argument 75 #define sys_mbox_free(m) argument 76 #define sys_mbox_valid(m) argument 77 #define sys_mbox_valid_val(m) argument 78 #define sys_mbox_set_invalid(m) argument 79 #define sys_dual_mbox_valid(m) argument [all …]
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | soc_ulp.h | 23 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument 24 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument 25 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, (i) +… argument 26 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, (i) +… argument 27 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, (i) +… argument 28 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, (i) +… argument 29 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, (i) … argument
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
D | rtw_proc.c | 101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() 106 static int proc_get_drv_version(struct seq_file *m, void *v) in proc_get_drv_version() 112 static int proc_get_log_level(struct seq_file *m, void *v) in proc_get_log_level() 118 static int proc_get_drv_cfg(struct seq_file *m, void *v) in proc_get_drv_cfg() 157 static int proc_get_mstat(struct seq_file *m, void *v) in proc_get_mstat() 165 static int proc_get_country_chplan_map(struct seq_file *m, void *v) in proc_get_country_chplan_map() 195 static int proc_get_country_list(struct seq_file *m, void *v) in proc_get_country_list() 201 static int proc_get_chplan_id_list(struct seq_file *m, void *v) in proc_get_chplan_id_list() 207 static int proc_get_chplan_country_list(struct seq_file *m, void *v) in proc_get_chplan_country_list() 214 static int proc_get_chplan_6g_id_list(struct seq_file *m, void *v) in proc_get_chplan_6g_id_list() [all …]
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
D | drm_debugfs.c | 51 static int drm_name_info(struct seq_file *m, void *data) in drm_name_info() 76 static int drm_clients_info(struct seq_file *m, void *data) in drm_clients_info() 108 struct seq_file *m = data; in drm_gem_one_name_info() local 114 static int drm_gem_name_info(struct seq_file *m, void *data) in drm_gem_name_info() 271 static int connector_show(struct seq_file *m, void *data) in connector_show() 289 struct seq_file *m = file->private_data; in connector_write() local 318 static int edid_show(struct seq_file *m, void *data) in edid_show() 339 struct seq_file *m = file->private_data; in edid_write() local 374 static int vrr_range_show(struct seq_file *m, void *data) in vrr_range_show()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
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 …]
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
D | hal_trace_mod.h | 22 #define TR_MOD(m) TR_ATTR_MOD(TR_MODULE_ ## m) argument 24 #define _TR_MODULE_DEF_A(p, m) p ## m argument 25 #define _TR_MODULE_DEF(m) _TR_MODULE_DEF_A(TR_MODULE_, m) argument
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/include/ |
D | dls.h | 103 _Tp *alloc_1d(int m) { in alloc_1d() 109 _Tp *alloc_1d(int m, _Tp val) { in alloc_1d() 118 _Tp **alloc_2d(int m, int _n) { in alloc_2d() 127 _Tp **alloc_2d(int m, int _n, _Tp val) { in alloc_2d() 327 int m = n1 - 2; in hqr2() local 601 for (int m = low + 1; m <= high - 1; m++) { in orthes() local 662 for (int m = high - 1; m >= low + 1; m--) { in orthes() local
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
D | ddr_phy_s40.h | 48 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 50 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 52 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 55 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 58 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 60 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 64 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 69 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 71 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 73 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument
|
D | ddr_phy_t28.h | 56 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 58 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 60 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 63 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 66 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 68 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 72 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 77 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 79 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 81 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument [all …]
|
D | ddr_phy_t12_v100.h | 54 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 55 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 56 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 57 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 58 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 59 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 60 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 62 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 63 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 64 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument [all …]
|
D | ddr_phy_t12_v101.h | 54 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 55 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 56 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 57 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 58 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 59 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 60 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 62 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 63 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 64 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument [all …]
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
D | ddr_phy_s40.h | 48 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 50 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 52 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 55 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 58 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 60 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 64 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 69 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 71 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 73 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument
|
D | ddr_phy_t28.h | 56 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 58 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 60 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 63 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 66 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 68 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 72 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 77 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 79 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 81 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument [all …]
|
D | ddr_phy_t12_v100.h | 54 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 55 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 56 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 57 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 58 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 59 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 60 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 62 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 63 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 64 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument [all …]
|
D | ddr_phy_t12_v101.h | 54 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 55 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 56 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 57 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 58 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 59 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 60 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 62 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 63 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 64 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument [all …]
|
D | ddr_phy_t16.h | 55 #define DDR_PHY_DXNWDQNBDL0(m, n) (0x210 + ((m) << 10) + ((n) << 7)) argument 57 #define DDR_PHY_DXNWDQNBDL1(m, n) (0x214 + ((m) << 10) + ((n) << 7)) argument 59 #define DDR_PHY_DXNWDQNBDL2(m, n) (0x218 + ((m) << 10) + ((n) << 7)) argument 62 #define DDR_PHY_DXNRDQNBDL0(m, n) (0x21C + ((m) << 10) + ((n) << 7)) argument 65 #define DDR_PHY_DXNRDQNBDL1(m, n) (0x220 + ((m) << 10) + ((n) << 7)) argument 67 #define DDR_PHY_DXNRDQNBDL2(m, n) (0x224 + ((m) << 10) + ((n) << 7)) argument 70 #define DDR_PHY_DXNOEBDL(m, n) (0x228 + ((m) << 10) + ((n) << 7)) argument 75 #define DDR_PHY_DXWDQSDLY(m, n) (0x230 + ((m) << 10) + ((n) << 7)) argument 77 #define DDR_PHY_DXNWDQDLY(m, n) (0x234 + ((m) << 10) + ((n) << 7)) argument 79 #define DDR_PHY_DXNRDQSGDLY(m, n) (0x240 + ((m) << 10) + ((n) << 7)) argument
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/ |
D | cpuinfo.c | 143 static int c_show(struct seq_file *m, void *v) in c_show() 214 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 219 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 225 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
D | rga_debugger.c | 35 static int rga_debug_show(struct seq_file *m, void *data) in rga_debug_show() 132 static int rga_version_show(struct seq_file *m, void *data) in rga_version_show() 139 static int rga_load_show(struct seq_file *m, void *data) in rga_load_show() 169 static int rga_scheduler_show(struct seq_file *m, void *data) in rga_scheduler_show() 189 static int rga_mm_session_show(struct seq_file *m, void *data) in rga_mm_session_show()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
D | mali_kbase_debug_mem_view.c | 54 static void *debug_mem_start(struct seq_file *m, loff_t *_pos) in debug_mem_start() 78 static void debug_mem_stop(struct seq_file *m, void *v) in debug_mem_stop() 83 static void *debug_mem_next(struct seq_file *m, void *v, loff_t *pos) in debug_mem_next() 109 static int debug_mem_show(struct seq_file *m, void *v) in debug_mem_show()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
D | mali_kbase_debug_mem_view.c | 59 static void *debug_mem_start(struct seq_file *m, loff_t *_pos) in debug_mem_start() 85 static void debug_mem_stop(struct seq_file *m, void *v) in debug_mem_stop() 90 static void *debug_mem_next(struct seq_file *m, void *v, loff_t *pos) in debug_mem_next() 116 static int debug_mem_show(struct seq_file *m, void *v) in debug_mem_show()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
D | mali_kbase_debug_mem_view.c | 48 static void *debug_mem_start(struct seq_file *m, loff_t *_pos) in debug_mem_start() 74 static void debug_mem_stop(struct seq_file *m, void *v) in debug_mem_stop() 79 static void *debug_mem_next(struct seq_file *m, void *v, loff_t *pos) in debug_mem_next() 105 static int debug_mem_show(struct seq_file *m, void *v) in debug_mem_show()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
D | mali_kbase_debug_mem_view.c | 50 static void *debug_mem_start(struct seq_file *m, loff_t *_pos) in debug_mem_start() 74 static void debug_mem_stop(struct seq_file *m, void *v) in debug_mem_stop() 79 static void *debug_mem_next(struct seq_file *m, void *v, loff_t *pos) in debug_mem_next() 105 static int debug_mem_show(struct seq_file *m, void *v) in debug_mem_show()
|
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/ |
D | usbhw.c | 25 void usbhw_disable_manual_interrupt(int m) in usbhw_disable_manual_interrupt() 35 void usbhw_enable_manual_interrupt(int m) in usbhw_enable_manual_interrupt()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/components/ |
D | system.h | 38 #define BK_IS_ZERO_MAC(m) (((m)[0] == 0) && ((m)[1] == 0) && ((m)[2] == 0) && ((m)[3] == 0)\ argument 40 #define BK_IS_GROUP_MAC(m) (((m)[0] & 0x01)) argument
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/ |
D | cbc_mode.c | 42 unsigned int n, m; in tc_cbc_mode_encrypt() local 82 unsigned int n, m; in tc_cbc_mode_decrypt() local
|