/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_common.h | 68 #define hr_reg_enable(ptr, field) _hr_reg_enable(ptr, field) argument 78 #define hr_reg_clear(ptr, field) _hr_reg_clear(ptr, field) argument 86 #define hr_reg_write_bool(ptr, field, val) _hr_reg_write_bool(ptr, field, val) argument 95 #define hr_reg_write(ptr, field, val) _hr_reg_write(ptr, field, val) argument 105 #define hr_reg_read(ptr, field) _hr_reg_read(ptr, field) argument
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | hyperv.h | 132 static __always_inline int evmcs_field_offset(unsigned long field, in evmcs_field_offset() 158 unsigned long field, u16 offset) in evmcs_read_any()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpmac-cmd.h | 32 #define DPMAC_MASK(field) \ argument 36 #define dpmac_set_field(var, field, val) \ argument 38 #define dpmac_get_field(var, field) \ argument
|
/openbmc/linux/include/net/ |
H A D | udp.h | 395 #define UDP_INC_STATS(net, field, is_udplite) do { \ argument 398 #define __UDP_INC_STATS(net, field, is_udplite) do { \ argument 402 #define __UDP6_INC_STATS(net, field, is_udplite) do { \ argument 406 #define UDP6_INC_STATS(net, field, __lite) do { \ argument 427 #define __UDPX_INC_STATS(sk, field) \ argument
|
/openbmc/linux/drivers/hid/ |
H A D | hid-multitouch.c | 481 struct hid_field *field, struct hid_usage *usage) in mt_feature_mapping() 518 struct hid_field *field, int snratio) in set_abs() 616 struct hid_field *field; in mt_allocate_report_data() local 717 struct hid_field *field, struct hid_usage *usage, in mt_touch_input_mapping() 1158 struct hid_field *field, in mt_process_mt_event() 1201 struct hid_field *field; in mt_touch_report() local 1343 struct hid_field *field, struct hid_usage *usage, in mt_input_mapping() 1416 struct hid_field *field, struct hid_usage *usage, in mt_input_mapped() 1432 static int mt_event(struct hid_device *hid, struct hid_field *field, in mt_event() 1473 struct hid_field *field = report->field[0]; in mt_report() local [all …]
|
H A D | hid-samsung.c | 96 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 D | hid-google-hammer.c | 372 struct hid_field *field, in hammer_input_mapping() 411 static int hammer_event(struct hid_device *hid, struct hid_field *field, in hammer_event() 434 struct hid_field *field = report->field[i]; in hammer_has_usage() local 483 struct hid_field *field = report->field[a]; in hammer_get_folded_state() local
|
H A D | hid-core.c | 91 struct hid_field *field; in hid_register_field() local 258 struct hid_field *field; in hid_add_field() local 1067 struct hid_field *field, in hid_apply_multiplier_to_field() 1101 struct hid_field *field; in hid_apply_multiplier() local 1568 struct hid_field *field, in hid_input_fetch_field() 1604 struct hid_field *field, in hid_input_var_field() 1627 struct hid_field *field, in hid_input_array_field() 1674 struct hid_field *field; in hid_process_report() local 1728 struct hid_field *field, in __hid_insert_field_entry() 1758 struct hid_field *field; in hid_report_process_ordering() local [all …]
|
H A D | hid-cypress.c | 84 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 D | hid-microsoft.c | 161 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 D | hid-lg.c | 633 struct hid_field *field, struct hid_usage *usage, in lg_input_mapping() 682 struct hid_field *field, struct hid_usage *usage, in lg_input_mapped() 722 static int lg_event(struct hid_device *hdev, struct hid_field *field, in lg_event()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-sliced-vbi.rst | 656 .. [#f1] 660 .. [#f2]
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | fault.c | 37 const int field = sizeof(unsigned long) * 2; in no_context() local 94 const int field = sizeof(unsigned long) * 2; in do_sigsegv() local
|
/openbmc/openpower-hw-diags/util/ |
H A D | ffdc.cpp | 20 std::string sdjGetFieldValue(sd_journal* journal, const char* field) in sdjGetFieldValue() 65 const std::string& field, const std::string& fieldValue, unsigned int max) in sdjGetMessages()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | videobuf-core.c | 148 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
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 277 static bool is_flexible_array(const_tree field) in is_flexible_array() 301 tree field; in relayout_struct() local 394 static const_tree get_field_type(const_tree field) in get_field_type() 411 const_tree field; in is_pure_ops_struct() local 461 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local 593 tree field, val; in check_bad_casts_in_constructor() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_dcn30.c | 49 #define DMUB_SF(reg, field) FD_MASK(reg, field), argument 53 #define DMUB_SF(reg, field) FD_SHIFT(reg, field), argument
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | journal.cpp | 58 const std::string& field, const std::string& fieldValue, unsigned int max) in getMessages() 112 const std::string& field) in getFieldValue()
|
/openbmc/linux/drivers/watchdog/ |
H A D | sama5d4_wdt.c | 53 #define wdt_read(wdt, field) \ argument 59 static void wdt_write(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write() 72 static void wdt_write_nosleep(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write_nosleep()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool_common.c | 32 #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
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool_common.c | 32 #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
|
/openbmc/linux/drivers/soundwire/ |
H A D | sysfs_slave.c | 69 #define sdw_slave_attr(field, format_string) \ argument 142 #define sdw_dp0_attr(field, format_string) \ argument
|
/openbmc/linux/drivers/regulator/ |
H A D | tps6524x-regulator.c | 120 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()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cpufeature.h | 511 cpuid_feature_extract_signed_field_width(u64 features, int field, int width) in cpuid_feature_extract_signed_field_width() 517 cpuid_feature_extract_signed_field(u64 features, int field) in cpuid_feature_extract_signed_field() 523 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) in cpuid_feature_extract_unsigned_field_width() 529 cpuid_feature_extract_unsigned_field(u64 features, int field) in cpuid_feature_extract_unsigned_field() 540 cpuid_feature_cap_perfmon_field(u64 features, int field, u64 cap) in cpuid_feature_cap_perfmon_field() 568 cpuid_feature_extract_field_width(u64 features, int field, int width, bool sign) in cpuid_feature_extract_field_width() 578 cpuid_feature_extract_field(u64 features, int field, bool sign) in cpuid_feature_extract_field()
|
/openbmc/qemu/include/qemu/ |
H A D | rcu.h | 149 #define call_rcu(head, func, field) \ argument 158 #define g_free_rcu(obj, field) \ argument
|