Home
last modified time | relevance | path

Searched defs:field (Results 51 – 75 of 830) sorted by relevance

12345678910>>...34

/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn301.c48 #define DMUB_SF(reg, field) FD_MASK(reg, field), argument
52 #define DMUB_SF(reg, field) FD_SHIFT(reg, field), argument
H A Ddmub_dcn21.c48 #define DMUB_SF(reg, field) FD_MASK(reg, field), argument
52 #define DMUB_SF(reg, field) FD_SHIFT(reg, field), argument
/openbmc/linux/kernel/trace/
H A Dtrace_events_inject.c39 struct ftrace_event_field *field; in parse_field() local
140 struct ftrace_event_field *field; in trace_get_entry_size() local
156 struct ftrace_event_field *field; in trace_alloc_entry() local
198 struct ftrace_event_field *field; in parse_entry() local
/openbmc/linux/drivers/hid/
H A Dhid-input.c246 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res()
501 struct hid_field *field, bool is_percentage) in hidinput_setup_battery()
636 struct hid_field *field, bool is_percentage) in hidinput_setup_battery()
656 static bool hidinput_field_in_collection(struct hid_device *device, struct hid_field *field, in hidinput_field_in_collection()
666 static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, in hidinput_configure_usage()
1741 unsigned int code, struct hid_field **field) in hidinput_find_field()
1760 struct hid_field *field; in hidinput_get_led_field() local
1780 struct hid_field *field; in hidinput_count_leds() local
1803 struct hid_field *field; in hidinput_led_worker() local
1851 struct hid_field *field; in hidinput_input_event() local
[all …]
H A Dhid-speedlink.c26 struct hid_field *field, struct hid_usage *usage, in speedlink_input_mapping()
42 static int speedlink_event(struct hid_device *hdev, struct hid_field *field, in speedlink_event()
H A Dhid-gyration.c25 struct hid_field *field, struct hid_usage *usage, in gyration_input_mapping()
54 static int gyration_event(struct hid_device *hdev, struct hid_field *field, in gyration_event()
H A Dhid-ezkey.c26 struct hid_field *field, struct hid_usage *usage, in ez_input_mapping()
47 static int ez_event(struct hid_device *hdev, struct hid_field *field, in ez_event()
/openbmc/linux/Documentation/networking/
H A Dcan_ucan_protocol.rst220 UCAN_IN_RX
228 UCAN_IN_TX_COMPLETE
283 UCAN_OUT_TX
/openbmc/linux/include/linux/
H A Dbitfield.h162 static __always_inline u64 field_multiplier(u64 field) in field_multiplier()
168 static __always_inline u64 field_mask(u64 field) in field_mask()
172 #define field_max(field) ((typeof(field))field_mask(field)) argument
H A Dregmap.h1387 static inline int regmap_field_write(struct regmap_field *field, in regmap_field_write()
1407 static inline int regmap_field_set_bits(struct regmap_field *field, in regmap_field_set_bits()
1414 static inline int regmap_field_clear_bits(struct regmap_field *field, in regmap_field_clear_bits()
1424 regmap_field_force_update_bits(struct regmap_field *field, in regmap_field_force_update_bits()
1431 static inline int regmap_fields_write(struct regmap_field *field, in regmap_fields_write()
1850 static inline int regmap_field_write(struct regmap_field *field, in regmap_field_write()
1872 regmap_field_force_update_bits(struct regmap_field *field, in regmap_field_force_update_bits()
1879 static inline int regmap_field_set_bits(struct regmap_field *field, in regmap_field_set_bits()
1886 static inline int regmap_field_clear_bits(struct regmap_field *field, in regmap_field_clear_bits()
1893 static inline int regmap_field_test_bits(struct regmap_field *field, in regmap_field_test_bits()
[all …]
/openbmc/linux/include/rdma/
H A Diba.h62 #define IBA_SET(field, ptr, value) _IBA_SET(field, ptr, value) argument
69 #define IBA_GET_MEM_PTR(field, ptr) _IBA_GET_MEM_PTR(field, ptr) argument
82 #define IBA_SET_MEM(field, ptr, in, bytes) _IBA_SET_MEM(field, ptr, in, bytes) argument
91 #define IBA_GET(field, ptr) _IBA_GET(field, ptr) argument
104 #define IBA_GET_MEM(field, ptr, out, bytes) _IBA_GET_MEM(field, ptr, out, bytes) argument
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py50 def get_optional_null(perf_dict, field): argument
55 def get_optional_zero(perf_dict, field): argument
60 def get_optional_bytes(perf_dict, field): argument
65 def get_optional(perf_dict, field): argument
70 def get_offset(perf_dict, field): argument
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space.h63 const struct config_field *field; member
85 const struct config_field *field) in xen_pcibk_config_add_field()
91 const struct config_field *field) in xen_pcibk_config_add_fields()
103 const struct config_field *field, in xen_pcibk_config_add_fields_offset()
/openbmc/linux/net/mac80211/
H A Ddebugfs_netdev.c67 #define IEEE80211_IF_FMT(name, type, field, format_string) \ argument
74 #define IEEE80211_IF_FMT_DEC(name, type, field) \ argument
76 #define IEEE80211_IF_FMT_HEX(name, type, field) \ argument
78 #define IEEE80211_IF_FMT_LHEX(name, type, field) \ argument
81 #define IEEE80211_IF_FMT_HEXARRAY(name, type, field) \ argument
96 #define IEEE80211_IF_FMT_ATOMIC(name, type, field) \ argument
104 #define IEEE80211_IF_FMT_MAC(name, type, field) \ argument
112 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, type, field) \ argument
167 #define IEEE80211_IF_FILE(name, field, format) \ argument
186 #define IEEE80211_IF_LINK_FILE(name, field, format) \ argument
/openbmc/qemu/include/hw/
H A Dclock.h98 #define VMSTATE_CLOCK(field, state) \ argument
100 #define VMSTATE_CLOCK_V(field, state, version) \ argument
102 #define VMSTATE_ARRAY_CLOCK(field, state, num) \ argument
104 #define VMSTATE_ARRAY_CLOCK_V(field, state, num, version) \ argument
/openbmc/linux/net/mptcp/
H A Dmib.h83 enum linux_mptcp_mib_field field, in MPTCP_ADD_STATS()
91 enum linux_mptcp_mib_field field) in MPTCP_INC_STATS()
98 enum linux_mptcp_mib_field field) in __MPTCP_INC_STATS()
105 enum linux_mptcp_mib_field field) in MPTCP_DEC_STATS()
/openbmc/linux/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.h28 #define USB_CTRL_MASK(reg, field) \ argument
30 #define USB_CTRL_SET(base, reg, field) \ argument
33 #define USB_CTRL_UNSET(base, reg, field) \ argument
38 #define USB_XHCI_GBL_SET(base, reg, field) \ argument
41 #define USB_XHCI_GBL_UNSET(base, reg, field) \ argument
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp134 def to_duration(field): argument
150 def to_timestamp(field): argument
157 def to_i2cdata(field): argument
162 def to_address(field): argument
166 def to_i2cconditions(field): argument
174 def to_i2crecord(field): argument
/openbmc/linux/sound/pci/ctxfi/
H A Dcthardware.c64 unsigned int get_field(unsigned int data, unsigned int field) in get_field()
77 void set_field(unsigned int *data, unsigned int field, unsigned int value) in set_field()
/openbmc/qemu/target/alpha/
H A Dmachine.c6 const VMStateField *field) in get_fpcr()
14 const VMStateField *field, JSONWriter *vmdesc) in put_fpcr()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BA.h23 } field; member
33 } field; member
42 } field; member
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c136 #define fcoe_ctlr_show_function(field, format_string, sz, cast) \ argument
148 #define fcoe_fcf_show_function(field, format_string, sz, cast) \ argument
161 #define fcoe_ctlr_private_show_function(field, format_string, sz, cast) \ argument
170 #define fcoe_fcf_private_show_function(field, format_string, sz, cast) \ argument
179 #define fcoe_ctlr_private_rd_attr(field, format_string, sz) \ argument
184 #define fcoe_ctlr_rd_attr(field, format_string, sz) \ argument
189 #define fcoe_fcf_rd_attr(field, format_string, sz) \ argument
194 #define fcoe_fcf_private_rd_attr(field, format_string, sz) \ argument
199 #define fcoe_ctlr_private_rd_attr_cast(field, format_string, sz, cast) \ argument
204 #define fcoe_fcf_private_rd_attr_cast(field, format_string, sz, cast) \ argument
/openbmc/qemu/target/microblaze/
H A Dmachine.c40 const VMStateField *field) in get_msr()
49 const VMStateField *field, JSONWriter *vmdesc) in put_msr()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_cgu_regs.h26 } field; member
42 } field; member
66 } field; member
80 } field; member
95 } field; member
112 } field; member
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_BA.h27 } field; member
38 } field; member
48 } field; member

12345678910>>...34