Home
last modified time | relevance | path

Searched refs:max_count (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_rc_api.h227 signed int max_count; member
236 signed int max_count; member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_rc_api.h227 RK_S32 max_count; member
236 RK_S32 max_count; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_rc_api.h227 RK_S32 max_count; member
236 RK_S32 max_count; member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_rc_api.h228 RK_S32 max_count; member
237 RK_S32 max_count; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTProperties.h121 int max_count; /**< max number of properties that the currently allocated array can store */ member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_buffer_impl.h69 RK_U16 max_count; member
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c1277 u32 cp, max_count; in generic_map_delete_batch() local
1289 max_count = attr->batch.count; in generic_map_delete_batch()
1290 if (!max_count) { in generic_map_delete_batch()
1299 for (cp = 0; cp < max_count; cp++) { in generic_map_delete_batch()
1332 u32 value_size, cp, max_count; in generic_map_update_batch() local
1348 max_count = attr->batch.count; in generic_map_update_batch()
1349 if (!max_count) { in generic_map_update_batch()
1365 for (cp = 0; cp < max_count; cp++) { in generic_map_update_batch()
1400 u32 value_size, cp, max_count; in generic_map_lookup_batch() local
1412 max_count in generic_map_lookup_batch()
[all...]
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_system_monitor.c494 int i = 0, max_count; in rockchip_init_temp_opp_table() local
499 max_count = dev_pm_opp_get_opp_count(dev); in rockchip_init_temp_opp_table()
500 if (max_count <= 0) { in rockchip_init_temp_opp_table()
501 return max_count ? max_count : -ENODATA; in rockchip_init_temp_opp_table()
503 info->opp_table = kzalloc(sizeof(*info->opp_table) * max_count, GFP_KERNEL); in rockchip_init_temp_opp_table()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c500 int i = 0, max_count; in rockchip_init_temp_opp_table() local
505 max_count = dev_pm_opp_get_opp_count(dev); in rockchip_init_temp_opp_table()
506 if (max_count <= 0) in rockchip_init_temp_opp_table()
507 return max_count ? max_count : -ENODATA; in rockchip_init_temp_opp_table()
508 info->opp_table = kzalloc(sizeof(*info->opp_table) * max_count, in rockchip_init_temp_opp_table()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_os2.h1042 * @param max_count Indicates the maximum number of available tokens that can be applied for.
1049 osSemaphoreId_t osSemaphoreNew (uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t *attr);
H A Dcmsis_liteos2.c1100 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t *attr) in osSemaphoreNew() argument
1111 if (1 == max_count) { in osSemaphoreNew()
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_port.c1843 int max_count = PORT_ONEHUNDREDFIFTYSIX; in serial8250_rx_chars() local
1847 if (--max_count == 0) { in serial8250_rx_chars()

Completed in 18 milliseconds