| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_linux_exportfs.c | 197 wklock_trace_onoff(struct dhd_info *dev, const char *buf, size_t count) in wklock_trace_onoff() 234 lbtxp_onoff(struct dhd_info *dev, const char *buf, size_t count) in lbtxp_onoff() 274 lbrxp_onoff(struct dhd_info *dev, const char *buf, size_t count) in lbrxp_onoff() 315 logdump_periodic_flush_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_periodic_flush_onoff() 341 logdump_ecntr_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_ecntr_onoff() 371 ecounter_onoff(struct dhd_info *dev, const char *buf, size_t count) in ecounter_onoff() 499 const char *buf, size_t count) in dhd_store() 547 set_mac_addr(struct dhd_info *dev, const char *buf, size_t count) in set_mac_addr() 655 set_memdump_info(struct dhd_info *dev, const char *buf, size_t count) in set_memdump_info() 745 set_assert_info(struct dhd_info *dev, const char *buf, size_t count) in set_assert_info() [all …]
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| D | mali_kbase_trace_timeline.h | 50 #define KBASE_TIMELINE_ATOMS_IN_FLIGHT(kctx, count) \ argument 77 #define KBASE_TIMELINE_ATOMS_SUBMITTED(kctx, js, count) \ argument 89 #define KBASE_TIMELINE_JOB_START_NEXT(kctx, js, count) \ argument 100 #define KBASE_TIMELINE_JOB_START_HEAD(kctx, js, count) \ argument 111 #define KBASE_TIMELINE_TRY_SOFT_STOP(kctx, js, count) \ argument 235 #define KBASE_TIMELINE_CONTEXT_ACTIVE(kbdev, count) \ argument 292 #define KBASE_TIMELINE_ATOMS_IN_FLIGHT(kctx, count) CSTD_NOP() argument 296 #define KBASE_TIMELINE_ATOMS_SUBMITTED(kctx, js, count) CSTD_NOP() argument 298 #define KBASE_TIMELINE_JOB_START_NEXT(kctx, js, count) CSTD_NOP() argument 300 #define KBASE_TIMELINE_JOB_START_HEAD(kctx, js, count) CSTD_NOP() argument [all …]
|
| D | mali_kbase_core_linux.c | 1101 static int kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user() 1137 int count; in read_ctx_infinite_cache() local 1941 static ssize_t kbase_read(struct file *filp, char __user *buf, size_t count, loff_t *f_pos) in kbase_read() 2336 …size_t set_policy(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_policy() 2441 …e_t set_ca_policy(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_ca_policy() 2531 …e_t set_core_mask(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_core_mask() 2620 const char *buf, size_t count) in set_soft_job_timeout() 2705 …t set_js_timeouts(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_js_timeouts() 2891 struct device_attribute *attr, const char *buf, size_t count) in set_js_scheduling_period() 3002 … set_force_replay(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_force_replay() [all …]
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| D | mali_kbase_trace_timeline.h | 49 #define KBASE_TIMELINE_ATOMS_IN_FLIGHT(kctx, count) … argument 71 #define KBASE_TIMELINE_ATOMS_SUBMITTED(kctx, js, count) … argument 80 #define KBASE_TIMELINE_JOB_START_NEXT(kctx, js, count) … argument 89 #define KBASE_TIMELINE_JOB_START_HEAD(kctx, js, count) … argument 98 #define KBASE_TIMELINE_TRY_SOFT_STOP(kctx, js, count) … argument 198 #define KBASE_TIMELINE_CONTEXT_ACTIVE(kbdev, count) … argument 251 #define KBASE_TIMELINE_ATOMS_IN_FLIGHT(kctx, count) CSTD_NOP() argument 255 #define KBASE_TIMELINE_ATOMS_SUBMITTED(kctx, js, count) CSTD_NOP() argument 257 #define KBASE_TIMELINE_JOB_START_NEXT(kctx, js, count) CSTD_NOP() argument 259 #define KBASE_TIMELINE_JOB_START_HEAD(kctx, js, count) CSTD_NOP() argument [all …]
|
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| D | mpp_mem.h | 24 #define mpp_malloc_with_caller(type, count, caller) \ argument 27 #define mpp_malloc(type, count) \ argument 36 #define mpp_calloc(type, count) \ argument 39 #define mpp_realloc(ptr, type, count) \ argument
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| D | mpp_mem.h | 24 #define mpp_malloc_with_caller(type, count, caller) (type *)mpp_osal_malloc(caller, sizeof(type) * … argument 26 #define mpp_malloc(type, count) (type *)mpp_osal_malloc(__FUNCTION__, sizeof(type) * (count)) argument 32 #define mpp_calloc(type, count) (type *)mpp_osal_calloc(__FUNCTION__, sizeof(type) * (count)) argument 34 #define mpp_realloc(ptr, type, count) (type *)mpp_osal_realloc(__FUNCTION__, ptr, sizeof(type) * (c… argument
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| D | mpp_mem.h | 25 #define mpp_malloc_with_caller(type, count, caller) \ argument 28 #define mpp_malloc(type, count) \ argument 37 #define mpp_calloc(type, count) \ argument 40 #define mpp_realloc(ptr, type, count) \ argument
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| D | mpp_mem.h | 24 #define mpp_malloc_with_caller(type, count, caller) \ argument 27 #define mpp_malloc(type, count) \ argument 36 #define mpp_calloc(type, count) \ argument 39 #define mpp_realloc(ptr, type, count) \ argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
| D | uart_drv.c | 107 hi_s32 uart_read_circ_buf(uart_circ_buf *transfer, hi_char *buf, hi_u32 count) in uart_read_circ_buf() 160 hi_s32 uart_write_circ_buf(uart_circ_buf *transfer, const hi_char *buf, hi_u32 count) in uart_write_circ_buf() 434 hi_u32 count = 0; in uart_nodma_recv_irq() local 494 …hi_u32 count = (unsigned int) udd->tx_send(udd->tx_transfer, buf, uart_get_tx_fifo_available_cnt(u… in uart_send_irq() local 607 hi_u32 uart_drv_dma_start_tx_cfg(struct uart_driver_data *udd, const hi_char *buf, hi_u32 count) in uart_drv_dma_start_tx_cfg() 653 hi_u32 uart_drv_dma_start_tx(struct uart_driver_data *udd, const hi_char *buf, hi_u32 count) in uart_drv_dma_start_tx() 689 static hi_u32 uart_drv_irq_start_tx(struct uart_driver_data *udd, const hi_char *buf, hi_u32 count) in uart_drv_irq_start_tx() 722 static hi_s32 uart_drv_start_tx(struct uart_driver_data *udd, const hi_char *buf, hi_u32 count)
|
| D | uart.c | 115 hi_s32 uart_read(uart_driver_data_t *udd, hi_char *buf, hi_u32 count) in uart_read() 154 hi_s32 count = (hi_s32)send_count; in uart_write() local 205 hi_s32 count = (hi_s32)send_count; in uart_write_immediately() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libsec/include/ |
| D | securec.h | 583 #define strncpy_sp(dest, destMax, src, count) ((__builtin_constant_p((count)) && \ argument 596 #define strncat_sp(dest, destMax, src, count) ((__builtin_constant_p((count)) && \ argument 603 #define memcpy_sp(dest, destMax, src, count) (__builtin_constant_p((count)) ? \ argument 612 #define memset_sp(dest, destMax, c, count) (__builtin_constant_p((count)) ? \ argument
|
| D | securectype.h | 468 #define SECUREC_STRNCPY_SM(dest, destMax, src, count) \ argument 515 #define SECUREC_STRNCAT_SM(dest, destMax, src, count) ({ \ argument 547 #define SECUREC_STRNCAT_SM(dest, destMax, src, count) strncat_s((dest), (destMax), (src), (count)) argument 551 #define SECUREC_MEMCPY_SM(dest, destMax, src, count) \ argument 558 #define SECUREC_MEMSET_SM(dest, destMax, c, count) \ argument
|
| /device/qemu/drivers/uart/ |
| D | uart_pl011.c | 36 uint32_t count = 0; in Pl011Irq() local 303 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count) in Pl011StartTx() 355 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count) in Pl011Read() 410 int32_t PL011UartRecvNotify(struct UartDriverData *udd, const char *buf, size_t count) in PL011UartRecvNotify()
|
| /device/soc/hisilicon/common/platform/uart/ |
| D | uart_pl011.c | 35 uint32_t count = 0; in Pl011Irq() local 302 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count) in Pl011StartTx() 354 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count) in Pl011Read() 409 int32_t PL011UartRecvNotify(struct UartDriverData *udd, const char *buf, size_t count) in PL011UartRecvNotify()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_string.c | 31 int osal_strncmp(const char *cs, const char *ct, int count) in osal_strncmp() 63 char *osal_strnchr(const char *s, int count, int c) in osal_strnchr() 88 int osal_strnlen(const char *s, int count) in osal_strnlen() 118 int osal_memcmp(const void *cs, const void *ct, int count) in osal_memcmp()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_core_linux.c | 506 static int kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user() 542 int count; in read_ctx_infinite_cache() local 592 int count; in read_ctx_force_same_va() local 2008 static ssize_t kbase_read(struct file *filp, char __user *buf, size_t count, loff_t *f_pos) in kbase_read() 2052 static ssize_t kbase_read(struct file *filp, char __user *buf, size_t count, loff_t *f_pos) in kbase_read() 2258 …size_t set_policy(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_policy() 2366 …e_t set_core_mask(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_core_mask() 2518 const char *buf, size_t count) in set_soft_job_timeout() 2603 …t set_js_timeouts(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in set_js_timeouts() 2785 struct device_attribute *attr, const char *buf, size_t count) in set_js_scheduling_period() [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/opp/ |
| D | of.c | 168 int count, i; in _opp_table_alloc_required_tables() local 302 int i, ret, count = opp_table->required_opp_count; in _of_opp_alloc_required_opps() local 379 int ret, i, count, num_paths; in dev_pm_opp_of_find_icc_paths() local 443 int count, versions, ret, i, j; in _opp_is_supported() local 645 int i, count, ret; in _read_bw() local 852 int ret, count = 0; in _of_add_opp_table_v2() local 1030 int ret, count; in dev_pm_opp_of_add_table_indexed() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_core_linux.c | 554 static int kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user() 595 int count; in read_ctx_infinite_cache() local 647 int count; in read_ctx_force_same_va() local 1975 static ssize_t kbase_read(struct file *filp, char __user *buf, size_t count, in kbase_read() 2018 static ssize_t kbase_read(struct file *filp, char __user *buf, size_t count, in kbase_read() 2242 const char *buf, size_t count) in set_policy() 2334 const char *buf, size_t count) in set_core_mask() 2441 const char *buf, size_t count) in set_soft_job_timeout() 2531 size_t count) in set_js_timeouts() 2710 const char *buf, size_t count) in set_js_scheduling_period() [all …]
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| D | rk_fiq_debugger.c | 186 unsigned int count = 10000; in debug_putc() local 209 unsigned int count = 10000; in debug_flush() local 229 unsigned int count = 500; in console_putc() local 243 unsigned int count = 500; in console_flush() local 252 static void console_put(struct platform_device *pdev, const char *s, unsigned int count) in console_put() 262 static void debug_put(struct platform_device *pdev, const char *s, unsigned int count) in debug_put() 313 static void console_write(struct platform_device *pdev, const char *s, unsigned int count) in console_write()
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| D | rk_fiq_debugger.c | 187 unsigned int count = 10000; in debug_putc() local 209 unsigned int count = 10000; in debug_flush() local 228 unsigned int count = 500; in console_putc() local 242 unsigned int count = 500; in console_flush() local 251 const char *s, unsigned int count) in console_put() 261 const char *s, unsigned int count) in debug_put() 310 static void console_write(struct platform_device *pdev, const char *s, unsigned int count) in console_write()
|
| /device/soc/rockchip/common/sdk_linux/drivers/devfreq/ |
| D | devfreq.c | 183 int i, count; in set_freq_table() local 1315 …_t governor_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in governor_store() 1378 ssize_t count = 0; in available_governors_show() local 1457 …ng_interval_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in polling_interval_store() 1479 …_t min_freq_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in min_freq_store() 1520 …_t max_freq_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in max_freq_store() 1579 ssize_t count = 0; in available_frequencies_show() local 1653 … trans_stat_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in trans_stat_store() 1693 …ize_t timer_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in timer_store()
|
| /device/soc/rockchip/common/vendor/drivers/net/ |
| D | rfkill-bt.c | 446 static ssize_t bluesleep_read_proc_lpm(struct file *file, char __user *buffer, size_t count, loff_t… in bluesleep_read_proc_lpm() 451 static ssize_t bluesleep_write_proc_lpm(struct file *file, const char __user *buffer, size_t count,… in bluesleep_write_proc_lpm() 456 static ssize_t bluesleep_read_proc_btwrite(struct file *file, char __user *buffer, size_t count, lo… in bluesleep_read_proc_btwrite() 461 …esleep_write_proc_btwrite(struct file *file, const char __user *buffer, size_t count, loff_t *data) in bluesleep_write_proc_btwrite()
|
| /device/soc/rockchip/rk3588/kernel/net/rfkill/ |
| D | rfkill-bt.c | 460 size_t count, loff_t *data) in bluesleep_read_proc_lpm() 466 const char __user *buffer, size_t count, in bluesleep_write_proc_lpm() 473 char __user *buffer, size_t count, in bluesleep_read_proc_btwrite() 481 size_t count, loff_t *data) in bluesleep_write_proc_btwrite()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_kernel_sysfs.c | 88 static ssize_t group_enabled_read(struct file *filp, char __user *buf, size_t count, loff_t *offp) in group_enabled_read() 103 static ssize_t group_enabled_write(struct file *filp, const char __user *buf, size_t count, loff_t … in group_enabled_write() 150 static ssize_t hw_core_base_addr_read(struct file *filp, char __user *buf, size_t count, loff_t *of… in hw_core_base_addr_read() 649 u32 count = 0; in profiling_record_write() local 1020 static ssize_t pp_num_cores_enabled_write(struct file *filp, const char __user *buf, size_t count, … in pp_num_cores_enabled_write() 1049 static ssize_t pp_num_cores_enabled_read(struct file *filp, char __user *buf, size_t count, loff_t … in pp_num_cores_enabled_read() 1066 static ssize_t pp_num_cores_total_read(struct file *filp, char __user *buf, size_t count, loff_t *o… in pp_num_cores_total_read() 1081 …p_core_scaling_enabled_write(struct file *filp, const char __user *buf, size_t count, loff_t *offp) in pp_core_scaling_enabled_write() 1117 static ssize_t pp_core_scaling_enabled_read(struct file *filp, char __user *buf, size_t count, loff… in pp_core_scaling_enabled_read() 1128 static ssize_t version_read(struct file *filp, char __user *buf, size_t count, loff_t *offp) in version_read()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_kernel_sysfs.c | 88 static ssize_t group_enabled_read(struct file *filp, char __user *buf, size_t count, loff_t *offp) in group_enabled_read() 102 static ssize_t group_enabled_write(struct file *filp, const char __user *buf, size_t count, loff_t … in group_enabled_write() 149 static ssize_t hw_core_base_addr_read(struct file *filp, char __user *buf, size_t count, loff_t *of… in hw_core_base_addr_read() 653 u32 count = 0; in profiling_record_write() local 1026 static ssize_t pp_num_cores_enabled_write(struct file *filp, const char __user *buf, size_t count, … in pp_num_cores_enabled_write() 1055 static ssize_t pp_num_cores_enabled_read(struct file *filp, char __user *buf, size_t count, loff_t … in pp_num_cores_enabled_read() 1072 static ssize_t pp_num_cores_total_read(struct file *filp, char __user *buf, size_t count, loff_t *o… in pp_num_cores_total_read() 1087 …p_core_scaling_enabled_write(struct file *filp, const char __user *buf, size_t count, loff_t *offp) in pp_core_scaling_enabled_write() 1123 static ssize_t pp_core_scaling_enabled_read(struct file *filp, char __user *buf, size_t count, loff… in pp_core_scaling_enabled_read() 1134 static ssize_t version_read(struct file *filp, char __user *buf, size_t count, loff_t *offp) in version_read()
|