Home
last modified time | relevance | path

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

12

/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/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/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/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/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/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/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/rockchip/common/sdk_linux/include/uapi/linux/
Dvideodev2.h108 #define V4L2_FIELD_HAS_TOP(field) … argument
111 #define V4L2_FIELD_HAS_BOTTOM(field) … argument
114 #define V4L2_FIELD_HAS_BOTH(field) … argument
117 #define V4L2_FIELD_HAS_T_OR_B(field) … argument
119 #define V4L2_FIELD_IS_INTERLACED(field) … argument
121 #define V4L2_FIELD_IS_SEQUENTIAL(field) ((field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_… argument
481 __u32 field; /* enum v4l2_field */ member
1016 __u32 field; member
1135 __u32 field; /* enum v4l2_field */ member
1167 __u32 field; /* enum v4l2_field */ member
[all …]
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
Dvideodev2.h108 #define V4L2_FIELD_HAS_TOP(field) … argument
111 #define V4L2_FIELD_HAS_BOTTOM(field) … argument
114 #define V4L2_FIELD_HAS_BOTH(field) … argument
117 #define V4L2_FIELD_HAS_T_OR_B(field) … argument
119 #define V4L2_FIELD_IS_INTERLACED(field) … argument
121 #define V4L2_FIELD_IS_SEQUENTIAL(field) ((field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_… argument
481 __u32 field; /* enum v4l2_field */ member
1016 __u32 field; member
1135 __u32 field; /* enum v4l2_field */ member
1167 __u32 field; /* enum v4l2_field */ member
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_gpuprops.c821 void *field = ((u8 *)props) + gpu_property_mapping[i].offset; in kbase_gpuprops_populate_user_buffer() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmdefs.h475 #define GFIELD(val, field) \ argument
477 #define SFIELD(val, field, bits) \ argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Danalogix_dp-rockchip.c98 static int rockchip_grf_field_write(struct regmap *grf, const struct rockchip_grf_reg_field *field,… in rockchip_grf_field_write()
Ddw-mipi-dsi2-rockchip.c295 …const u32 field = dsi2->id ? dsi2->pdata->dsi1_grf_reg_fields[index] : dsi2->pdata->dsi0_grf_reg_f… in grf_field_write() local
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
Dcore_802.h619 #define _VAL2FLD(field, value) ((value << field ## _Pos) & field ## _Msk) argument
627 #define _FLD2VAL(field, value) ((value & field ## _Msk) >> field ## _Pos) argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Dcapture.h118 enum rkisp_field field; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Dcapture.h114 enum rkisp_field field; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_comm_video_adapt.h253 hi_video_field field; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
Dhi_comm_video_adapt.h252 hi_video_field field; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
Dhi_comm_video_adapt.h256 hi_video_field field; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/
Dpanel-simple.c706 #define PANEL_SIMPLE_BOUNDS_CHECK(to_check, bounds, field) … argument
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi2-rockchip.c297 const u32 field = dsi2->id ? in grf_field_write() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddbus.c2196 char *field; in dbus_select_nvram() local

12