Home
last modified time | relevance | path

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

12345678910>>...58

/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h59 uint8_t type; member
68 uint8_t type; member
96 #define BLUFI_GET_TYPE(type) ((type) & BLUFI_TYPE_MASK) argument
97 #define BLUFI_GET_SUBTYPE(type) (((type) & BLUFI_SUBTYPE_MASK) >>BLUFI_SUBTYPE_SHIFT) argument
98 #define BLUFI_BUILD_TYPE(type, subtype) (((type) & BLUFI_TYPE_MASK) | ((subtype)<<BLUFI_SUBTYPE_SHI… argument
133 #define BLUFI_TYPE_IS_CTRL(type) (BLUFI_GET_TYPE((type)) == BLUFI_TYPE_CTRL) argument
134 #define BLUFI_TYPE_IS_DATA(type) (BLUFI_GET_TYPE((type)) == BLUFI_TYPE_DATA) argument
136 #define BLUFI_TYPE_IS_CTRL_ACK(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument
137 #define BLUFI_TYPE_IS_CTRL_START_NEG(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument
138 #define BLUFI_TYPE_IS_CTRL_STOP_NEG(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument
[all …]
/device/soc/esp/esp32/components/xtensa/
Dstdatomic.c40 #define ATOMIC_EXCHANGE(n, type) type __atomic_exchange_ ## n (type* mem, type val, int memorder) \ argument
49 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (type* mem, type* expect, type d… argument
63 #define FETCH_ADD(n, type) type __atomic_fetch_add_ ## n (type* ptr, type value, int memorder) \ argument
72 #define FETCH_SUB(n, type) type __atomic_fetch_sub_ ## n (type* ptr, type value, int memorder) \ argument
81 #define FETCH_AND(n, type) type __atomic_fetch_and_ ## n (type* ptr, type value, int memorder) \ argument
90 #define FETCH_OR(n, type) type __atomic_fetch_or_ ## n (type* ptr, type value, int memorder) \ argument
99 #define FETCH_XOR(n, type) type __atomic_fetch_xor_ ## n (type* ptr, type value, int memorder) \ argument
108 #define SYNC_FETCH_OP(op, n, type) type __sync_fetch_and_ ## op ##_ ## n (type* ptr, type value, ..… argument
113 #define SYNC_BOOL_CMP_EXCHANGE(n, type) bool __sync_bool_compare_and_swap_ ## n (type *ptr, type … argument
125 #define SYNC_VAL_CMP_EXCHANGE(n, type) type __sync_val_compare_and_swap_ ## n (type *ptr, type ol… argument
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/src/
Dapp_io.c85 uint16_t app_io_init(app_io_type_t type, app_io_init_t *p_init) in app_io_init()
146 uint16_t app_io_deinit(app_io_type_t type, uint32_t pin) in app_io_deinit()
174 app_io_pin_state_t app_io_read_pin(app_io_type_t type, uint32_t pin) in app_io_read_pin()
209 uint16_t app_io_write_pin(app_io_type_t type, uint32_t pin, app_io_pin_state_t pin_state) in app_io_write_pin()
240 uint16_t app_io_toggle_pin(app_io_type_t type, uint32_t pin) in app_io_toggle_pin()
268 uint16_t app_io_init(app_io_type_t type, app_io_init_t *p_init) in app_io_init()
273 uint16_t app_io_deinit(app_io_type_t type, uint32_t pin) in app_io_deinit()
278 app_io_pin_state_t app_io_read_pin(app_io_type_t type, uint32_t pin) in app_io_read_pin()
283 uint16_t app_io_write_pin(app_io_type_t type, uint32_t pin, app_io_pin_state_t pin_state) in app_io_write_pin()
288 uint16_t app_io_toggle_pin(app_io_type_t type, uint32_t pin) in app_io_toggle_pin()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/btc/
Dhalbtccommon.h61 #define rtw_btc_ex_ips_notify(btc, type) argument
62 #define rtw_btc_ex_lps_notify(btc, type) argument
63 #define rtw_btc_ex_scan_notify(btc, type) argument
64 #define rtw_btc_ex_scan_notify_without_bt(btc, type) argument
65 #define rtw_btc_ex_switchband_notify(btc, type) argument
66 #define rtw_btc_ex_switchband_notify_without_bt(btc, type) argument
67 #define rtw_btc_ex_connect_notify(btc, type) argument
68 #define rtw_btc_ex_media_status_notify(btc, type) argument
69 #define rtw_btc_ex_specific_packet_notify(btc, type) argument
75 #define rtw_btc_ex_rf_status_notify(btc, type) argument
[all …]
/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 …]
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/compiler/
Dcompiler.h53 #define SHARED_HOST_DECLARE(module, type, name) \ argument
55 #define SHARED_HOST_EXT_STATEMENT(type, name) \ argument
57 #define SHARED_HOST_ARRAY_DECLARE(module, type, count, name) \ argument
59 #define SHARED_HOST_ARRAY_EXT_STATEMENT(type, count, name) \ argument
61 #define SHARED_HOST_ARRAY2_DECLARE(module, type, count1, count2, name) \ argument
63 #define SHARED_HOST_ARRAY2_EXT_STATEMENT(type, count1, count2, name) \ argument
67 #define PRIVATE_HOST_DECLARE(module, type, name) \ argument
69 #define PRIVATE_HOST_EXT_STATEMENT(type, name) \ argument
71 #define PRIVATE_HOST_ARRAY_DECLARE(module, type, count, name) \ argument
73 #define PRIVATE_HOST_ARRAY_EXT_STATEMENT(type, count, name) \ argument
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Dcrop_fsm.c74 static int crop_set_resize_type( crop_fsm_t *p_fsm, uint16_t type ) in crop_set_resize_type()
104 static int crop_set_resize_enable( crop_fsm_t *p_fsm, uint16_t type, uint8_t enable ) in crop_set_resize_enable()
150 static int crop_set_resize_xsize( crop_fsm_t *p_fsm, uint16_t type, uint16_t xsize ) in crop_set_resize_xsize()
181 static int crop_set_resize_ysize( crop_fsm_t *p_fsm, uint16_t type, uint16_t ysize ) in crop_set_resize_ysize()
214 static int crop_set_resize_xoffset( crop_fsm_t *p_fsm, uint16_t type, uint16_t xoffset ) in crop_set_resize_xoffset()
238 static int crop_set_resize_yoffset( crop_fsm_t *p_fsm, uint16_t type, uint16_t yoffset ) in crop_set_resize_yoffset()
316 static int crop_get_setting_done( crop_fsm_t *p_fsm, uint16_t type, fsm_param_crop_setting_t *p_out… in crop_get_setting_done()
342 static int crop_get_setting_xsize( crop_fsm_t *p_fsm, uint16_t type, fsm_param_crop_setting_t *p_ou… in crop_get_setting_xsize()
369 static int crop_get_setting_ysize( crop_fsm_t *p_fsm, uint16_t type, fsm_param_crop_setting_t *p_ou… in crop_get_setting_ysize()
397 static int crop_get_setting_xoffset( crop_fsm_t *p_fsm, uint16_t type, fsm_param_crop_setting_t *p_… in crop_get_setting_xoffset()
[all …]
Ddma_writer.c94 dma_error dma_writer_get_settings( void *handle, dma_type type, dma_pipe_settings *settings ) in dma_writer_get_settings()
107 dma_error dma_writer_set_settings( void *handle, dma_type type, dma_pipe_settings *settings ) in dma_writer_set_settings()
122 dma_error dma_writer_get_ptr_settings( void *handle, dma_type type, dma_pipe_settings **settings ) in dma_writer_get_ptr_settings()
134 void dma_writer_set_initialized( void *handle, dma_type type, uint8_t initialized ) in dma_writer_set_initialized()
142 dma_error dma_writer_init( void *handle, dma_type type, dma_pipe_settings *settings, dma_api *api ) in dma_writer_init()
174 dma_error dma_writer_reset( void *handle, dma_type type ) in dma_writer_reset()
201 dma_error dma_writer_set_pipe_fps(void *handle, dma_type type, in dma_writer_set_pipe_fps()
230 dma_error dma_writer_get_default_settings( void *handle, dma_type type, dma_pipe_settings *settings… in dma_writer_get_default_settings()
236 uint16_t dma_writer_write_frame_queue( void *handle, dma_type type, tframe_t *frame_buf_array, uint… in dma_writer_write_frame_queue()
343 tframe_t *dma_writer_api_return_next_ready_frame( void *handle, dma_type type ) in dma_writer_api_return_next_ready_frame()
[all …]
/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/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/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/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/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/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/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/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
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/
Dchannels_combine.cpp45 #define FILL_LINES2(macro,type) \ argument
48 #define FILL_LINES3(macro,type) \ argument
51 #define FILL_LINES4(macro,type) \ argument
55 #define FARG_LINE(type, n) , const type * src##n##Base, ptrdiff_t src##n##Stride argument
59 #define VROW_LINE(type, n) const type * src##n = internal::getRowPtr(src##n##Base, src##n##Stride,… argument
60 #define PREF_LINE(type, n) internal::prefetch(src##n + sj); argument
61 #define VLD1Q_LINE(type, n) v_dst.val[n] = vld1q_##type(src##n + sj); argument
62 #define PRLD_LINE(type, n) internal::prefetch(src##n + sj); v_dst.val[n] = vld1q_##type(src##n + s… argument
63 #define VLD1_LINE(type, n) v_dst.val[n] = vld1_##type(src##n + sj); argument
64 #define SLD_LINE(type, n) dst[dj + n] = src##n[sj]; argument
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/
Dtimer.c28 void timer_start(timer_type_e type) in timer_start()
47 void timer_stop(timer_type_e type) in timer_stop()
69 void timer_set_mode(timer_type_e type, timer_mode_e mode) in timer_set_mode()
94 void timer_gpio_init(timer_type_e type, gpio_pin_e pin, gpio_pol_e pol) in timer_gpio_init()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/console/api/
Dlnx_list.h65 #define container_of(ptr, type, member) \ argument
409 #define list_entry(ptr, type, member) \ argument
420 #define list_first_entry(ptr, type, member) \ argument
479 #define list_for_each_entry(pos, head, type, member) \ argument
491 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
505 #define list_prepare_entry(pos, head, type, member) \ argument
518 #define list_for_each_entry_continue(pos, head, type, member) \ argument
533 #define list_for_each_entry_continue_reverse(pos, head, type, member) \ argument
547 #define list_for_each_entry_from(pos, head, type, member) \ argument
559 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
[all …]
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_hs_adv.c28 uint8_t type; member
36 static int ble_hs_adv_set_hdr(uint8_t type, uint8_t data_len, uint8_t max_len, in ble_hs_adv_set_hdr()
60 static int ble_hs_adv_set_flat_mbuf(uint8_t type, int data_len, const void *data, in ble_hs_adv_set_flat_mbuf()
80 int ble_hs_adv_set_flat(uint8_t type, int data_len, const void *data, in ble_hs_adv_set_flat()
90 static int ble_hs_adv_set_array_uuid16(uint8_t type, uint8_t num_elems, in ble_hs_adv_set_array_uuid16()
118 static int ble_hs_adv_set_array_uuid32(uint8_t type, uint8_t num_elems, in ble_hs_adv_set_array_uuid32()
152 static int ble_hs_adv_set_array_uuid128(uint8_t type, uint8_t num_elems, in ble_hs_adv_set_array_uuid128()
180 static int ble_hs_adv_set_array16(uint8_t type, uint8_t num_elems, const uint16_t *elems, in ble_hs_adv_set_array16()
216 uint8_t type; in adv_set_fields() local
521 uint8_t type; in ble_hs_adv_parse_one_field() local
[all …]

12345678910>>...58