Home
last modified time | relevance | path

Searched defs:field (Results 1 – 25 of 100) sorted by relevance

1234

/device/soc/rockchip/rk2206/hardware/include/sys/
Dqueue.h170 #define SLIST_FOREACH(var, head, field) \ argument
175 #define SLIST_FOREACH_FROM(var, head, field) \ argument
180 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
185 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \ argument
190 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
199 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
204 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
209 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
211 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
225 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument
[all …]
Ddefs.h46 #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/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/
Dqueue.h134 #define SLIST_FOREACH(var, head, field) \ argument
143 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
148 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
153 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
155 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
168 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
196 #define STAILQ_FOREACH(var, head, field) \ argument
206 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument
212 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
218 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument
[all …]
Dutil.h30 #define CONTAINER_OF(ptr, type, field) \ argument
/device/soc/esp/esp32/components/efuse/src/
Desp_efuse_api.c39 esp_err_t esp_efuse_read_field_blob(const esp_efuse_desc_t* field[], void* dst, size_t dst_size_bit… in esp_efuse_read_field_blob()
53 bool esp_efuse_read_field_bit(const esp_efuse_desc_t *field[]) in esp_efuse_read_field_bit()
62 esp_err_t esp_efuse_read_field_cnt(const esp_efuse_desc_t* field[], size_t* out_cnt) in esp_efuse_read_field_cnt()
77 esp_err_t esp_efuse_write_field_blob(const esp_efuse_desc_t* field[], const void* src, size_t src_s… in esp_efuse_write_field_blob()
104 esp_err_t esp_efuse_write_field_cnt(const esp_efuse_desc_t* field[], size_t cnt) in esp_efuse_write_field_cnt()
138 esp_err_t esp_efuse_write_field_bit(const esp_efuse_desc_t* field[]) in esp_efuse_write_field_bit()
158 int esp_efuse_get_field_size(const esp_efuse_desc_t* field[]) in esp_efuse_get_field_size()
212 const esp_efuse_desc_t* field[] = { in esp_efuse_read_block() local
232 const esp_efuse_desc_t* field[] = { in esp_efuse_write_block() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
Dbase_interface.c136 int SectGetCfgInt(const char* section, const char* field, int defVal) in SectGetCfgInt()
151 double SectGetCfgDouble(const char* section, const char* field, double defVal) in SectGetCfgDouble()
166 bool SectGetCfgBool(const char* section, const char* field, bool defVal) in SectGetCfgBool()
181 const char* SectGetCfgStr(const char* section, const char* field, const char* defVal) in SectGetCfgStr()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Ddebugfs_netdev.c67 #define IEEE80211_IF_FMT(name, field, format_string) \ argument
74 #define IEEE80211_IF_FMT_DEC(name, field) \ argument
76 #define IEEE80211_IF_FMT_HEX(name, field) \ argument
78 #define IEEE80211_IF_FMT_LHEX(name, field) \ argument
80 #define IEEE80211_IF_FMT_SIZE(name, field) \ argument
83 #define IEEE80211_IF_FMT_HEXARRAY(name, field) \ argument
98 #define IEEE80211_IF_FMT_ATOMIC(name, field) \ argument
106 #define IEEE80211_IF_FMT_MAC(name, field) \ argument
114 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, field) \ argument
164 #define IEEE80211_IF_FILE(name, field, format) \ argument
Ddebugfs_sta.c21 #define STA_READ(name, field, format_string) \ argument
30 #define STA_READ_D(name, field) STA_READ(name, field, "%d\n") argument
47 #define STA_FILE(name, field, format) \ argument
931 #define DEBUGFS_ADD_COUNTER(name, field) \ argument
/device/soc/rockchip/common/sdk_linux/drivers/hid/
Dhid-input.c192 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res()
411 …c int hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field) in hidinput_setup_battery()
524 …c int hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field) in hidinput_setup_battery()
538 static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, struct hi… in hidinput_configure_usage()
1756 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event()
1910 …_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) in hidinput_find_field()
1933 struct hid_field *field; in hidinput_get_led_field() local
1954 struct hid_field *field; in hidinput_count_leds() local
1976 struct hid_field *field; in hidinput_led_worker() local
2026 struct hid_field *field; in hidinput_input_event() local
Dhid-core.c135 struct hid_field *field; in hid_register_field() local
289 struct hid_field *field; in hid_add_field() local
1039 static void hid_apply_multiplier_to_field(struct hid_device *hid, struct hid_field *field, in hid_apply_multiplier_to_field()
1070 struct hid_field *field; in hid_apply_multiplier() local
1476 static void hid_process_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *us… in hid_process_event()
1509 static void hid_input_field(struct hid_device *hid, struct hid_field *field, u8 *data, int interrup… in hid_input_field()
1557 static void hid_output_field(const struct hid_device *hid, struct hid_field *field, u8 *data) in hid_output_field()
1627 int hid_set_field(struct hid_field *field, unsigned offset, s32 value) in hid_set_field()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/
Dusb_util.h155 #define GET_BE16(field) \ argument
158 #define GET_BE32(field) \ argument
161 #define SET_BE16(field, value) \ argument
167 #define SET_BE24(field, value) \ argument
174 #define SET_BE32(field, value) \ argument
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc_ulp.h43 #define READ_RTC_FIELD(rtc_reg, field) \ argument
47 #define WRITE_RTC_FIELD(rtc_reg, field, value) \ argument
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dplat_types.h102 #define BITFIELD_VAL(field, val) (((val) & (field ## _MASK >> field ## _SHIFT)) << field ## … argument
103 #define SET_BITFIELD(reg, field, val) (((reg) & ~field ## _MASK) | BITFIELD_VAL(field, val)) argument
104 #define GET_BITFIELD(reg, field) (((reg) & field ## _MASK) >> field ## _SHIFT) argument
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_hs_adv.c29 const struct ble_hs_adv_field *field; member
732 const struct ble_hs_adv_field *field = (const void *) data; in ble_hs_adv_parse() local
749 static int find_field_func(const struct ble_hs_adv_field *field, void *user_data) in find_field_func()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dfwio.h26 #define FIELD_OFFSET(type, field) ((u8 *)&((type *)0)->field - (u8 *)0) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-mipi/
Dbsp_mipi_csi.h39 enum v4l2_field field[MAX_MIPI_CH]; member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/macif/
Dwifi_mac.h610 #define HE_MAC_CAPA_VAL_GET(he_cap, field) co_val_get((he_cap)->mac_cap_info, \ argument
622 #define HE_MAC_CAPA_VAL_SET(he_cap, field, val) co_val_set((he_cap)->mac_cap_info, \ argument
666 #define HE_PHY_CAPA_VAL_GET(he_cap, field) co_val_get((he_cap)->phy_cap_info, \ argument
678 #define HE_PHY_CAPA_VAL_SET(he_cap, field, val) co_val_set((he_cap)->phy_cap_info, \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_list.h267 #define OFFSET_OF_FIELD(type, field) ((UINT32)&(((type *)0)->field)) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/vdpo/
Ddrv_vdpo_lowlevel.c69 u32 field = vdpo_dev[sel]->status.bits.field_pol_sta; in __vdpo_get_field() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_gpuprops.c475 void *field = ((u8 *)props) + gpu_property_mapping[i].offset; in kbase_gpuprops_populate_user_buffer() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_gpuprops.c466 void *field = ((u8 *)props) + gpu_property_mapping[i].offset; in kbase_gpuprops_populate_user_buffer() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dbasic_types.h96 #define FIELD_OFFSET(s, field) ((SSIZE_T)&((s *)(0))->field) argument
129 #define FIELD_OFFSET(s, field) ((SSIZE_T)&((s *)(0))->field) argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_gpuprops.c565 void *field = ((u8 *)props) + gpu_property_mapping[i].offset; in kbase_gpuprops_populate_user_buffer() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dutlist.h427 #define LL_SEARCH_SCALAR(head,out,field,val) \ argument
430 #define LL_SEARCH_SCALAR2(head,out,field,val,next) \ argument
965 #define CDL_SEARCH_SCALAR(head,out,field,val) \ argument
968 #define CDL_SEARCH_SCALAR2(head,out,field,val,next) \ argument
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_wifi/include/bk_private/
Dbk_wifi_types.h96 wlan_sta_field_t field; member
334 wlan_ap_field_t field; member

1234