Home
last modified time | relevance | path

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

12345678910>>...14

/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.c434 #define sas_phy_show_simple(field, name, format_string, cast) \ argument
444 #define sas_phy_simple_attr(field, name, format_string, type) \ argument
448 #define sas_phy_show_protocol(field, name) \ argument
460 #define sas_phy_protocol_attr(field, name) \ argument
464 #define sas_phy_show_linkspeed(field) \ argument
475 #define sas_phy_store_linkspeed(field) \ argument
497 #define sas_phy_linkspeed_rw_attr(field) \ argument
503 #define sas_phy_linkspeed_attr(field) \ argument
508 #define sas_phy_show_linkerror(field) \ argument
524 #define sas_phy_linkerror_attr(field) \ argument
[all …]
Dscsi_transport_fc.c701 #define fc_rport_show_function(field, format_string, sz, cast) \ argument
717 #define fc_rport_store_function(field) \ argument
739 #define fc_rport_rd_attr(field, format_string, sz) \ argument
744 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
749 #define fc_rport_rw_attr(field, format_string, sz) \ argument
757 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument
766 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument
771 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
793 #define SETUP_RPORT_ATTRIBUTE_RD(field) \ argument
801 #define SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(field) \ argument
[all …]
/drivers/xen/xen-pciback/
Dconf_space.c45 const struct config_field *field = entry->field; in DEFINE_PCI_CONFIG() local
73 const struct config_field *field = entry->field; in conf_space_write() local
151 const struct config_field *field; in xen_pcibk_config_read() local
211 const struct config_field *field; in xen_pcibk_config_write() local
293 const struct config_field *field; in xen_pcibk_config_free_dyn_fields() local
319 const struct config_field *field; in xen_pcibk_config_reset_dev() local
337 const struct config_field *field; in xen_pcibk_config_free_dev() local
356 const struct config_field *field, in xen_pcibk_config_add_field_offset()
Dconf_space.h63 const struct config_field *field; member
80 const struct config_field *field) in xen_pcibk_config_add_field()
86 const struct config_field *field) in xen_pcibk_config_add_fields()
98 const struct config_field *field, in xen_pcibk_config_add_fields_offset()
/drivers/gpu/drm/amd/powerplay/inc/
Dsmumgr.h208 #define SMUM_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument
210 #define SMUM_FIELD_MASK(reg, field) reg##__##field##_MASK argument
220 #define SMUM_WAIT_INDIRECT_FIELD(smumgr, port, reg, field, fieldval) \ argument
233 #define SMUM_WAIT_FIELD_UNEQUAL(smumgr, reg, field, fieldval) \ argument
238 #define SMUM_GET_FIELD(value, reg, field) \ argument
242 #define SMUM_READ_FIELD(device, reg, field) \ argument
245 #define SMUM_SET_FIELD(value, reg, field, field_val) \ argument
250 #define SMUM_READ_INDIRECT_FIELD(device, port, reg, field) \ argument
274 #define SMUM_READ_VFPF_INDIRECT_FIELD(device, port, reg, field) \ argument
278 #define SMUM_WRITE_FIELD(device, reg, field, fieldval) \ argument
[all …]
/drivers/infiniband/hw/hfi1/
Dexp_rcv.h60 #define EXP_TID_GET(tid, field) \ argument
63 #define EXP_TID_SET(field, value) \ argument
66 #define EXP_TID_CLEAR(tid, field) ({ \ argument
70 #define EXP_TID_RESET(tid, field, value) do { \ argument
100 #define KDETH_GET(val, field) \ argument
102 #define KDETH_SET(dw, field, val) do { \ argument
110 #define KDETH_RESET(dw, field, val) ({ dw = 0; KDETH_SET(dw, field, val); }) argument
/drivers/clk/st/
Dclkgen.h22 struct clkgen_field *field) in clkgen_read()
28 static inline void clkgen_write(void __iomem *base, struct clkgen_field *field, in clkgen_write()
44 #define CLKGEN_READ(pll, field) clkgen_read(pll->regs_base, \ argument
47 #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/net/ethernet/sfc/falcon/
Dbitfield.h48 #define EF4_VAL(field, attribute) field ## _ ## attribute argument
50 #define EF4_LOW_BIT(field) EF4_VAL(field, LBN) argument
52 #define EF4_WIDTH(field) EF4_VAL(field, WIDTH) argument
54 #define EF4_HIGH_BIT(field) (EF4_LOW_BIT(field) + EF4_WIDTH(field) - 1) argument
171 #define EF4_OWORD_FIELD64(oword, field) \ argument
175 #define EF4_QWORD_FIELD64(qword, field) \ argument
179 #define EF4_OWORD_FIELD32(oword, field) \ argument
183 #define EF4_QWORD_FIELD32(qword, field) \ argument
187 #define EF4_DWORD_FIELD(dword, field) \ argument
268 #define EF4_INSERT_FIELD_NATIVE(min, max, field, value) \ argument
[all …]
/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/hid/
Dhid-input.c211 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res()
443 …c int hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field) in hidinput_setup_battery()
557 struct hid_field *field) in hidinput_setup_battery()
571 static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, in hidinput_configure_usage()
1192 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event()
1336 …_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) in hidinput_find_field()
1356 struct hid_field *field; in hidinput_get_led_field() local
1376 struct hid_field *field; in hidinput_count_leds() local
1399 struct hid_field *field; in hidinput_led_worker() local
1447 struct hid_field *field; in hidinput_input_event() local
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-multitouch.c388 struct hid_field *field, struct hid_usage *usage) in mt_feature_mapping()
448 struct hid_field *field, int snratio) in set_abs()
469 struct hid_field *field, struct hid_usage *usage, in mt_touch_input_mapping()
731 static int mt_touch_event(struct hid_device *hid, struct hid_field *field, in mt_touch_event()
741 static void mt_process_mt_event(struct hid_device *hid, struct hid_field *field, in mt_process_mt_event()
827 struct hid_field *field; in mt_touch_report() local
841 struct hid_field *field = report->field[td->cc_index]; in mt_touch_report() local
931 struct hid_field *field, struct hid_usage *usage, in mt_input_mapping()
1000 struct hid_field *field, struct hid_usage *usage, in mt_input_mapped()
1020 static int mt_event(struct hid_device *hid, struct hid_field *field, in mt_event()
[all …]
Dhid-a4tech.c38 struct hid_field *field, struct hid_usage *usage, in a4_input_mapping()
60 struct hid_field *field, struct hid_usage *usage, in a4_input_mapped()
74 static int a4_event(struct hid_device *hdev, struct hid_field *field, in a4_event()
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()
/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c1576 struct req_msg_field *field; in req_layout_init() local
1754 const struct req_msg_field *field, in __req_capsule_offset()
1775 const struct req_msg_field *field, in swabber_dumper_helper()
1853 const struct req_msg_field *field, in __req_capsule_get()
1922 const struct req_msg_field *field) in req_capsule_client_get()
1935 const struct req_msg_field *field, in req_capsule_client_swab_get()
1950 const struct req_msg_field *field, in req_capsule_client_sized_get()
1963 const struct req_msg_field *field) in req_capsule_server_get()
1976 const struct req_msg_field *field, in req_capsule_server_swab_get()
1991 const struct req_msg_field *field, in req_capsule_server_sized_get()
[all …]
/drivers/net/ethernet/apm/xgene-v2/
Dmac.h87 #define SET_REG_BITS(var, field, val) \ argument
90 #define SET_REG_BIT(var, field, val) \ argument
93 #define GET_REG_BITS(var, field) \ argument
96 #define GET_REG_BIT(var, field) ((var) & (field)) argument
/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/infiniband/hw/mlx5/
Dcong.c93 static u32 mlx5_get_cc_param_val(void *field, int offset) in mlx5_get_cc_param_val()
155 static void mlx5_ib_set_cc_param_mask_val(void *field, int offset, in mlx5_ib_set_cc_param_mask_val()
254 void *field; in mlx5_ib_get_cc_params() local
280 void *field; in mlx5_ib_set_cc_params() local
/drivers/net/phy/
Dmdio-xgene.h116 #define SET_VAL(field, val) \ argument
119 #define SET_BIT(field) \ argument
130 #define GET_VAL(field, src) \ argument
133 #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

12345678910>>...14