/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/powerplay/hwmgr/ |
D | smu_helper.h | 124 #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/ |
D | scsi_transport_sas.c | 417 #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 …]
|
D | scsi_transport_fc.c | 689 #define fc_rport_show_function(field, format_string, sz, cast) \ argument 705 #define fc_rport_store_function(field) \ argument 727 #define fc_rport_rd_attr(field, format_string, sz) \ argument 732 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument 737 #define fc_rport_rw_attr(field, format_string, sz) \ argument 745 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument 754 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument 759 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument 781 #define SETUP_RPORT_ATTRIBUTE_RD(field) \ argument 789 #define SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(field) \ argument [all …]
|
/drivers/xen/xen-pciback/ |
D | conf_space.c | 45 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()
|
D | conf_space.h | 63 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/infiniband/hw/hfi1/ |
D | exp_rcv.h | 60 #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/ |
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 330 #define ata_link_show_linkspeed(field, format) \ argument 340 #define ata_link_linkspeed_attr(field, format) \ argument 455 #define ata_dev_show_class(title, field) \ argument 465 #define ata_dev_attr(title, field) \ argument 475 #define ata_dev_show_simple(field, format_string, cast) \ argument 485 #define ata_dev_simple_attr(field, format_string, type) \ argument 691 #define SETUP_TEMPLATE(attrb, field, perm, test) \ argument 698 #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/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/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/gpu/drm/amd/include/ |
D | cgs_common.h | 121 #define CGS_REG_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument 122 #define CGS_REG_FIELD_MASK(reg, field) reg##__##field##_MASK argument 124 #define CGS_REG_SET_FIELD(orig_val, reg, field, field_val) \ argument 128 #define CGS_REG_GET_FIELD(value, reg, field) \ argument 131 #define CGS_WREG32_FIELD(device, reg, field, val) \ argument 134 #define CGS_WREG32_FIELD_IND(device, space, reg, field, val) \ argument
|
/drivers/phy/broadcom/ |
D | phy-brcm-usb-init.c | 131 #define USB_CTRL_MASK(reg, field) \ argument 133 #define USB_CTRL_MASK_FAMILY(params, reg, field) \ argument 136 #define USB_CTRL_SET_FAMILY(params, reg, field) \ argument 139 #define USB_CTRL_UNSET_FAMILY(params, reg, field) \ argument 143 #define USB_CTRL_SET(base, reg, field) \ argument 146 #define USB_CTRL_UNSET(base, reg, field) \ argument 416 u32 reg_offset, u32 field) in usb_ctrl_unset_family() 428 u32 reg_offset, u32 field) in usb_ctrl_set_family() 438 static inline void usb_ctrl_set(void __iomem *reg, u32 field) in usb_ctrl_set() 446 static inline void usb_ctrl_unset(void __iomem *reg, u32 field) in usb_ctrl_unset()
|
/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/hid/ |
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-input.c | 199 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res() 431 …c int hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field) in hidinput_setup_battery() 545 struct hid_field *field) in hidinput_setup_battery() 559 static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, in hidinput_configure_usage() 1263 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event() 1413 …_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) in hidinput_find_field() 1433 struct hid_field *field; in hidinput_get_led_field() local 1453 struct hid_field *field; in hidinput_count_leds() local 1476 struct hid_field *field; in hidinput_led_worker() local 1524 struct hid_field *field; in hidinput_input_event() local
|
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()
|
D | hid-multitouch.c | 447 struct hid_field *field, struct hid_usage *usage) in mt_feature_mapping() 484 struct hid_field *field, int snratio) in set_abs() 582 struct hid_field *field; in mt_allocate_report_data() local 679 struct hid_field *field, struct hid_usage *usage, in mt_touch_input_mapping() 956 static int mt_touch_event(struct hid_device *hid, struct hid_field *field, in mt_touch_event() 1095 struct hid_field *field, in mt_process_mt_event() 1138 struct hid_field *field; in mt_touch_report() local 1280 struct hid_field *field, struct hid_usage *usage, in mt_input_mapping() 1353 struct hid_field *field, struct hid_usage *usage, in mt_input_mapped() 1369 static int mt_event(struct hid_device *hid, struct hid_field *field, in mt_event() [all …]
|
/drivers/hwspinlock/ |
D | qcom_hwspinlock.c | 25 struct regmap_field *field = lock->priv; in qcom_hwspinlock_trylock() local 42 struct regmap_field *field = lock->priv; in qcom_hwspinlock_unlock() local 78 struct reg_field field; in qcom_hwspinlock_probe() local
|
/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/infiniband/hw/mlx5/ |
D | cong.c | 93 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() 255 void *field; in mlx5_ib_get_cc_params() local 292 void *field; in mlx5_ib_set_cc_params() local
|
/drivers/media/common/saa7146/ |
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/net/phy/ |
D | mdio-xgene.h | 104 #define SET_VAL(field, val) \ argument 107 #define SET_BIT(field) \ argument 118 #define GET_VAL(field, src) \ argument 121 #define GET_BIT(field, src) \ argument
|
/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BA.h | 23 } field; member 33 } field; member 42 } field; member
|
/drivers/staging/rtl8192e/ |
D | rtl819x_BA.h | 27 } field; member 38 } field; member 48 } field; member
|