Home
last modified time | relevance | path

Searched defs:field (Results 76 – 100 of 804) sorted by relevance

12345678910>>...33

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac-cmd.h28 #define DPMAC_MASK(field) \ argument
32 #define dpmac_set_field(var, field, val) \ argument
34 #define dpmac_get_field(var, field) \ argument
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Ddmi-id.c17 int field; member
26 int field = to_dmi_dev_attr(attr)->field; in sys_dmi_field_show() local
78 int field; in get_modalias() member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-ite.c42 struct hid_input *hi, struct hid_field *field, in ite_input_mapping()
67 static int ite_event(struct hid_device *hdev, struct hid_field *field, in ite_event()
H A Dhid-lenovo.c134 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_tpkbd()
147 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_cptkbd()
221 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_scrollpoint()
232 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_tp10_ultrabook_kbd()
270 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping()
459 struct hid_field *field, struct hid_usage *usage, __s32 value) in lenovo_event_tp10ubkbd()
477 struct hid_field *field, struct hid_usage *usage, __s32 value) in lenovo_event_cptkbd()
511 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
H A Dhid-microsoft.c161 static int ms_surface_dial_quirk(struct hid_input *hi, struct hid_field *field, in ms_surface_dial_quirk()
183 struct hid_field *field, struct hid_usage *usage, in ms_input_mapping()
210 struct hid_field *field, struct hid_usage *usage, in ms_input_mapped()
222 static int ms_event(struct hid_device *hdev, struct hid_field *field, in ms_event()
H A Dhid-samsung.c96 struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, in samsung_kbd_mouse_input_mapping()
137 struct hid_field *field, struct hid_usage *usage, in samsung_input_mapping()
H A Dhid-cypress.c84 struct hid_field *field, struct hid_usage *usage, in cp_input_mapped()
100 static int cp_event(struct hid_device *hdev, struct hid_field *field, in cp_event()
H A Dhid-apple.c298 static int apple_event(struct hid_device *hdev, struct hid_field *field, in apple_event()
373 struct hid_field *field, struct hid_usage *usage, in apple_input_mapping()
394 struct hid_field *field, struct hid_usage *usage, in apple_input_mapped()
/OK3568_Linux_fs/kernel/include/net/
H A Dudp.h407 #define UDP_INC_STATS(net, field, is_udplite) do { \ argument
410 #define __UDP_INC_STATS(net, field, is_udplite) do { \ argument
414 #define __UDP6_INC_STATS(net, field, is_udplite) do { \ argument
418 #define UDP6_INC_STATS(net, field, __lite) do { \ argument
439 #define __UDPX_INC_STATS(sk, field) \ argument
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dconf_space_quirks.c66 int xen_pcibk_config_quirks_add_field(struct pci_dev *dev, struct config_field in xen_pcibk_config_quirks_add_field()
121 void xen_pcibk_config_field_free(struct config_field *field) in xen_pcibk_config_field_free()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dvideobuf-core.c148 enum v4l2_field field, in videobuf_queue_core_init()
300 enum v4l2_field field = q->field; in videobuf_next_field() local
531 enum v4l2_field field; in videobuf_qbuf() local
790 enum v4l2_field field; in videobuf_read_zerocopy() local
878 enum v4l2_field field; in videobuf_read_one() local
963 enum v4l2_field field; in __videobuf_read_start() local
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.c1352 static int field_is_string(struct tep_format_field *field) in field_is_string()
1362 static int field_is_dynamic(struct tep_format_field *field) in field_is_dynamic()
1370 static int field_is_long(struct tep_format_field *field) in field_is_long()
1422 struct tep_format_field *field = NULL; in event_read_fields() local
2149 char *field; in process_entry() local
2187 struct tep_print_arg *field; in alloc_and_process_delim() local
2523 struct tep_print_flag_sym *field; in process_fields() local
2602 struct tep_print_arg *field; in process_flags() local
2655 struct tep_print_arg *field; in process_symbols() local
2758 struct tep_format_field *field; in process_dynamic_array() local
[all …]
H A Devent-parse.h166 struct tep_format_field *field; member
181 struct tep_print_arg *field; member
187 struct tep_print_arg *field; member
192 struct tep_print_arg *field; member
197 struct tep_print_arg *field; member
203 struct tep_format_field *field; member
247 struct tep_print_arg_field field; member
651 struct tep_format_field *field; member
682 struct tep_format_field *field; member
692 struct tep_filter_arg_field field; member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-sliced-vbi.rst640 .. [#f1]
644 .. [#f2]
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcpufeature.h503 cpuid_feature_extract_signed_field_width(u64 features, int field, int width) in cpuid_feature_extract_signed_field_width()
509 cpuid_feature_extract_signed_field(u64 features, int field) in cpuid_feature_extract_signed_field()
515 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) in cpuid_feature_extract_unsigned_field_width()
521 cpuid_feature_extract_unsigned_field(u64 features, int field) in cpuid_feature_extract_unsigned_field()
532 cpuid_feature_cap_perfmon_field(u64 features, int field, u64 cap) in cpuid_feature_cap_perfmon_field()
560 cpuid_feature_extract_field_width(u64 features, int field, int width, bool sign) in cpuid_feature_extract_field_width()
568 cpuid_feature_extract_field(u64 features, int field, bool sign) in cpuid_feature_extract_field()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dethtool_common.c32 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument
43 static u64 efx_get_uint_stat(void *field) in efx_get_uint_stat()
48 static u64 efx_get_atomic_stat(void *field) in efx_get_atomic_stat()
53 #define EFX_ETHTOOL_ATOMIC_NIC_ERROR_STAT(field) \ argument
57 #define EFX_ETHTOOL_UINT_CHANNEL_STAT(field) \ argument
60 #define EFX_ETHTOOL_UINT_CHANNEL_STAT_NO_N(field) \ argument
64 #define EFX_ETHTOOL_UINT_TXQ_STAT(field) \ argument
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dmib.h36 enum linux_mptcp_mib_field field) in MPTCP_INC_STATS()
43 enum linux_mptcp_mib_field field) in __MPTCP_INC_STATS()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dsama5d4_wdt.c54 #define wdt_read(wdt, field) \ argument
60 static void wdt_write(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write()
73 static void wdt_write_nosleep(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write_nosleep()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps6524x-regulator.c120 struct field { struct
132 struct field enable, voltage, ilimsel; argument
281 static int read_field(struct tps6524x *hw, const struct field *field) in read_field()
292 static int write_field(struct tps6524x *hw, const struct field *field, in write_field()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrash_core.h55 #define VMCOREINFO_OFFSET(name, field) \ argument
58 #define VMCOREINFO_TYPE_OFFSET(name, field) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn30.c45 #define DMUB_SF(reg, field) FD_MASK(reg, field), argument
49 #define DMUB_SF(reg, field) FD_SHIFT(reg, field), argument
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dsysfs_slave.c69 #define sdw_slave_attr(field, format_string) \ argument
142 #define sdw_dp0_attr(field, format_string) \ argument
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c290 static bool is_flexible_array(const_tree field) in is_flexible_array()
324 tree field; in relayout_struct() local
418 static const_tree get_field_type(const_tree field) in get_field_type()
435 const_tree field; in is_pure_ops_struct() local
485 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local
621 tree field, val; in check_bad_casts_in_constructor() local
/OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/
H A Dkvm_stat268 def tracepoint_is_child(self, field): argument
281 def debugfs_is_child(self, field): argument
301 def debugfs_is_child(self, field): argument
313 def debugfs_is_child(self, field): argument
325 def debugfs_is_child(self, field): argument
512 def is_field_wanted(fields_filter, field): argument
841 def _read_field(self, field, path): argument
/OK3568_Linux_fs/kernel/security/apparmor/
H A Daudit.c176 int aa_audit_rule_init(u32 field, u32 op, char *rulestr, void **vrule) in aa_audit_rule_init()
223 int aa_audit_rule_match(u32 sid, u32 field, u32 op, void *vrule) in aa_audit_rule_match()

12345678910>>...33