| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_mem_lowlevel.h | 67 static inline phys_addr_t as_phys_addr_t(struct tagged_addr t) in as_phys_addr_t() 78 static inline struct page *as_page(struct tagged_addr t) in as_page() 97 struct tagged_addr t; in as_tagged() local 115 struct tagged_addr t; in as_tagged_tag() local 128 static inline bool is_huge(struct tagged_addr t) in is_huge() 141 static inline bool is_huge_head(struct tagged_addr t) in is_huge_head() 156 static inline bool is_partial(struct tagged_addr t) in is_partial()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_mem_lowlevel.h | 70 static inline phys_addr_t as_phys_addr_t(struct tagged_addr t) in as_phys_addr_t() 81 static inline struct page *as_page(struct tagged_addr t) in as_page() 100 struct tagged_addr t; in as_tagged() local 118 struct tagged_addr t; in as_tagged_tag() local 131 static inline bool is_huge(struct tagged_addr t) in is_huge() 144 static inline bool is_huge_head(struct tagged_addr t) in is_huge_head() 159 static inline bool is_partial(struct tagged_addr t) in is_partial()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | coap_time.h | 36 COAP_STATIC_INLINE void coap_ticks_impl(coap_tick_t *t) { in coap_ticks_impl() 46 COAP_STATIC_INLINE coap_time_t coap_ticks_to_rt(coap_tick_t t) { in coap_ticks_to_rt() 50 COAP_STATIC_INLINE uint64_t coap_ticks_to_rt_us(coap_tick_t t) { in coap_ticks_to_rt_us() 74 COAP_STATIC_INLINE void coap_ticks(coap_tick_t *t) { in coap_ticks() 78 COAP_STATIC_INLINE coap_time_t coap_ticks_to_rt(coap_tick_t t) { in coap_ticks_to_rt() 82 COAP_STATIC_INLINE uint64_t coap_ticks_to_rt_us(coap_tick_t t) { in coap_ticks_to_rt_us()
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| D | rk_fiq_debugger.c | 75 static inline void rk_fiq_write(struct rk_fiq_debugger *t, unsigned int val, unsigned int off) in rk_fiq_write() 80 static inline unsigned int rk_fiq_read(struct rk_fiq_debugger *t, unsigned int off) in rk_fiq_read() 85 static inline unsigned int rk_fiq_read_lsr(struct rk_fiq_debugger *t) in rk_fiq_read_lsr() 100 struct rk_fiq_debugger *t; in debug_port_init() local 154 struct rk_fiq_debugger *t; in debug_getc() local 185 struct rk_fiq_debugger *t; in debug_putc() local 208 struct rk_fiq_debugger *t; in debug_flush() local 228 struct rk_fiq_debugger *t; in console_putc() local 242 struct rk_fiq_debugger *t; in console_flush() local 317 struct rk_fiq_debugger *t; in console_write() local [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| D | rk_fiq_debugger.c | 75 static inline void rk_fiq_write(struct rk_fiq_debugger *t, in rk_fiq_write() 81 static inline unsigned int rk_fiq_read(struct rk_fiq_debugger *t, in rk_fiq_read() 87 static inline unsigned int rk_fiq_read_lsr(struct rk_fiq_debugger *t) in rk_fiq_read_lsr() 101 struct rk_fiq_debugger *t; in debug_port_init() local 154 struct rk_fiq_debugger *t; in debug_getc() local 186 struct rk_fiq_debugger *t; in debug_putc() local 208 struct rk_fiq_debugger *t; in debug_flush() local 227 struct rk_fiq_debugger *t; in console_putc() local 241 struct rk_fiq_debugger *t; in console_flush() local 314 struct rk_fiq_debugger *t; in console_write() local [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
| D | time.h | 93 #define timerisset(t) ((t)->tv_sec || (t)->tv_usec) argument 94 #define timerclear(t) ((t)->tv_sec = (t)->tv_usec = 0) argument 95 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ argument 97 #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, \ argument 100 #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, \ argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
| D | complex.h | 105 #define __CIMAG(x, t) \ argument 119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) argument 121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) argument 123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) argument
|
| D | stdalign.h | 8 #define _Alignas(t) __attribute__((__aligned__(t))) argument 9 #define _Alignof(t) __alignof__(t) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_timer.c | 47 struct timer_list_info *t = NULL; in osal_timer_init() local 82 struct timer_list *t = NULL; in osal_del_timer() local 94 struct timer_list *t = timer->timer; in osal_timer_destroy() local 135 struct timespec64 t; in osal_gettimeofday() local
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_timer.c | 49 struct timer_list *t = NULL; in osal_timer_init() local 73 struct timer_list *t = NULL; in osal_timer_set() local 91 struct timer_list *t = NULL; in osal_timer_del() local 105 struct timer_list *t = NULL; in osal_timer_destory() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | api.h | 97 #define NETCONNTYPE_GROUP(t) ((t)&0xF0) argument 98 #define NETCONNTYPE_DATAGRAM(t) ((t)&0xE0) argument 101 #define NETCONNTYPE_ISIPV6(t) (((t)&NETCONN_TYPE_IPV6) != 0) argument 102 #define NETCONNTYPE_ISUDPLITE(t) (((t)&0xF3) == NETCONN_UDPLITE) argument 103 #define NETCONNTYPE_ISUDPNOCHKSUM(t) (((t)&0xF3) == NETCONN_UDPNOCHKSUM) argument 390 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL) argument 391 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c) argument
|
| D | sys.h | 58 #define sys_arch_sem_wait(s, t) argument 92 #define sys_thread_new(n, t, a, s, p) argument 94 #define sys_msleep(t) argument
|
| /device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
| D | csi_gcc.h | 1551 int32_t r, s, t, u; in __QADD8() local 1580 int32_t r, s, t, u; in __UQADD8() local 1607 int32_t r, s, t, u; in __SADD8() local 1634 int32_t r, s, t, u; in __UADD8() local 1663 int32_t r, s, t, u; in __QSUB8() local 1692 int32_t r, s, t, u; in __UQSUB8() local 1719 int32_t r, s, t, u; in __SSUB8() local 1746 int32_t r, s, t, u; in __USUB8() local 1776 int32_t r, s, t, u; in __USAD8() local 1808 int32_t r, s, t, u; in __USADA8() local [all …]
|
| /device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
| D | signal.h | 418 static inline void signal_wake_up(struct task_struct *t, bool resume) in signal_wake_up() 422 static inline void ptrace_signal_wake_up(struct task_struct *t, bool resume) in ptrace_signal_wake_up() 614 #define do_each_thread(g, t) … argument 618 #define while_each_thread(g, t) while (((t) = next_thread(t)) != (g)) argument 620 #define _for_each_thread(signal, t) list_for_each_entry_rcu(t, &(signal)->thread_head, thread_node) argument 622 #define for_each_thread(p, t) _for_each_thread((p)->signal, t) argument 625 #define for_each_process_thread(p, t) for_each_process(p) for_each_thread(p, t) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| D | osal_ioctl.h | 107 #define _IOC_TYPECHECK(t) (sizeof(t)) argument 111 #define _IOC_TYPECHECK(t) \ argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
| D | osal_ioctl.h | 72 #define _IOC_TYPECHECK(t) (sizeof(t)) argument 77 #define _IOC_TYPECHECK(t) \ argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | osal_ioctl.h | 104 #define _IOC_TYPECHECK(t) (sizeof(t)) argument 108 #define _IOC_TYPECHECK(t) \ argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | osal_ioctl.h | 104 #define _IOC_TYPECHECK(t) (sizeof(t)) argument 108 #define _IOC_TYPECHECK(t) \ argument
|
| /device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
| D | psi.h | 26 #define trace_android_vh_psi_event(t) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_adc/ |
| D | hi_adc.c | 55 unsigned long t; in lsadc_reg_write() local 65 unsigned int t; in write_reg32() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_timers.c | 30 _mali_osk_timer_t *t = (_mali_osk_timer_t *)kmalloc(sizeof(_mali_osk_timer_t), GFP_KERNEL); in _mali_osk_timer_init() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_timers.c | 29 _mali_osk_timer_t *t = (_mali_osk_timer_t *)kmalloc(sizeof(_mali_osk_timer_t), GFP_KERNEL); in _mali_osk_timer_init() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/ |
| D | icmp.h | 84 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
| D | packet_create.py | 63 t = crc16() variable
|
| /device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/pmic/ |
| D | ebc_pmic.h | 48 static inline int ebc_pmic_read_temp(struct ebc_pmic *pmic, int *t) in ebc_pmic_read_temp()
|