/drivers/scsi/aic7xxx/ |
D | queue.h | 127 #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/ |
D | smu_helper.h | 137 #define PHM_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument 138 #define PHM_FIELD_MASK(reg, field) reg##__##field##_MASK argument 140 #define PHM_SET_FIELD(origval, reg, field, fieldval) \ argument 144 #define PHM_GET_FIELD(value, reg, field) \ argument 151 #define PHM_READ_FIELD(device, reg, field) \ argument 154 #define PHM_READ_INDIRECT_FIELD(device, port, reg, field) \ argument 158 #define PHM_READ_VFPF_INDIRECT_FIELD(device, port, reg, field) \ argument 162 #define PHM_WRITE_FIELD(device, reg, field, fieldval) \ argument 166 #define PHM_WRITE_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument 171 #define PHM_WRITE_VFPF_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument [all …]
|
/drivers/scsi/ |
D | scsi_transport_sas.c | 423 #define sas_phy_show_simple(field, name, format_string, cast) \ argument 433 #define sas_phy_simple_attr(field, name, format_string, type) \ argument 437 #define sas_phy_show_protocol(field, name) \ argument 449 #define sas_phy_protocol_attr(field, name) \ argument 453 #define sas_phy_show_linkspeed(field) \ argument 464 #define sas_phy_store_linkspeed(field) \ argument 486 #define sas_phy_linkspeed_rw_attr(field) \ argument 492 #define sas_phy_linkspeed_attr(field) \ argument 497 #define sas_phy_show_linkerror(field) \ argument 513 #define sas_phy_linkerror_attr(field) \ argument [all …]
|
D | scsi_transport_fc.c | 983 #define fc_rport_show_function(field, format_string, sz, cast) \ argument 999 #define fc_rport_store_function(field) \ argument 1021 #define fc_rport_rd_attr(field, format_string, sz) \ argument 1026 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument 1031 #define fc_rport_rw_attr(field, format_string, sz) \ argument 1039 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument 1048 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument 1053 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument 1075 #define SETUP_RPORT_ATTRIBUTE_RD(field) \ argument 1083 #define SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(field) \ argument [all …]
|
/drivers/xen/xen-pciback/ |
D | conf_space.c | 47 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()
|
D | conf_space.h | 63 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/ |
D | exp_rcv.h | 18 #define EXP_TID_GET(tid, field) \ argument 21 #define EXP_TID_SET(field, value) \ argument 24 #define EXP_TID_CLEAR(tid, field) ({ \ argument 28 #define EXP_TID_RESET(tid, field, value) do { \ argument 58 #define KDETH_GET(val, field) \ argument 60 #define KDETH_SET(dw, field, val) do { \ argument 68 #define KDETH_RESET(dw, field, val) ({ dw = 0; KDETH_SET(dw, field, val); }) argument
|
/drivers/ata/ |
D | libata-transport.c | 204 #define ata_port_show_simple(field, name, format_string, cast) \ argument 214 #define ata_port_simple_attr(field, name, format_string, type) \ argument 369 #define ata_link_show_linkspeed(field, format) \ argument 379 #define ata_link_linkspeed_attr(field, format) \ argument 497 #define ata_dev_show_class(title, field) \ argument 507 #define ata_dev_attr(title, field) \ argument 517 #define ata_dev_show_simple(field, format_string, cast) \ argument 527 #define ata_dev_simple_attr(field, format_string, type) \ argument 739 #define SETUP_TEMPLATE(attrb, field, perm, test) \ argument 746 #define SETUP_LINK_ATTRIBUTE(field) \ argument [all …]
|
/drivers/clk/st/ |
D | clkgen.h | 22 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/ |
D | dmub_reg.h | 39 #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/ |
D | bitfield.h | 45 #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/usb/isp1760/ |
D | isp1760-core.h | 59 static inline u32 isp1760_field_read(struct regmap_field **fields, u32 field) in isp1760_field_read() 68 static inline void isp1760_field_write(struct regmap_field **fields, u32 field, in isp1760_field_write() 74 static inline void isp1760_field_set(struct regmap_field **fields, u32 field) in isp1760_field_set() 79 static inline void isp1760_field_clear(struct regmap_field **fields, u32 field) in isp1760_field_clear()
|
/drivers/gpu/drm/amd/include/ |
D | cgs_common.h | 120 #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/hid/ |
D | hid-input.c | 246 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res() 511 struct hid_field *field, bool is_percentage) in hidinput_setup_battery() 647 struct hid_field *field, bool is_percentage) in hidinput_setup_battery() 667 static bool hidinput_field_in_collection(struct hid_device *device, struct hid_field *field, in hidinput_field_in_collection() 677 static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, in hidinput_configure_usage() 1509 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event() 1739 unsigned int code, struct hid_field **field) in hidinput_find_field() 1758 struct hid_field *field; in hidinput_get_led_field() local 1778 struct hid_field *field; in hidinput_count_leds() local 1801 struct hid_field *field; in hidinput_led_worker() local [all …]
|
D | hid-icade.c | 164 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()
|
D | hid-lenovo.c | 170 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_tpkbd() 183 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_cptkbd() 257 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_tpIIkbd() 352 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_scrollpoint() 363 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_tp10_ultrabook_kbd() 401 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_x1_tab_kbd() 449 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping() 667 struct hid_field *field, struct hid_usage *usage, __s32 value) in lenovo_event_tp10ubkbd() 685 struct hid_field *field, struct hid_usage *usage, __s32 value) in lenovo_event_cptkbd() 746 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
|
D | hid-a4tech.c | 35 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()
|
/drivers/net/ethernet/apm/xgene-v2/ |
D | mac.h | 75 #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/soundwire/ |
D | sysfs_slave_dpn.c | 27 #define sdw_dpn_attribute_alloc(field) \ argument 51 #define sdw_dpn_attr(field) \ argument 111 #define sdw_dpn_array_attr(field) \ argument
|
/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 136 #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/net/ethernet/sfc/ |
D | bitfield.h | 45 #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/net/ethernet/sfc/siena/ |
D | bitfield.h | 45 #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/net/ethernet/intel/ice/ |
D | ice_cgu_regs.h | 26 } field; member 42 } field; member 66 } field; member 80 } field; member 95 } field; member 112 } field; member
|
/drivers/staging/media/deprecated/saa7146/common/ |
D | saa7146_hlp.c | 213 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/infiniband/hw/mlx5/ |
D | cong.c | 97 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
|