Home
last modified time | relevance | path

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

12345678910>>...17

/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/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu_helper.h124 #define PHM_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument
125 #define PHM_FIELD_MASK(reg, field) reg##__##field##_MASK argument
127 #define PHM_SET_FIELD(origval, reg, field, fieldval) \ argument
131 #define PHM_GET_FIELD(value, reg, field) \ argument
138 #define PHM_READ_FIELD(device, reg, field) \ argument
141 #define PHM_READ_INDIRECT_FIELD(device, port, reg, field) \ argument
145 #define PHM_READ_VFPF_INDIRECT_FIELD(device, port, reg, field) \ argument
149 #define PHM_WRITE_FIELD(device, reg, field, fieldval) \ argument
153 #define PHM_WRITE_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument
158 #define PHM_WRITE_VFPF_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument
[all …]
/drivers/scsi/
Dscsi_transport_sas.c417 #define sas_phy_show_simple(field, name, format_string, cast) \ argument
427 #define sas_phy_simple_attr(field, name, format_string, type) \ argument
431 #define sas_phy_show_protocol(field, name) \ argument
443 #define sas_phy_protocol_attr(field, name) \ argument
447 #define sas_phy_show_linkspeed(field) \ argument
458 #define sas_phy_store_linkspeed(field) \ argument
480 #define sas_phy_linkspeed_rw_attr(field) \ argument
486 #define sas_phy_linkspeed_attr(field) \ argument
491 #define sas_phy_show_linkerror(field) \ argument
507 #define sas_phy_linkerror_attr(field) \ argument
[all …]
Dscsi_transport_fc.c690 #define fc_rport_show_function(field, format_string, sz, cast) \ argument
706 #define fc_rport_store_function(field) \ argument
728 #define fc_rport_rd_attr(field, format_string, sz) \ argument
733 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
738 #define fc_rport_rw_attr(field, format_string, sz) \ argument
746 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument
755 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument
760 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
782 #define SETUP_RPORT_ATTRIBUTE_RD(field) \ argument
790 #define SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(field) \ argument
[all …]
/drivers/xen/xen-pciback/
Dconf_space.c47 const struct config_field *field = entry->field; in DEFINE_PCI_CONFIG() local
75 const struct config_field *field = entry->field; in conf_space_write() local
153 const struct config_field *field; in xen_pcibk_config_read() local
209 const struct config_field *field; in xen_pcibk_config_write() local
333 const struct config_field *field; in xen_pcibk_config_free_dyn_fields() local
359 const struct config_field *field; in xen_pcibk_config_reset_dev() local
377 const struct config_field *field; in xen_pcibk_config_free_dev() local
396 const struct config_field *field, in xen_pcibk_config_add_field_offset()
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()
/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/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
339 #define ata_link_show_linkspeed(field, format) \ argument
349 #define ata_link_linkspeed_attr(field, format) \ argument
467 #define ata_dev_show_class(title, field) \ argument
477 #define ata_dev_attr(title, field) \ argument
487 #define ata_dev_show_simple(field, format_string, cast) \ argument
497 #define ata_dev_simple_attr(field, format_string, type) \ argument
709 #define SETUP_TEMPLATE(attrb, field, perm, test) \ argument
716 #define SETUP_LINK_ATTRIBUTE(field) \ argument
[all …]
/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/gpu/drm/amd/display/dmub/src/
Ddmub_reg.h39 #define FD_SHIFT(reg_name, field) reg_name##__##field##__SHIFT argument
41 #define FD_MASK(reg_name, field) reg_name##__##field##_MASK argument
47 #define FN(reg_name, field) FD(reg_name##__##field) argument
61 #define REG_SET(reg_name, initial_val, field, val) \ argument
88 #define REG_UPDATE(reg_name, field, val) \ argument
112 #define REG_GET(reg_name, field, val) \ argument
/drivers/net/ethernet/sfc/falcon/
Dbitfield.h45 #define EF4_VAL(field, attribute) field ## _ ## attribute argument
47 #define EF4_LOW_BIT(field) EF4_VAL(field, LBN) argument
49 #define EF4_WIDTH(field) EF4_VAL(field, WIDTH) argument
51 #define EF4_HIGH_BIT(field) (EF4_LOW_BIT(field) + EF4_WIDTH(field) - 1) argument
168 #define EF4_OWORD_FIELD64(oword, field) \ argument
172 #define EF4_QWORD_FIELD64(qword, field) \ argument
176 #define EF4_OWORD_FIELD32(oword, field) \ argument
180 #define EF4_QWORD_FIELD32(qword, field) \ argument
184 #define EF4_DWORD_FIELD(dword, field) \ argument
265 #define EF4_INSERT_FIELD_NATIVE(min, max, field, value) \ argument
[all …]
/drivers/gpu/drm/amd/include/
Dcgs_common.h120 #define CGS_REG_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument
121 #define CGS_REG_FIELD_MASK(reg, field) reg##__##field##_MASK argument
123 #define CGS_REG_SET_FIELD(orig_val, reg, field, field_val) \ argument
127 #define CGS_REG_GET_FIELD(value, reg, field) \ argument
130 #define CGS_WREG32_FIELD(device, reg, field, val) \ argument
133 #define CGS_WREG32_FIELD_IND(device, space, reg, field, val) \ argument
/drivers/net/ethernet/sfc/
Dbitfield.h45 #define EFX_VAL(field, attribute) field ## _ ## attribute argument
47 #define EFX_LOW_BIT(field) EFX_VAL(field, LBN) argument
49 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH) argument
51 #define EFX_HIGH_BIT(field) (EFX_LOW_BIT(field) + EFX_WIDTH(field) - 1) argument
168 #define EFX_OWORD_FIELD64(oword, field) \ argument
172 #define EFX_QWORD_FIELD64(qword, field) \ argument
176 #define EFX_OWORD_FIELD32(oword, field) \ argument
180 #define EFX_QWORD_FIELD32(qword, field) \ argument
184 #define EFX_DWORD_FIELD(dword, field) \ argument
265 #define EFX_INSERT_FIELD_NATIVE(min, max, field, value) \ argument
[all …]
/drivers/soundwire/
Dsysfs_slave_dpn.c27 #define sdw_dpn_attribute_alloc(field) \ argument
51 #define sdw_dpn_attr(field) \ argument
111 #define sdw_dpn_array_attr(field) \ argument
/drivers/net/ethernet/apm/xgene-v2/
Dmac.h75 #define SET_REG_BITS(var, field, val) \ argument
78 #define SET_REG_BIT(var, field, val) \ argument
81 #define GET_REG_BITS(var, field) \ argument
84 #define GET_REG_BIT(var, field) ((var) & (field)) argument
/drivers/hid/
Dhid-icade.c164 static int icade_event(struct hid_device *hdev, struct hid_field *field, in icade_event()
189 struct hid_field *field, struct hid_usage *usage, in icade_input_mapping()
212 struct hid_field *field, struct hid_usage *usage, in icade_input_mapped()
Dhid-input.c199 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res()
438 …c int hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field) in hidinput_setup_battery()
552 struct hid_field *field) in hidinput_setup_battery()
566 static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, in hidinput_configure_usage()
1288 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event()
1444 …_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) in hidinput_find_field()
1464 struct hid_field *field; in hidinput_get_led_field() local
1484 struct hid_field *field; in hidinput_count_leds() local
1507 struct hid_field *field; in hidinput_led_worker() local
1555 struct hid_field *field; in hidinput_input_event() local
Dhid-a4tech.c35 struct hid_field *field, struct hid_usage *usage, in a4_input_mapping()
57 struct hid_field *field, struct hid_usage *usage, in a4_input_mapped()
73 static int a4_event(struct hid_device *hdev, struct hid_field *field, in a4_event()
Dhid-multitouch.c451 struct hid_field *field, struct hid_usage *usage) in mt_feature_mapping()
488 struct hid_field *field, int snratio) in set_abs()
586 struct hid_field *field; in mt_allocate_report_data() local
687 struct hid_field *field, struct hid_usage *usage, in mt_touch_input_mapping()
966 static int mt_touch_event(struct hid_device *hid, struct hid_field *field, in mt_touch_event()
1105 struct hid_field *field, in mt_process_mt_event()
1148 struct hid_field *field; in mt_touch_report() local
1290 struct hid_field *field, struct hid_usage *usage, in mt_input_mapping()
1363 struct hid_field *field, struct hid_usage *usage, in mt_input_mapped()
1379 static int mt_event(struct hid_device *hid, struct hid_field *field, in mt_event()
[all …]
/drivers/phy/ti/
Dphy-j721e-wiz.c109 struct regmap_field *field; member
118 struct regmap_field *field; member
126 struct regmap_field *field; member
132 struct regmap_field *field; member
443 struct regmap_field *field = mux->field; in wiz_clk_mux_get_parent() local
453 struct regmap_field *field = mux->field; in wiz_clk_mux_set_parent() local
466 struct regmap_field *field, u32 *table) in wiz_mux_clk_register()
524 struct regmap_field *field = div->field; in wiz_clk_div_recalc_rate() local
544 struct regmap_field *field = div->field; in wiz_clk_div_set_rate() local
561 struct regmap_field *field, in wiz_div_clk_register()
/drivers/scsi/fcoe/
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
/drivers/hwspinlock/
Dqcom_hwspinlock.c24 struct regmap_field *field = lock->priv; in qcom_hwspinlock_trylock() local
41 struct regmap_field *field = lock->priv; in qcom_hwspinlock_unlock() local
132 struct reg_field field; in qcom_hwspinlock_probe() local
/drivers/infiniband/hw/mlx5/
Dcong.c97 static u32 mlx5_get_cc_param_val(void *field, int offset) in mlx5_get_cc_param_val()
165 static void mlx5_ib_set_cc_param_mask_val(void *field, int offset, in mlx5_ib_set_cc_param_mask_val()
275 void *field; in mlx5_ib_get_cc_params() local
312 void *field; in mlx5_ib_set_cc_params() local
/drivers/media/common/saa7146/
Dsaa7146_hlp.c213 static int calculate_v_scale_registers(struct saa7146_dev *dev, enum v4l2_field field, in calculate_v_scale_registers()
339 struct saa7146_video_dma *vdma2, u32* clip_format, u32* arbtr_ctrl, enum v4l2_field field) in calculate_clipping_registers_rect()
487 enum v4l2_field field = vv->ov.win.field; in saa7146_set_clipping_rect() local
524 …atic void saa7146_set_window(struct saa7146_dev *dev, int width, int height, enum v4l2_field field) in saa7146_set_window()
560 …position(struct saa7146_dev *dev, int w_x, int w_y, int w_height, enum v4l2_field field, u32 pixel… in saa7146_set_position()
712 enum v4l2_field field = buf->fmt->field; in calculate_video_dma_grab_packed() local
836 enum v4l2_field field = buf->fmt->field; in calculate_video_dma_grab_planar() local
/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BA.h23 } field; member
33 } field; member
42 } field; member

12345678910>>...17