/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A 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 in sync_timeline_signal() 238 struct sync_pt *pt; sync_pt_create() local 314 struct sync_pt *pt, *next; sw_sync_debugfs_release() local 334 struct sync_pt *pt; sw_sync_ioctl_create_fence() local [all...] |
H A D | sync_debug.c | 112 struct sync_pt *pt = container_of(pos, struct sync_pt, link); in sync_print_obj() local 113 sync_print_fence(s, &pt->base, false); in sync_print_obj()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A 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() 116 pt_value_str(struct sync_pt *pt, char *str, int size) pt_value_str() argument 199 struct sync_pt *pt = sync_pt_create(parent, kbase_sync_pt_alloc() local 217 struct sync_pt *pt; kbase_sync_fence_out_create() local 310 kbase_sync_signal_pt(struct sync_pt *pt, int result) kbase_sync_signal_pt() argument 345 struct sync_pt *pt; kbase_sync_fence_out_trigger() local [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | 802.11e.h | 100 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 101 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 103 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 104 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 107 #define WLC_CAC_SET_TID(pt, id) ((((pt) [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A 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 117 pt_value_str(struct sync_pt *pt, char *str, int size) pt_value_str() argument 201 struct sync_pt *pt = sync_pt_create(parent, sizeof(struct mali_sync_pt)); kbase_sync_pt_alloc() local 219 struct sync_pt *pt; kbase_sync_fence_out_create() local 333 kbase_sync_signal_pt(struct sync_pt *pt, int result) kbase_sync_signal_pt() argument 365 struct sync_pt *pt; global() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A 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 124 pt_value_str(struct sync_pt *pt, char *str, int size) pt_value_str() argument 208 struct sync_pt *pt = sync_pt_create(parent, sizeof(struct mali_sync_pt)); kbase_sync_pt_alloc() local 226 struct sync_pt *pt; kbase_sync_fence_out_create() local 340 kbase_sync_signal_pt(struct sync_pt *pt, int result) kbase_sync_signal_pt() argument 372 struct sync_pt *pt; global() local [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A 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 121 pt_value_str(struct sync_pt *pt, char *str, int size) pt_value_str() argument 203 struct sync_pt *pt = sync_pt_create(parent, kbase_sync_pt_alloc() local 221 struct sync_pt *pt; kbase_sync_fence_out_create() local 333 kbase_sync_signal_pt(struct sync_pt *pt, int result) kbase_sync_signal_pt() argument 368 struct sync_pt *pt; global() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_sync.c | 31 struct sync_timeline *sync_tl; /**< Sync timeline this pt is connected to. */ 33 struct mali_internal_sync_timeline *sync_tl; /**< Sync timeline this pt is connected to. */ 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 142 timeline_dup(struct sync_pt *pt) timeline_dup() argument 245 timeline_pt_value_str(struct sync_pt *pt, char *str, int size) timeline_pt_value_str() argument 439 struct sync_pt *pt; mali_sync_flag_create_pt() local 592 struct mali_internal_sync_point *pt; mali_sync_flag_create_pt() local [all...] |
H A D | mali_internal_sync.h | 53 int (*has_signaled)(struct mali_internal_sync_point *pt);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_sync.c | 30 struct sync_timeline *sync_tl; /**< Sync timeline this pt is connected to. */ 32 struct mali_internal_sync_timeline *sync_tl; /**< Sync timeline this pt is connected to. */ 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 140 timeline_dup(struct sync_pt *pt) timeline_dup() argument 240 timeline_pt_value_str(struct sync_pt *pt, char *str, int size) timeline_pt_value_str() argument 429 struct sync_pt *pt; mali_sync_flag_create_pt() local 570 struct mali_internal_sync_point *pt; mali_sync_flag_create_pt() local [all...] |
H A D | mali_internal_sync.h | 52 int (*has_signaled)(struct mali_internal_sync_point *pt);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ecp.h | 475 * \param pt The point to initialize. 477 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt ); 500 * \param pt The point to free. 502 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt ); 571 * \param pt The point to set. This must be initialized. 577 int mbedtls_ecp_set_zero( mbedtls_ecp_point *pt ); 582 * \param pt The point to test. This must be initialized. 588 int mbedtls_ecp_is_zero( mbedtls_ecp_point *pt ); 679 * \param pt The destination point. 689 mbedtls_ecp_point *pt, [all...] |
H A D | ecp_internal.h | 117 * \param pt The point on the curve to be randomised, given with Jacobian 127 mbedtls_ecp_point *pt, int (*f_rng)(void *, unsigned char *, size_t), 238 * \param pt pointer to the point to be normalised. This is an 245 mbedtls_ecp_point *pt );
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A 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/qemu/riscv32_virt/liteos_m/board/fs/ |
H A D | ff_gen_drv.c | 51 VolToPart[index].pt = vptable.pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */
in SetupVolToPartTable()
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A 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
|
H A D | 8250_port.c | 3090 static unsigned int serial8250_port_size(struct uart_8250_port *pt)
in serial8250_port_size() argument 3092 if (pt->port.mapsize) {
in serial8250_port_size() 3093 return pt->port.mapsize;
in serial8250_port_size() 3095 if (pt->port.iotype == UPIO_AU) {
in serial8250_port_size() 3096 if (pt->port.type == PORT_RT2880) {
in serial8250_port_size() 3101 if (is_omap1_8250(pt)) {
in serial8250_port_size() 3102 return 0x16 << pt->port.regshift;
in serial8250_port_size() 3105 return 0x8 << pt->port.regshift;
in serial8250_port_size()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | net.h | 16 TP_PROTO(const struct packet_type *pt, struct list_head *vendor_pt), 17 TP_ARGS(pt, vendor_pt));
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_ip.c | 58 uint8 *pt; /* Pointer to type field */ in pkt_frag_info() local 75 pt = frame + ETHER_TYPE_OFFSET; in pkt_frag_info() 78 pt = frame + ETHER_HDR_LEN + SNAP_HDR_LEN; in pkt_frag_info() 84 ethertype = ntoh16(*(uint16 *)pt); in pkt_frag_info() 88 pt += VLAN_TAG_LEN; in pkt_frag_info() 90 if (pt + ETHER_TYPE_LEN > frame + length) { in pkt_frag_info() 95 ethertype = ntoh16(*(uint16 *)pt); in pkt_frag_info() 104 iph = (struct ipv4_hdr *)(pt + ETHER_TYPE_LEN); in pkt_frag_info() 105 ipl = (uint)(length - (pt + ETHER_TYPE_LEN - frame)); in pkt_frag_info()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_edid.c | 2552 static void drm_mode_do_interlace_quirk(struct drm_display_mode *mode, struct detailed_pixel_timing *pt) in drm_mode_do_interlace_quirk() argument 2561 if (!(pt->misc & DRM_EDID_PT_INTERLACED)) { in drm_mode_do_interlace_quirk() 2592 struct detailed_pixel_timing *pt = &timing->data.pixel_data; in drm_mode_detailed() local 2593 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 0x4 | pt->hactive_lo; in drm_mode_detailed() 2594 unsigned vactive = (pt->vactive_vblank_hi & 0xf0) << 0x4 | pt->vactive_lo; in drm_mode_detailed() 2595 unsigned hblank = (pt->hactive_hblank_hi & 0xf) << 0x8 | pt->hblank_lo; in drm_mode_detailed() 2596 unsigned vblank = (pt in drm_mode_detailed() [all...] |
H A D | drm_mode_config.c | 489 struct drm_property *property, *pt; in drm_mode_config_cleanup() local 516 list_for_each_entry_safe(property, pt, &dev->mode_config.property_list, head) in drm_mode_config_cleanup()
|
H A D | drm_modes.c | 1337 struct drm_display_mode *pmode, *pt; in drm_connector_list_update() local 1341 list_for_each_entry_safe(pmode, pt, &connector->probed_modes, head) in drm_connector_list_update()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
H A D | ext_sm4.c | 62 #define getu32(pt) (((hi_u32)(pt)[0] << 24) ^ ((hi_u32)(pt)[1] << 16) ^ ((hi_u32)(pt)[2] << 8) ^ ((hi_u32)(pt)[3]))
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 312 bool pt;
in iommu_set_def_domain_type() local 315 ret = kstrtobool(str, &pt);
in iommu_set_def_domain_type() 320 if (pt) {
in iommu_set_def_domain_type()
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 2973 static void its_free_pending_table(struct page *pt)
in its_free_pending_table() argument 2975 free_pages((unsigned long)page_address(pt), get_order(LPI_PENDBASE_SZ));
in its_free_pending_table()
|