Home
last modified time | relevance | path

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

12345678910>>...13

/drivers/scsi/aic7xxx/
Dqueue.h127 #define SLIST_FOREACH(var, head, field) \ argument
136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
161 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
189 #define STAILQ_FOREACH(var, head, field) \ argument
199 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument
205 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
211 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument
[all …]
/drivers/scsi/
Dscsi_transport_sas.c467 #define sas_phy_show_simple(field, name, format_string, cast) \ argument
477 #define sas_phy_simple_attr(field, name, format_string, type) \ argument
481 #define sas_phy_show_protocol(field, name) \ argument
493 #define sas_phy_protocol_attr(field, name) \ argument
497 #define sas_phy_show_linkspeed(field) \ argument
508 #define sas_phy_store_linkspeed(field) \ argument
530 #define sas_phy_linkspeed_rw_attr(field) \ argument
536 #define sas_phy_linkspeed_attr(field) \ argument
541 #define sas_phy_show_linkerror(field) \ argument
557 #define sas_phy_linkerror_attr(field) \ argument
[all …]
Dscsi_transport_fc.c699 #define fc_rport_show_function(field, format_string, sz, cast) \ argument
715 #define fc_rport_store_function(field) \ argument
737 #define fc_rport_rd_attr(field, format_string, sz) \ argument
742 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
747 #define fc_rport_rw_attr(field, format_string, sz) \ argument
755 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument
764 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument
769 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
791 #define SETUP_RPORT_ATTRIBUTE_RD(field) \ argument
799 #define SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(field) \ argument
[all …]
/drivers/xen/xen-pciback/
Dconf_space.c44 const struct config_field *field = entry->field; in DEFINE_PCI_CONFIG() local
72 const struct config_field *field = entry->field; in conf_space_write() local
150 const struct config_field *field; in xen_pcibk_config_read() local
210 const struct config_field *field; in xen_pcibk_config_write() local
292 const struct config_field *field; in xen_pcibk_config_free_dyn_fields() local
318 const struct config_field *field; in xen_pcibk_config_reset_dev() local
336 const struct config_field *field; in xen_pcibk_config_free_dev() local
355 const struct config_field *field, in xen_pcibk_config_add_field_offset()
Dconf_space.h62 const struct config_field *field; member
79 const struct config_field *field) in xen_pcibk_config_add_field()
85 const struct config_field *field) in xen_pcibk_config_add_fields()
97 const struct config_field *field, in xen_pcibk_config_add_fields_offset()
/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.h58 #define EXP_TID_GET(tid, field) \ argument
61 #define EXP_TID_SET(field, value) \ argument
64 #define EXP_TID_CLEAR(tid, field) ({ \ argument
68 #define EXP_TID_RESET(tid, field, value) do { \ argument
/drivers/gpu/drm/amd/powerplay/inc/
Dsmumgr.h200 #define SMUM_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument
202 #define SMUM_FIELD_MASK(reg, field) reg##__##field##_MASK argument
212 #define SMUM_WAIT_INDIRECT_FIELD(smumgr, port, reg, field, fieldval) \ argument
225 #define SMUM_WAIT_FIELD_UNEQUAL(smumgr, reg, field, fieldval) \ argument
230 #define SMUM_GET_FIELD(value, reg, field) \ argument
234 #define SMUM_READ_FIELD(device, reg, field) \ argument
237 #define SMUM_SET_FIELD(value, reg, field, field_val) \ argument
242 #define SMUM_READ_INDIRECT_FIELD(device, port, reg, field) \ argument
266 #define SMUM_READ_VFPF_INDIRECT_FIELD(device, port, reg, field) \ argument
270 #define SMUM_WRITE_FIELD(device, reg, field, fieldval) \ argument
[all …]
/drivers/clk/st/
Dclkgen.h21 struct clkgen_field *field) in clkgen_read()
27 static inline void clkgen_write(void __iomem *base, struct clkgen_field *field, in clkgen_write()
43 #define CLKGEN_READ(pll, field) clkgen_read(pll->regs_base, \ argument
46 #define CLKGEN_WRITE(pll, field, val) clkgen_write(pll->regs_base, \ argument
/drivers/ata/
Dlibata-transport.c204 #define ata_port_show_simple(field, name, format_string, cast) \ argument
214 #define ata_port_simple_attr(field, name, format_string, type) \ argument
326 #define ata_link_show_linkspeed(field, format) \ argument
336 #define ata_link_linkspeed_attr(field, format) \ argument
451 #define ata_dev_show_class(title, field) \ argument
461 #define ata_dev_attr(title, field) \ argument
471 #define ata_dev_show_simple(field, format_string, cast) \ argument
481 #define ata_dev_simple_attr(field, format_string, type) \ argument
687 #define SETUP_TEMPLATE(attrb, field, perm, test) \ argument
694 #define SETUP_LINK_ATTRIBUTE(field) \ argument
[all …]
/drivers/hid/
Dhid-input.c211 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res()
402 … bool hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field) in hidinput_setup_battery()
485 struct hid_field *field) in hidinput_setup_battery()
495 static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, in hidinput_configure_usage()
1078 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event()
1217 …_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) in hidinput_find_field()
1237 struct hid_field *field; in hidinput_get_led_field() local
1257 struct hid_field *field; in hidinput_count_leds() local
1280 struct hid_field *field; in hidinput_led_worker() local
1328 struct hid_field *field; in hidinput_input_event() local
Dhid-multitouch.c349 struct hid_field *field, struct hid_usage *usage) in mt_feature_mapping()
409 struct hid_field *field, int snratio) in set_abs()
430 struct hid_field *field, struct hid_usage *usage, in mt_touch_input_mapping()
582 struct hid_field *field, struct hid_usage *usage, in mt_touch_input_mapped()
677 static int mt_touch_event(struct hid_device *hid, struct hid_field *field, in mt_touch_event()
687 static void mt_process_mt_event(struct hid_device *hid, struct hid_field *field, in mt_process_mt_event()
762 struct hid_field *field; in mt_touch_report() local
771 struct hid_field *field = report->field[td->cc_index]; in mt_touch_report() local
830 struct hid_field *field, struct hid_usage *usage, in mt_input_mapping()
872 struct hid_field *field, struct hid_usage *usage, in mt_input_mapped()
[all …]
Dhid-icade.c167 static int icade_event(struct hid_device *hdev, struct hid_field *field, in icade_event()
192 struct hid_field *field, struct hid_usage *usage, in icade_input_mapping()
215 struct hid_field *field, struct hid_usage *usage, in icade_input_mapped()
Dhid-speedlink.c29 struct hid_field *field, struct hid_usage *usage, in speedlink_input_mapping()
45 static int speedlink_event(struct hid_device *hdev, struct hid_field *field, in speedlink_event()
Dhid-gyration.c28 struct hid_field *field, struct hid_usage *usage, in gyration_input_mapping()
57 static int gyration_event(struct hid_device *hdev, struct hid_field *field, in gyration_event()
Dhid-microsoft.c134 struct hid_field *field, struct hid_usage *usage, in ms_input_mapping()
153 struct hid_field *field, struct hid_usage *usage, in ms_input_mapped()
164 static int ms_event(struct hid_device *hdev, struct hid_field *field, in ms_event()
Dhid-ezkey.c29 struct hid_field *field, struct hid_usage *usage, in ez_input_mapping()
50 static int ez_event(struct hid_device *hdev, struct hid_field *field, in ez_event()
/drivers/net/ethernet/sfc/
Dbitfield.h48 #define EFX_VAL(field, attribute) field ## _ ## attribute argument
50 #define EFX_LOW_BIT(field) EFX_VAL(field, LBN) argument
52 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH) argument
54 #define EFX_HIGH_BIT(field) (EFX_LOW_BIT(field) + EFX_WIDTH(field) - 1) argument
171 #define EFX_OWORD_FIELD64(oword, field) \ argument
175 #define EFX_QWORD_FIELD64(qword, field) \ argument
179 #define EFX_OWORD_FIELD32(oword, field) \ argument
183 #define EFX_QWORD_FIELD32(qword, field) \ argument
187 #define EFX_DWORD_FIELD(dword, field) \ argument
268 #define EFX_INSERT_FIELD_NATIVE(min, max, field, value) \ argument
[all …]
/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c1569 struct req_msg_field *field; in req_layout_init() local
1747 const struct req_msg_field *field, in __req_capsule_offset()
1768 const struct req_msg_field *field, in swabber_dumper_helper()
1846 const struct req_msg_field *field, in __req_capsule_get()
1914 const struct req_msg_field *field) in req_capsule_client_get()
1927 const struct req_msg_field *field, in req_capsule_client_swab_get()
1942 const struct req_msg_field *field, in req_capsule_client_sized_get()
1955 const struct req_msg_field *field) in req_capsule_server_get()
1968 const struct req_msg_field *field, in req_capsule_server_swab_get()
1983 const struct req_msg_field *field, in req_capsule_server_sized_get()
[all …]
/drivers/hwspinlock/
Dqcom_hwspinlock.c33 struct regmap_field *field = lock->priv; in qcom_hwspinlock_trylock() local
50 struct regmap_field *field = lock->priv; in qcom_hwspinlock_unlock() local
86 struct reg_field field; in qcom_hwspinlock_probe() local
/drivers/scsi/fcoe/
Dfcoe_sysfs.c148 #define fcoe_ctlr_show_function(field, format_string, sz, cast) \ argument
160 #define fcoe_fcf_show_function(field, format_string, sz, cast) \ argument
173 #define fcoe_ctlr_private_show_function(field, format_string, sz, cast) \ argument
182 #define fcoe_fcf_private_show_function(field, format_string, sz, cast) \ argument
191 #define fcoe_ctlr_private_rd_attr(field, format_string, sz) \ argument
196 #define fcoe_ctlr_rd_attr(field, format_string, sz) \ argument
201 #define fcoe_fcf_rd_attr(field, format_string, sz) \ argument
206 #define fcoe_fcf_private_rd_attr(field, format_string, sz) \ argument
211 #define fcoe_ctlr_private_rd_attr_cast(field, format_string, sz, cast) \ argument
216 #define fcoe_fcf_private_rd_attr_cast(field, format_string, sz, cast) \ argument
/drivers/net/phy/
Dmdio-xgene.h115 #define SET_VAL(field, val) \ argument
118 #define SET_BIT(field) \ argument
129 #define GET_VAL(field, src) \ argument
132 #define GET_BIT(field, src) \ argument
/drivers/media/common/saa7146/
Dsaa7146_hlp.c212 static int calculate_v_scale_registers(struct saa7146_dev *dev, enum v4l2_field field, in calculate_v_scale_registers()
338 struct saa7146_video_dma *vdma2, u32* clip_format, u32* arbtr_ctrl, enum v4l2_field field) in calculate_clipping_registers_rect()
486 enum v4l2_field field = vv->ov.win.field; in saa7146_set_clipping_rect() local
523 …atic void saa7146_set_window(struct saa7146_dev *dev, int width, int height, enum v4l2_field field) in saa7146_set_window()
559 …position(struct saa7146_dev *dev, int w_x, int w_y, int w_height, enum v4l2_field field, u32 pixel… in saa7146_set_position()
711 enum v4l2_field field = buf->fmt->field; in calculate_video_dma_grab_packed() local
835 enum v4l2_field field = buf->fmt->field; in calculate_video_dma_grab_planar() local
/drivers/staging/rtl8192e/
Drtl819x_BA.h35 } field; member
46 } field; member
56 } field; member
/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BA.h34 }field; member
45 } field; member
55 } field; member
/drivers/firmware/
Ddmi-id.c18 int field; member
27 int field = to_dmi_dev_attr(attr)->field; in sys_dmi_field_show() local
75 int field; in get_modalias() member

12345678910>>...13