Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_track.h392 #define LOS_TRACK_IRQ(type, lr) \ argument
399 #define LOS_TRACK_IRQ(type, lr) argument
403 #define LOS_TRACK_WORKQ(type, workPrio, workEntry) \ argument
410 #define LOS_TRACK_WORKQ(type, workPrio, workEntry) argument
414 #define LOS_TRACK_TASK(type, taskID) \ argument
421 #define LOS_TRACK_TASK(type, taskID) argument
425 #define LOS_TRACK_ISR(type, intVector) \ argument
432 #define LOS_TRACK_ISR(type, intVector) argument
436 #define LOS_TRACK_SEM(type, semID, semCnt) \ argument
445 #define LOS_TRACK_SEM(type, semID, semCnt) argument
[all …]
Dlos_list.h267 #define OFFSET_OF_FIELD(type, field) ((UINT32)&(((type *)0)->field)) argument
288 #define LOS_OFF_SET_OF(type, member) ((UINT32)&(((type *)0)->member)) argument
313 #define LOS_DL_LIST_ENTRY(item, type, member) \ argument
337 #define LOS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ argument
364 #define LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_mem.h24 #define mpp_malloc_with_caller(type, count, caller) \ argument
27 #define mpp_malloc(type, count) \ argument
30 #define mpp_malloc_size(type, size) \ argument
33 #define mpp_calloc_size(type, size) \ argument
36 #define mpp_calloc(type, count) \ argument
39 #define mpp_realloc(ptr, type, count) \ argument
Dmpp_list.h102 #define list_entry(ptr, type, member) \ argument
105 #define list_first_entry(ptr, type, member) \ argument
108 #define list_last_entry(ptr, type, member) \ argument
111 #define list_first_entry_or_null(ptr, type, member) do { \ argument
117 #define list_next_entry(pos, type, member) \ argument
120 #define list_prev_entry(pos, type, member) \ argument
123 #define list_for_each_entry(pos, head, type, member) \ argument
128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_mem.h24 #define mpp_malloc_with_caller(type, count, caller) (type *)mpp_osal_malloc(caller, sizeof(type) * … argument
26 #define mpp_malloc(type, count) (type *)mpp_osal_malloc(__FUNCTION__, sizeof(type) * (count)) argument
28 #define mpp_malloc_size(type, size) (type *)mpp_osal_malloc(__FUNCTION__, size) argument
30 #define mpp_calloc_size(type, size) (type *)mpp_osal_calloc(__FUNCTION__, size) argument
32 #define mpp_calloc(type, count) (type *)mpp_osal_calloc(__FUNCTION__, sizeof(type) * (count)) argument
34 #define mpp_realloc(ptr, type, count) (type *)mpp_osal_realloc(__FUNCTION__, ptr, sizeof(type) * (c… argument
Dmpp_list.h103 #define list_entry(ptr, type, member) ((type *)((char *)(ptr) - (unsigned long)(&((type *)0)->membe… argument
105 #define list_first_entry(ptr, type, member) list_entry((ptr)->next, type, member) argument
107 #define list_last_entry(ptr, type, member) list_entry((ptr)->prev, type, member) argument
109 #define list_first_entry_or_null(ptr, type, member) … argument
116 #define list_next_entry(pos, type, member) list_entry((pos)->member.next, type, member) argument
118 #define list_prev_entry(pos, type, member) list_entry((pos)->member.prev, type, member) argument
120 #define list_for_each_entry(pos, head, type, member) … argument
124 #define list_for_each_entry_safe(pos, n, head, type, member) … argument
128 #define list_for_each_entry_reverse(pos, head, type, member) … argument
132 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) … argument
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_mem.h25 #define mpp_malloc_with_caller(type, count, caller) \ argument
28 #define mpp_malloc(type, count) \ argument
31 #define mpp_malloc_size(type, size) \ argument
34 #define mpp_calloc_size(type, size) \ argument
37 #define mpp_calloc(type, count) \ argument
40 #define mpp_realloc(ptr, type, count) \ argument
Dmpp_list.h108 #define list_entry(ptr, type, member) \ argument
111 #define list_first_entry(ptr, type, member) \ argument
114 #define list_last_entry(ptr, type, member) \ argument
117 #define list_first_entry_or_null(ptr, type, member) ({ \ argument
123 #define list_next_entry(pos, type, member) \ argument
126 #define list_prev_entry(pos, type, member) \ argument
129 #define list_for_each_entry(pos, head, type, member) \ argument
134 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
140 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
145 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_mem.h24 #define mpp_malloc_with_caller(type, count, caller) \ argument
27 #define mpp_malloc(type, count) \ argument
30 #define mpp_malloc_size(type, size) \ argument
33 #define mpp_calloc_size(type, size) \ argument
36 #define mpp_calloc(type, count) \ argument
39 #define mpp_realloc(ptr, type, count) \ argument
Dmpp_list.h102 #define list_entry(ptr, type, member) \ argument
105 #define list_first_entry(ptr, type, member) \ argument
108 #define list_last_entry(ptr, type, member) \ argument
111 #define list_first_entry_or_null(ptr, type, member) do { \ argument
117 #define list_next_entry(pos, type, member) \ argument
120 #define list_prev_entry(pos, type, member) \ argument
123 #define list_for_each_entry(pos, head, type, member) \ argument
128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dosal_ioctl.h96 #define _IOC(dir, type, nr, size) \ argument
117 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) argument
121 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
125 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
129 #define _IOWR(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
133 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
137 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
141 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dosal_ioctl.h99 #define _IOC(dir, type, nr, size) \ argument
120 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) argument
124 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
128 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
132 #define _IOWR(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
136 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
140 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
144 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dosal_ioctl.h65 #define _IOC(dir, type, nr, size) \ argument
86 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
87 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
88 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
89 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
90 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
91 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
92 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dosal_ioctl.h96 #define _IOC(dir, type, nr, size) \ argument
117 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) argument
121 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
125 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
129 #define _IOWR(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
133 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
137 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
141 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/device/soc/rockchip/rk2206/hardware/include/sys/
Ddefs.h42 #define __DEQUALIFY(type, var) ((type)(uintptr_t)(const volatile void *)(var)) argument
46 #define offsetof(type, field) \ argument
51 #define __offsetof(type, field) offsetof(type, field) argument
55 #define __containerof(ptr, type, field) \ argument
60 #define container_of(ptr, type, field) __containerof(ptr, type, field) argument
Dqueue.h150 #define SLIST_HEAD(name, type) \ argument
158 #define SLIST_ENTRY(type) \ argument
211 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
234 #define SLIST_SWAP(head1, head2, type) do { \ argument
243 #define STAILQ_HEAD(name, type) \ argument
252 #define STAILQ_ENTRY(type) \ argument
315 #define STAILQ_LAST(head, type, field) \ argument
320 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
346 #define STAILQ_SWAP(head1, head2, type) do { \ argument
362 #define LIST_HEAD(name, type) \ argument
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmxtlv.c198 bcm_xtlv_pack_xtlv(bcm_xtlv_t *xtlv, uint16 type, uint16 len, const uint8 *data, in bcm_xtlv_pack_xtlv()
246 bcm_xtlv_unpack_xtlv(const bcm_xtlv_t *xtlv, uint16 *type, uint16 *len, in bcm_xtlv_unpack_xtlv()
258 bcm_xtlv_put_data(bcm_xtlvbuf_t *tbuf, uint16 type, const uint8 *data, int n) in bcm_xtlv_put_data()
277 bcm_xtlv_put_int(bcm_xtlvbuf_t *tbuf, uint16 type, const uint8 *data, int n, int int_sz) in bcm_xtlv_put_int()
333 bcm_xtlv_put16(bcm_xtlvbuf_t *tbuf, uint16 type, const uint16 *data, int n) in bcm_xtlv_put16()
339 bcm_xtlv_put32(bcm_xtlvbuf_t *tbuf, uint16 type, const uint32 *data, int n) in bcm_xtlv_put32()
345 bcm_xtlv_put64(bcm_xtlvbuf_t *tbuf, uint16 type, const uint64 *data, int n) in bcm_xtlv_put64()
362 uint16 type; in bcm_unpack_xtlv_entry() local
384 bcm_pack_xtlv_entry(uint8 **tlv_buf, uint16 *buflen, uint16 type, uint16 len, in bcm_pack_xtlv_entry()
416 uint16 type; in bcm_unpack_xtlv_buf() local
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcpip_priv.h57 #define API_VAR_DECLARE(type, name) type * name argument
58 #define API_VAR_ALLOC(type, pool, name, errorval) do { \ argument
64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
83 #define API_VAR_DECLARE(type, name) type name argument
84 #define API_VAR_ALLOC(type, pool, name, errorval) argument
85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument
146 enum tcpip_msg_type type; member
180 enum lowpower_msg_type type; member
186 enum l3_event_msg_type type; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dicmp6.h180 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
187 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
193 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
200 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
Dip6_zone.h159 #define ip6_addr_has_scope(ip6addr, type) \ argument
180 #define ip6_addr_assign_zone(ip6addr, type, netif) \ argument
210 #define ip6_addr_lacks_zone(ip6addr, type) \ argument
255 #define ip6_addr_has_scope(ip6addr, type) (0) argument
256 #define ip6_addr_assign_zone(ip6addr, type, netif) argument
258 #define ip6_addr_lacks_zone(ip6addr, type) (0) argument
/device/board/hihope/dayu210/distributedhardware/
Ddistributed_hardware_components_cfg.json20 "type": "CAMERA", string
32 "type": "AUDIO", string
44 "type": "SCREEN", string
56 "type": "INPUT", string
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Doption.h183 coap_option_setb(coap_opt_filter_t filter, uint16_t type) { in coap_option_setb()
200 coap_option_clrb(coap_opt_filter_t filter, uint16_t type) { in coap_option_clrb()
217 coap_option_getb(coap_opt_filter_t filter, uint16_t type) { in coap_option_getb()
239 uint16_t type; /**< decoded option type */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/
Dlos_queue_pri.h49 #define OS_QUEUE_READ_WRITE_GET(type) ((type) & (0x01)) argument
54 #define OS_QUEUE_OPERATE_GET(type) ((type) & (0x03)) argument
55 #define OS_QUEUE_IS_READ(type) (OS_QUEUE_READ_WRITE_GET(type) == (UINT32)OS_QUEUE_READ) argument
56 #define OS_QUEUE_IS_WRITE(type) (OS_QUEUE_READ_WRITE_GET(type) == (UINT32)OS_QUEUE_WRITE) argument
/device/board/hihope/rk3568/distributedhardware/
Ddistributed_hardware_components_cfg.json5 "type": "CAMERA", string
23 "type": "AUDIO", string
45 "type": "SCREEN", string
63 "type": "INPUT", string
/device/board/hisilicon/hispark_taurus/linux/distributedhardware/
Ddistributed_hardware_components_cfg.json5 "type": "CAMERA", string
23 "type": "AUDIO", string
45 "type": "SCREEN", string
63 "type": "INPUT", string

12345678910>>...25