Home
last modified time | relevance | path

Searched refs:param (Results 301 - 325 of 416) sorted by relevance

1...<<11121314151617

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_mib.h623 mac_cfg_staion_id_param_stru *param = HI_NULL; in mac_mib_set_station_id() local
626 param = (mac_cfg_staion_id_param_stru *)puc_param; in mac_mib_set_station_id()
628 param->auc_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in mac_mib_set_station_id()
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dw.c440 static bool dw8250_fallback_dma_filter(struct dma_chan *chan, void *param) in dw8250_fallback_dma_filter() argument
445 static bool dw8250_idma_filter(struct dma_chan *chan, void *param) in dw8250_idma_filter() argument
447 return param == chan->device->dev; in dw8250_idma_filter()
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Dim2d.h59 * @param fd/va/pa
61 * @param param
66 IM_API rga_buffer_handle_t importbuffer_fd(int fd, im_handle_param_t *param);
67 IM_API rga_buffer_handle_t importbuffer_virtualaddr(void *va, im_handle_param_t *param);
68 IM_API rga_buffer_handle_t importbuffer_physicaladdr(uint64_t pa, im_handle_param_t *param);
73 * @param handle
83 * @param handle
85 * @param width
87 * @param heigh
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk.cpp1845 int param = PTHREAD_PROCESS_PRIVATE; in PthreadSpinInit() local
1846 int returnValue = pthread_spin_init(&spin, param); in PthreadSpinInit()
1856 int param = PTHREAD_PROCESS_PRIVATE; in PthreadSpinDestroy() local
1857 pthread_spin_init(&spinlock, param); in PthreadSpinDestroy()
1867 int param = PTHREAD_PROCESS_PRIVATE; in PthreadSpinLock() local
1868 pthread_spin_init(&spinlock, param); in PthreadSpinLock()
1880 int param = PTHREAD_PROCESS_PRIVATE; in PthreadSpinTrylock() local
1881 pthread_spin_init(&spinlock, param); in PthreadSpinTrylock()
1891 int param = PTHREAD_PROCESS_PRIVATE; in PthreadSpinUnlock() local
1892 pthread_spin_init(&spinlock, param); in PthreadSpinUnlock()
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c2646 struct sched_param param = {.sched_priority = MAX_RT_PRIO - 1}; in sched_set_stop_task() local
2658 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param); in sched_set_stop_task()
5981 const struct sched_param *param, bool check) in _sched_setscheduler()
5985 .sched_priority = param->sched_priority, in _sched_setscheduler()
6003 * @param: structure containing the new RT priority.
6012 const struct sched_param *param) in sched_setscheduler()
6014 return _sched_setscheduler(p, policy, param, true); in sched_setscheduler()
6035 * @param: structure containing the new RT priority.
6045 const struct sched_param *param) in sched_setscheduler_nocheck()
6047 return _sched_setscheduler(p, policy, param, fals in sched_setscheduler_nocheck()
5980 _sched_setscheduler(struct task_struct *p, int policy, const struct sched_param *param, bool check) _sched_setscheduler() argument
6011 sched_setscheduler(struct task_struct *p, int policy, const struct sched_param *param) sched_setscheduler() argument
6044 sched_setscheduler_nocheck(struct task_struct *p, int policy, const struct sched_param *param) sched_setscheduler_nocheck() argument
6096 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) do_sched_setscheduler() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dnet_adpater.c1232 mac_cfg_staion_id_param_stru *param = HI_NULL; in wal_netdev_set_mac_addr() local
1279 param = (mac_cfg_staion_id_param_stru *)(write_msg.auc_value); in wal_netdev_set_mac_addr()
1282 if (memcpy_s((param->auc_station_id), WLAN_MAC_ADDR_LEN, (mac_addr->sa_data), WLAN_MAC_ADDR_LEN) != EOK) { in wal_netdev_set_mac_addr()
1290 param->p2p_mode = wal_wireless_iftype_to_mac_p2p_mode(wdev->iftype); in wal_netdev_set_mac_addr()
1291 if (param->p2p_mode == WLAN_P2P_BUTT) { in wal_netdev_set_mac_addr()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/
H A Dhiirq.c47 #define osal_wait_event_interruptible(wait, func, param) \
52 if (func(param) != 0) { \
56 __ret = osal_wait_timeout_interruptible(wait, (func), param, 100); \
594 static int hiirq_wait_condition_callback(const void *param) in hiirq_wait_condition_callback() argument
596 hiirq_irq_list *irq = (hiirq_irq_list *)param; in hiirq_wait_condition_callback()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/
H A DMakefile18 PARAM_FILE := ../../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/
H A DMakefile18 PARAM_FILE:=../../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A DMakefile18 PARAM_FILE:=../../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/
H A DMakefile20 PARAM_FILE:=../Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_adc/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/
H A DMakefile20 PARAM_FILE:=../../Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A DMakefile18 PARAM_FILE:=../../mpp/Makefile.param
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_sdio_device.h108 hi_u16 param; member
167 * @param None
186 * @param None
205 * @param None
223 * @param callback_func [IN] type #const hi_sdio_intcallback,sdio callback function.
242 * @param admatable [IN] type #hi_u8 *, adma table first address. One channel occupies eight bytes. Ensure that the
246 * @param adma_index [IN] type hi_u32, adma_index adma Transmission channel number, range: [0-130].CNcomment:adma
266 * @param padlen [IN] type #hi_u32, Length of data to be sent after data alignment.
268 * @param admatable [IN] type #hi_u8 *, adma table first address. One channel occupies eight bytes. Ensure that the
271 * @param adma_inde
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DSocket.h49 #include <sys/param.h>
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dbridge.h51 void *param; member
H A Disp_params.h25 void (*save_first_param)(struct rkisp_isp_params_vdev *params_vdev, void *param);
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_legacy.h68 RK_S32 control(VpuCodecContext *ctx, VPU_API_CMD cmd, void *param);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_device.h138 MPP_RET mpp_dev_ioctl(MppDev ctx, RK_S32 cmd, void *param);

Completed in 26 milliseconds

1...<<11121314151617