/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
D | sw_sync.c | 135 struct sync_pt *pt = dma_fence_to_sync_pt(fence); in timeline_fence_release() local 140 if (!list_empty(&pt->link)) { in timeline_fence_release() 141 list_del(&pt->link); in timeline_fence_release() 142 rb_erase(&pt->node, &parent->pt_tree); in timeline_fence_release() 195 struct sync_pt *pt, *next; in sync_timeline_signal() local 203 list_for_each_entry_safe(pt, next, &obj->pt_list, link) in sync_timeline_signal() 205 if (!timeline_fence_signaled(&pt->base)) { in sync_timeline_signal() 209 list_del_init(&pt->link); in sync_timeline_signal() 210 rb_erase(&pt->node, &obj->pt_tree); in sync_timeline_signal() 220 dma_fence_signal_locked(&pt->base); in sync_timeline_signal() [all …]
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
D | mali_kbase_sync_android.c | 48 struct sync_pt pt; member 56 static inline struct sync_timeline *sync_pt_parent(struct sync_pt *pt) in sync_pt_parent() argument 58 return pt->parent; in sync_pt_parent() 67 static struct mali_sync_pt *to_mali_sync_pt(struct sync_pt *pt) in to_mali_sync_pt() argument 69 return container_of(pt, struct mali_sync_pt, pt); in to_mali_sync_pt() 72 static struct sync_pt *timeline_dup(struct sync_pt *pt) in timeline_dup() argument 74 struct mali_sync_pt *mpt = to_mali_sync_pt(pt); in timeline_dup() 76 struct sync_pt *new_pt = sync_pt_create(sync_pt_parent(pt), sizeof(struct mali_sync_pt)); in timeline_dup() 89 static int timeline_has_signaled(struct sync_pt *pt) in timeline_has_signaled() argument 91 struct mali_sync_pt *mpt = to_mali_sync_pt(pt); in timeline_has_signaled() [all …]
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
D | mali_kbase_sync_android.c | 43 struct sync_pt pt; member 51 static inline struct sync_timeline *sync_pt_parent(struct sync_pt *pt) in sync_pt_parent() argument 53 return pt->parent; in sync_pt_parent() 63 static struct mali_sync_pt *to_mali_sync_pt(struct sync_pt *pt) in to_mali_sync_pt() argument 65 return container_of(pt, struct mali_sync_pt, pt); in to_mali_sync_pt() 68 static struct sync_pt *timeline_dup(struct sync_pt *pt) in timeline_dup() argument 70 struct mali_sync_pt *mpt = to_mali_sync_pt(pt); in timeline_dup() 72 struct sync_pt *new_pt = sync_pt_create(sync_pt_parent(pt), in timeline_dup() 85 static int timeline_has_signaled(struct sync_pt *pt) in timeline_has_signaled() argument 87 struct mali_sync_pt *mpt = to_mali_sync_pt(pt); in timeline_has_signaled() [all …]
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
D | mali_kbase_sync_android.c | 41 struct sync_pt pt; member 49 static inline struct sync_timeline *sync_pt_parent(struct sync_pt *pt) in sync_pt_parent() argument 51 return pt->parent; in sync_pt_parent() 60 static struct mali_sync_pt *to_mali_sync_pt(struct sync_pt *pt) in to_mali_sync_pt() argument 62 return container_of(pt, struct mali_sync_pt, pt); in to_mali_sync_pt() 65 static struct sync_pt *timeline_dup(struct sync_pt *pt) in timeline_dup() argument 67 struct mali_sync_pt *mpt = to_mali_sync_pt(pt); in timeline_dup() 69 struct sync_pt *new_pt = sync_pt_create(sync_pt_parent(pt), sizeof(struct mali_sync_pt)); in timeline_dup() 82 static int timeline_has_signaled(struct sync_pt *pt) in timeline_has_signaled() argument 84 struct mali_sync_pt *mpt = to_mali_sync_pt(pt); in timeline_has_signaled() [all …]
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
D | mali_kbase_sync_android.c | 47 struct sync_pt pt; member 58 static struct mali_sync_pt *to_mali_sync_pt(struct sync_pt *pt) in to_mali_sync_pt() argument 60 return container_of(pt, struct mali_sync_pt, pt); in to_mali_sync_pt() 63 static struct sync_pt *timeline_dup(struct sync_pt *pt) in timeline_dup() argument 65 struct mali_sync_pt *mpt = to_mali_sync_pt(pt); in timeline_dup() 67 struct sync_pt *new_pt = sync_pt_create(sync_pt_parent(pt), in timeline_dup() 80 static int timeline_has_signaled(struct sync_pt *pt) in timeline_has_signaled() argument 82 struct mali_sync_pt *mpt = to_mali_sync_pt(pt); in timeline_has_signaled() 84 sync_pt_parent(pt)); in timeline_has_signaled() 97 struct mali_sync_pt *ma = container_of(a, struct mali_sync_pt, pt); in timeline_compare() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | 802.11e.h | 99 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) argument 100 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ argument 102 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) argument 103 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ argument 106 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ argument 108 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \ argument
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | 802.11e.h | 103 #define WLC_CAC_GET_TID(pt) \ argument 104 ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 105 #define WLC_CAC_GET_DIR(pt) \ argument 106 ((((pt).octets[0]) & TS_INFO_DIRECTION_MASK) >> TS_INFO_DIRECTION_SHIFT) 107 #define WLC_CAC_GET_PSB(pt) \ argument 108 ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 109 #define WLC_CAC_GET_USER_PRIO(pt) \ argument 110 ((((pt).octets[1]) & TS_INFO_USER_PRIO_MASK) >> TS_INFO_USER_PRIO_SHIFT) 112 #define WLC_CAC_SET_TID(pt, id) \ argument 113 ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | ((id) << TS_INFO_TID_SHIFT)) [all …]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | 802.11e.h | 100 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) argument 101 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ argument 103 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) argument 104 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ argument 107 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ argument 109 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \ argument
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/ |
D | calibinit.cpp | 107 Point pt[4]; member 113 pt[0] = pt_[0]; pt[1] = pt_[1]; pt[2] = pt_[2]; pt[3] = pt_[3]; in QuadCountour() 133 cv::Point2f pt; // Coordinates of the corner member 139 pt(pt_), row(0), count(0) in ChessBoardCorner() 152 sum += sqrt(normL2Sqr<float>(neighbors[i]->pt - pt)); in sumDist() 208 … line(img, quad.corners[j]->pt, quad.corners[(j + 1) & 3]->pt, Scalar(0, 240, 0), 1, LINE_AA); in SHOW_QUADS() 1010 const cv::Point2f pt_offset = quad.corners[i]->pt - quad.corners[j]->pt; in addOuterQuad() 1014 const cv::Point2f& pt = quad.corners[k]->pt; in addOuterQuad() local 1015 corner = ChessBoardCorner(pt); in addOuterQuad() 1017 corner.pt += pt_offset; in addOuterQuad() [all …]
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
D | mali_sync.c | 65 MALI_STATIC_INLINE struct mali_sync_pt *to_mali_sync_pt(struct sync_pt *pt) in to_mali_sync_pt() argument 67 MALI_STATIC_INLINE struct mali_sync_pt *to_mali_sync_pt(struct mali_internal_sync_point *pt) in to_mali_sync_pt() 70 return container_of(pt, struct mali_sync_pt, sync_pt); in to_mali_sync_pt() 83 static int timeline_has_signaled(struct sync_pt *pt) in timeline_has_signaled() argument 85 static int timeline_has_signaled(struct mali_internal_sync_point *pt) in timeline_has_signaled() 90 MALI_DEBUG_ASSERT_POINTER(pt); in timeline_has_signaled() 91 mpt = to_mali_sync_pt(pt); in timeline_has_signaled() 99 static void timeline_free_pt(struct sync_pt *pt) in timeline_free_pt() argument 101 static void timeline_free_pt(struct mali_internal_sync_point *pt) in timeline_free_pt() 106 MALI_DEBUG_ASSERT_POINTER(pt); in timeline_free_pt() [all …]
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
D | mali_sync.c | 66 MALI_STATIC_INLINE struct mali_sync_pt *to_mali_sync_pt(struct sync_pt *pt) in to_mali_sync_pt() argument 68 MALI_STATIC_INLINE struct mali_sync_pt *to_mali_sync_pt(struct mali_internal_sync_point *pt) in to_mali_sync_pt() 71 return container_of(pt, struct mali_sync_pt, sync_pt); in to_mali_sync_pt() 85 static int timeline_has_signaled(struct sync_pt *pt) in timeline_has_signaled() argument 87 static int timeline_has_signaled(struct mali_internal_sync_point *pt) in timeline_has_signaled() 92 MALI_DEBUG_ASSERT_POINTER(pt); in timeline_has_signaled() 93 mpt = to_mali_sync_pt(pt); in timeline_has_signaled() 101 static void timeline_free_pt(struct sync_pt *pt) in timeline_free_pt() argument 103 static void timeline_free_pt(struct mali_internal_sync_point *pt) in timeline_free_pt() 108 MALI_DEBUG_ASSERT_POINTER(pt); in timeline_free_pt() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/actuator/ |
D | actuator.c | 78 unsigned short *pt = arg; in sunxi_actuator_ioctl() local 81 min = pt[0]; in sunxi_actuator_ioctl() 82 max = pt[1]; in sunxi_actuator_ioctl() 83 steps = pt[2]; in sunxi_actuator_ioctl() 96 unsigned short *pt = arg; in sunxi_actuator_ioctl() local 99 pt[0] = act_ctrl->active_min; in sunxi_actuator_ioctl() 100 pt[1] = act_ctrl->active_max; in sunxi_actuator_ioctl() 101 pt[2] = act_ctrl->total_steps; in sunxi_actuator_ioctl()
|
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/ |
D | sys.c | 39 int write_reg_table(const tbl_cmd_set_t *pt, int size) in write_reg_table() argument 44 unsigned int cadr = ((unsigned int)0x80000000) | pt[l].adr; in write_reg_table() 45 unsigned char cdat = pt[l].dat; in write_reg_table() 46 unsigned char ccmd = pt[l].cmd; in write_reg_table() 55 delay_us(pt[l].adr * 256 + cdat); in write_reg_table()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_cli/ |
D | cli_wifi.c | 88 bk_logic_partition_t *pt = bk_flash_partition_get_info(BK_PARTITION_USR_CONFIG); in fast_connect_cb() local 92 bk_flash_read_bytes(pt->partition_start_addr + pt->partition_length -4096, in fast_connect_cb() 113 bk_flash_erase_sector(pt->partition_start_addr + pt->partition_length -4096); in fast_connect_cb() 114 bk_flash_write_bytes(pt->partition_start_addr + pt->partition_length -4096, in fast_connect_cb() 171 bk_logic_partition_t *pt = bk_flash_partition_get_info(BK_PARTITION_USR_CONFIG); in demo_wifi_fast_connect() local 174 bk_flash_read_bytes(pt->partition_start_addr + pt->partition_length -4096, in demo_wifi_fast_connect() 252 bk_logic_partition_t *pt = bk_flash_partition_get_info(BK_PARTITION_USR_CONFIG); in cli_wifi_ap_cmd() local 254 bk_flash_read_bytes(pt->partition_start_addr + pt->partition_length -4096, in cli_wifi_ap_cmd() 264 bk_logic_partition_t *pt = bk_flash_partition_get_info(BK_PARTITION_USR_CONFIG); in cli_wifi_ap_cmd() local 266 bk_flash_read_bytes(pt->partition_start_addr + pt->partition_length -4096, in cli_wifi_ap_cmd() [all …]
|
/device/soc/telink/b91/adapter/hals/mbedtls/src/mbedtls/internal/compatibility/ |
D | ecp_alt.c | 92 int ecp_alt_b91_backend_check_pubkey(const mbedtls_ecp_group *grp, const mbedtls_ecp_point *pt); 501 void mbedtls_ecp_point_init(mbedtls_ecp_point *pt) in mbedtls_ecp_point_init() argument 503 ECP_VALIDATE(pt != NULL); in mbedtls_ecp_point_init() 505 mbedtls_mpi_init(&pt->X); in mbedtls_ecp_point_init() 506 mbedtls_mpi_init(&pt->Y); in mbedtls_ecp_point_init() 507 mbedtls_mpi_init(&pt->Z); in mbedtls_ecp_point_init() 549 void mbedtls_ecp_point_free(mbedtls_ecp_point *pt) in mbedtls_ecp_point_free() argument 551 if (pt == NULL) in mbedtls_ecp_point_free() 554 mbedtls_mpi_free(&(pt->X)); in mbedtls_ecp_point_free() 555 mbedtls_mpi_free(&(pt->Y)); in mbedtls_ecp_point_free() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/g2d/ |
D | syncfence.c | 184 struct syncfence *pt, *next; in fence_timeline_signal() local 190 list_for_each_entry_safe(pt, next, &timeline->pt_list, link) { in fence_timeline_signal() 191 if (!timeline_fence_signaled(&pt->base)) in fence_timeline_signal() 194 list_del_init(&pt->link); in fence_timeline_signal() 195 dma_fence_signal_locked(&pt->base); in fence_timeline_signal() 343 struct syncfence *pt, *next; in syncfence_debug_show() local 352 list_for_each_entry_safe(pt, next, &timeline->pt_list, link) { in syncfence_debug_show() 353 bool signaled = timeline_fence_signaled(&pt->base); in syncfence_debug_show() 356 "\t%lld [%d]\n", pt->base.seqno, signaled); in syncfence_debug_show()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
D | ecp.h | 477 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt ); 502 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt ); 577 int mbedtls_ecp_set_zero( mbedtls_ecp_point *pt ); 588 int mbedtls_ecp_is_zero( mbedtls_ecp_point *pt ); 689 mbedtls_ecp_point *pt, 715 const mbedtls_ecp_point *pt, 974 const mbedtls_ecp_point *pt );
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/ |
D | aes-internal-enc.c | 21 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) in rijndaelEncrypt() 32 s0 = GETU32(pt ) ^ rk[0]; in rijndaelEncrypt() 33 s1 = GETU32(pt + 4) ^ rk[1]; in rijndaelEncrypt() 34 s2 = GETU32(pt + 8) ^ rk[2]; in rijndaelEncrypt() 35 s3 = GETU32(pt + 12) ^ rk[3]; in rijndaelEncrypt()
|
D | aes_i.h | 113 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ argument 114 ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
D | hmac_traffic_classify.c | 138 hi_u32 pt; in hmac_tx_traffic_judge() local 160 pt = (major_flow->payload_type & (~BIT7)); in hmac_tx_traffic_judge() 161 if (pt <= RTP_PT_VO_G729) { /* 依据PayloadType判断RTP载荷类型 */ in hmac_tx_traffic_judge() 163 } else if ((pt == RTP_PT_VI_CELB) || (pt == RTP_PT_VI_JPEG) || (pt == RTP_PT_VI_NV) || in hmac_tx_traffic_judge() 164 ((pt >= RTP_PT_VI_H261) && (pt <= RTP_PT_VI_H263))) { in hmac_tx_traffic_judge()
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
D | 8250.h | 316 static inline int is_omap1_8250(struct uart_8250_port *pt) in is_omap1_8250() argument 320 switch (pt->port.mapbase) { in is_omap1_8250() 334 static inline int is_omap1510_8250(struct uart_8250_port *pt) in is_omap1510_8250() argument 340 return is_omap1_8250(pt); in is_omap1510_8250() 343 static inline int is_omap1_8250(struct uart_8250_port *pt) in is_omap1_8250() argument 347 static inline int is_omap1510_8250(struct uart_8250_port *pt) in is_omap1510_8250() argument
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/flash/ |
D | flash_partition.c | 136 bk_logic_partition_t *pt = NULL; in bk_flash_partition_get_info() local 142 pt = (bk_logic_partition_t *)&bk7256_partitions[partition]; in bk_flash_partition_get_info() 144 pt = (bk_logic_partition_t *)&bk7231_partitions[partition]; in bk_flash_partition_get_info() 147 return pt; in bk_flash_partition_get_info()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_utils.c | 189 UINT8 *ps, *pt; in bta_gatts_uuid_compare() local 213 pt = tu; in bta_gatts_uuid_compare() 215 pt = tar.uu.uuid128; in bta_gatts_uuid_compare() 218 return (memcmp(ps, pt, LEN_UUID_128) == 0); in bta_gatts_uuid_compare()
|
/device/qemu/riscv32_virt/liteos_m/board/fs/ |
D | ff_gen_drv.c | 51 VolToPart[index].pt = vptable.pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */ in SetupVolToPartTable()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
D | net.h | 16 TP_PROTO(const struct packet_type *pt, struct list_head *vendor_pt), 17 TP_ARGS(pt, vendor_pt));
|