/linux-4.4.14/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 …]
|
/linux-4.4.14/include/net/ |
D | snmp.h | 126 #define SNMP_INC_STATS_BH(mib, field) \ argument 129 #define SNMP_INC_STATS_USER(mib, field) \ argument 132 #define SNMP_INC_STATS_ATOMIC_LONG(mib, field) \ argument 135 #define SNMP_INC_STATS(mib, field) \ argument 138 #define SNMP_DEC_STATS(mib, field) \ argument 141 #define SNMP_ADD_STATS_BH(mib, field, addend) \ argument 144 #define SNMP_ADD_STATS_USER(mib, field, addend) \ argument 147 #define SNMP_ADD_STATS(mib, field, addend) \ argument 165 #define SNMP_ADD_STATS64_BH(mib, field, addend) \ argument 173 #define SNMP_ADD_STATS64_USER(mib, field, addend) \ argument [all …]
|
D | icmp.h | 32 #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field) argument 33 #define ICMP_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.icmp_statistics, field) argument 34 #define ICMPMSGOUT_INC_STATS(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, … argument 35 #define ICMPMSGIN_INC_STATS_BH(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics… argument
|
D | ip.h | 188 #define IP_INC_STATS(net, field) SNMP_INC_STATS64((net)->mib.ip_statistics, field) argument 189 #define IP_INC_STATS_BH(net, field) SNMP_INC_STATS64_BH((net)->mib.ip_statistics, field) argument 190 #define IP_ADD_STATS(net, field, val) SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val) argument 191 #define IP_ADD_STATS_BH(net, field, val) SNMP_ADD_STATS64_BH((net)->mib.ip_statistics, field, val) argument 192 #define IP_UPD_PO_STATS(net, field, val) SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, val) argument 193 #define IP_UPD_PO_STATS_BH(net, field, val) SNMP_UPD_PO_STATS64_BH((net)->mib.ip_statistics, field,… argument 194 #define NET_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.net_statistics, field) argument 195 #define NET_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.net_statistics, field) argument 196 #define NET_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)->mib.net_statistics, field) argument 197 #define NET_ADD_STATS(net, field, adnd) SNMP_ADD_STATS((net)->mib.net_statistics, field, adnd) argument [all …]
|
D | udp.h | 274 #define UDP_INC_STATS_USER(net, field, is_udplite) do { \ argument 277 #define UDP_INC_STATS_BH(net, field, is_udplite) do { \ argument 281 #define UDP6_INC_STATS_BH(net, field, is_udplite) do { \ argument 285 #define UDP6_INC_STATS_USER(net, field, __lite) do { \ argument 291 #define UDPX_INC_STATS_BH(sk, field) \ argument 299 #define UDPX_INC_STATS_BH(sk, field) UDP_INC_STATS_BH(sock_net(sk), field, 0) argument
|
D | ipv6.h | 124 #define _DEVINC(net, statname, modifier, idev, field) \ argument 133 #define _DEVINCATOMIC(net, statname, modifier, idev, field) \ argument 142 #define _DEVINC_ATOMIC_ATOMIC(net, statname, idev, field) \ argument 150 #define _DEVADD(net, statname, modifier, idev, field, val) \ argument 158 #define _DEVUPD(net, statname, modifier, idev, field, val) \ argument 168 #define IP6_INC_STATS(net, idev,field) \ argument 170 #define IP6_INC_STATS_BH(net, idev,field) \ argument 172 #define IP6_ADD_STATS(net, idev,field,val) \ argument 174 #define IP6_ADD_STATS_BH(net, idev,field,val) \ argument 176 #define IP6_UPD_PO_STATS(net, idev,field,val) \ argument [all …]
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | sm750_help.h | 13 #define FIELD_GET(x, reg, field) \ argument 18 #define FIELD_SET(x, reg, field, value) \ argument 24 #define FIELD_VALUE(x, reg, field, value) \ argument 30 #define FIELD_CLEAR(reg, field) \ argument 36 #define FIELD_START(field) (0 ? field) argument 37 #define FIELD_END(field) (1 ? field) argument 38 #define FIELD_SIZE(field) (1 + FIELD_END(field) - FIELD_START(field)) argument 39 #define FIELD_MASK(field) (((1 << (FIELD_SIZE(field)-1)) | ((1 << (FIELD_SIZE(field)-… argument
|
/linux-4.4.14/arch/mips/include/asm/mach-pnx833x/ |
D | pnx833x.h | 33 #define PNX833X_BIT(val, reg, field) ((val) & PNX833X_##reg##_##field) argument 34 #define PNX833X_REGBIT(reg, field) PNX833X_BIT(PNX833X_##reg, reg, field) argument 37 #define PNX_FIELD(cpu, val, reg, field) \ argument 40 #define PNX833X_FIELD(val, reg, field) PNX_FIELD(833X, val, reg, field) argument 41 #define PNX8330_FIELD(val, reg, field) PNX_FIELD(8330, val, reg, field) argument 42 #define PNX8335_FIELD(val, reg, field) PNX_FIELD(8335, val, reg, field) argument 45 #define PNX833X_REGFIELD(reg, field) PNX833X_FIELD(PNX833X_##reg, reg, field) argument 46 #define PNX8330_REGFIELD(reg, field) PNX8330_FIELD(PNX8330_##reg, reg, field) argument 47 #define PNX8335_REGFIELD(reg, field) PNX8335_FIELD(PNX8335_##reg, reg, field) argument 50 #define PNX_WRITEFIELD(cpu, val, reg, field) \ argument [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_transport_sas.c | 453 #define sas_phy_show_simple(field, name, format_string, cast) \ argument 463 #define sas_phy_simple_attr(field, name, format_string, type) \ argument 467 #define sas_phy_show_protocol(field, name) \ argument 479 #define sas_phy_protocol_attr(field, name) \ argument 483 #define sas_phy_show_linkspeed(field) \ argument 494 #define sas_phy_store_linkspeed(field) \ argument 516 #define sas_phy_linkspeed_rw_attr(field) \ argument 522 #define sas_phy_linkspeed_attr(field) \ argument 527 #define sas_phy_show_linkerror(field) \ argument 543 #define sas_phy_linkerror_attr(field) \ argument [all …]
|
D | scsi_transport_fc.c | 699 #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 …]
|
D | scsi_transport_spi.c | 279 #define spi_transport_show_simple(field, format_string) \ argument 292 #define spi_transport_store_simple(field, format_string) \ argument 309 #define spi_transport_show_function(field, format_string) \ argument 325 #define spi_transport_store_function(field, format_string) \ argument 343 #define spi_transport_store_max(field, format_string) \ argument 365 #define spi_transport_rd_attr(field, format_string) \ argument 372 #define spi_transport_simple_attr(field, format_string) \ argument 379 #define spi_transport_max_attr(field, format_string) \ argument
|
D | scsi_sysfs.c | 126 #define shost_show_function(name, field, format_string) \ argument 139 #define shost_rd_attr2(name, field, format_string) \ argument 143 #define shost_rd_attr(field, format_string) \ argument 508 #define sdev_show_function(field, format_string) \ argument 522 #define sdev_rd_attr(field, format_string) \ argument 531 #define sdev_rw_attr(field, format_string) \ argument 810 #define show_sdev_iostat(field) \ argument
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | conf_space.c | 44 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 213 const struct config_field *field; in xen_pcibk_config_write() local 300 const struct config_field *field; in xen_pcibk_config_free_dyn_fields() local 326 const struct config_field *field; in xen_pcibk_config_reset_dev() local 344 const struct config_field *field; in xen_pcibk_config_free_dev() local 363 const struct config_field *field, in xen_pcibk_config_add_field_offset()
|
D | conf_space.h | 62 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()
|
D | conf_space_quirks.c | 63 int xen_pcibk_config_quirks_add_field(struct pci_dev *dev, struct config_field in xen_pcibk_config_quirks_add_field() 118 void xen_pcibk_config_field_free(struct config_field *field) in xen_pcibk_config_field_free()
|
/linux-4.4.14/drivers/clk/st/ |
D | clkgen.h | 21 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
|
/linux-4.4.14/include/trace/ |
D | perf.h | 10 #define __get_dynamic_array(field) \ argument 14 #define __get_dynamic_array_len(field) \ argument 18 #define __get_str(field) (char *)__get_dynamic_array(field) argument 21 #define __get_bitmask(field) (char *)__get_dynamic_array(field) argument
|
D | trace_events.h | 245 #define __get_dynamic_array(field) \ argument 249 #define __get_dynamic_array_len(field) \ argument 253 #define __get_str(field) (char *)__get_dynamic_array(field) argument 256 #define __get_bitmask(field) \ argument 640 #define __get_bitmask(field) (char *)__get_dynamic_array(field) argument
|
/linux-4.4.14/arch/cris/include/uapi/arch-v10/arch/ |
D | sv_addr_ag.h | 28 #define IO_MASK(reg, field) IO_MASK_ (reg##_, field##_) argument 34 #define IO_STATE(reg, field, state) IO_STATE_ (reg##_, field##_, _##state) argument 40 #define IO_EXTRACT(reg, field, val) IO_EXTRACT_ (reg##_, field##_, val) argument 46 #define IO_STATE_VALUE(reg, field, state) \ argument 52 #define IO_FIELD(reg, field, val) IO_FIELD_ (reg##_, field##_, val) argument 57 #define IO_BITNR(reg, field) IO_BITNR_ (reg##_, field##_) argument 61 #define IO_WIDTH(reg, field) IO_WIDTH_ (reg##_, field##_) argument
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 27 #define REG_MASK( scope, reg, field ) \ argument 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_sap_in_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 27 #define REG_MASK( scope, reg, field ) \ argument 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_sap_out_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 27 #define REG_MASK( scope, reg, field ) \ argument 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_scrc_in_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_scrc_out_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_fifo_out_extra_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_crc_par_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_fifo_in_extra_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_trigger_grp_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_mpu_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_sap_in_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_fifo_in_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_timer_grp_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_fifo_out_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_dmc_in_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_dmc_out_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | iop_sap_out_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/asm/ |
D | irq_nmi_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | strcop_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | cris_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | strmux_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | config_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | rt_trace_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | timer_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | ata_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | mmu_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | bif_slave_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | gio_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | marb_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 325 #define REG_FIELD( scope, reg, field, value ) \ argument 331 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 337 #define REG_MASK( scope, reg, field ) \ argument 343 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 347 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | dma_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | bif_core_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | ser_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | intr_vect_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
/linux-4.4.14/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 327 #define ata_link_show_linkspeed(field, format) \ argument 337 #define ata_link_linkspeed_attr(field, format) \ argument 453 #define ata_dev_show_class(title, field) \ argument 463 #define ata_dev_attr(title, field) \ argument 473 #define ata_dev_show_simple(field, format_string, cast) \ argument 483 #define ata_dev_simple_attr(field, format_string, type) \ argument 689 #define SETUP_TEMPLATE(attrb, field, perm, test) \ argument 696 #define SETUP_LINK_ATTRIBUTE(field) \ argument [all …]
|
/linux-4.4.14/kernel/trace/ |
D | trace_output.c | 27 struct bputs_entry *field; in trace_print_bputs_msg_only() local 40 struct bprint_entry *field; in trace_print_bprintk_msg_only() local 53 struct print_entry *field; in trace_print_printk_msg_only() local 777 struct ftrace_entry *field; in trace_fn_trace() local 797 struct ftrace_entry *field; in trace_fn_raw() local 811 struct ftrace_entry *field; in trace_fn_hex() local 825 struct ftrace_entry *field; in trace_fn_bin() local 852 struct ctx_switch_entry *field; in trace_ctxwake_print() local 889 struct ctx_switch_entry *field; in trace_ctxwake_raw() local 924 struct ctx_switch_entry *field; in trace_ctxwake_hex() local [all …]
|
D | trace_mmiotrace.c | 173 struct trace_mmiotrace_rw *field; in mmio_print_rw() local 218 struct trace_mmiotrace_map *field; in mmio_print_map() local
|
D | trace_kprobe.c | 1007 struct kprobe_trace_entry_head *field; in print_kprobe_event() local 1038 struct kretprobe_trace_entry_head *field; in print_kretprobe_event() local 1075 struct kprobe_trace_entry_head field; in kprobe_event_define_fields() local 1098 struct kretprobe_trace_entry_head field; in kretprobe_event_define_fields() local
|
D | trace_events_filter.c | 964 static bool is_function_field(struct ftrace_event_field *field) in is_function_field() 969 static bool is_string_field(struct ftrace_event_field *field) in is_string_field() 976 static bool is_legal_op(struct ftrace_event_field *field, int op) in is_legal_op() 1031 struct ftrace_event_field *field, in init_pred() 1399 struct ftrace_event_field *field; in create_pred() local 2208 struct ftrace_event_field *field = pred->field; in ftrace_function_check_pred() local 2401 struct ftrace_event_field *field = pred->field; in test_pred_visited_fn() local 2415 struct ftrace_event_field *field = pred->field; in test_walk_pred_cb() local
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | bitfield.h | 15 #define __BITFIELD_FIELD(field, more) \ argument 21 #define __BITFIELD_FIELD(field, more) \ argument
|
/linux-4.4.14/tools/lib/traceevent/ |
D | plugin_sched_switch.c | 47 static void write_and_save_comm(struct format_field *field, in write_and_save_comm() 71 struct format_field *field; in sched_wakeup_handler() local 100 struct format_field *field; in sched_switch_handler() local
|
D | event-parse.c | 1311 static int field_is_string(struct format_field *field) in field_is_string() 1321 static int field_is_dynamic(struct format_field *field) in field_is_dynamic() 1329 static int field_is_long(struct format_field *field) in field_is_long() 1368 struct format_field *field = NULL; in event_read_fields() local 2085 char *field; in process_entry() local 2123 struct print_arg *field; in alloc_and_process_delim() local 2453 struct print_flag_sym *field; in process_fields() local 2532 struct print_arg *field; in process_flags() local 2585 struct print_arg *field; in process_symbols() local 2671 struct format_field *field; in process_dynamic_array() local [all …]
|
D | plugin_kmem.c | 29 struct format_field *field; in call_site_handler() local
|
D | event-parse.h | 225 struct format_field *field; member 240 struct print_arg *field; member 246 struct print_arg *field; member 251 struct print_arg *field; member 256 struct print_arg *field; member 262 struct format_field *field; member 305 struct print_arg_field field; member 860 struct format_field *field; member 891 struct format_field *field; member 901 struct filter_arg_field field; member
|
/linux-4.4.14/drivers/hid/ |
D | hid-icade.c | 167 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()
|
D | hid-input.c | 211 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res() 398 … bool hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field) in hidinput_setup_battery() 478 struct hid_field *field) in hidinput_setup_battery() 488 static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, in hidinput_configure_usage() 1057 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event() 1188 …_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) in hidinput_find_field() 1208 struct hid_field *field; in hidinput_get_led_field() local 1228 struct hid_field *field; in hidinput_count_leds() local 1251 struct hid_field *field; in hidinput_led_worker() local 1298 struct hid_field *field; in hidinput_input_event() local
|
D | hid-multitouch.c | 348 struct hid_field *field, struct hid_usage *usage) in mt_feature_mapping() 408 struct hid_field *field, int snratio) in set_abs() 429 struct hid_field *field, struct hid_usage *usage, in mt_touch_input_mapping() 578 struct hid_field *field, struct hid_usage *usage, in mt_touch_input_mapped() 668 static int mt_touch_event(struct hid_device *hid, struct hid_field *field, in mt_touch_event() 678 static void mt_process_mt_event(struct hid_device *hid, struct hid_field *field, in mt_process_mt_event() 751 struct hid_field *field; in mt_touch_report() local 760 struct hid_field *field = report->field[td->cc_index]; in mt_touch_report() local 819 struct hid_field *field, struct hid_usage *usage, in mt_input_mapping() 859 struct hid_field *field, struct hid_usage *usage, in mt_input_mapped() [all …]
|
D | hid-speedlink.c | 29 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()
|
D | hid-gyration.c | 28 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()
|
D | hid-ezkey.c | 29 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()
|
D | hid-microsoft.c | 142 struct hid_field *field, struct hid_usage *usage, in ms_input_mapping() 161 struct hid_field *field, struct hid_usage *usage, in ms_input_mapped() 172 static int ms_event(struct hid_device *hdev, struct hid_field *field, in ms_event()
|
D | hid-a4tech.c | 36 struct hid_field *field, struct hid_usage *usage, in a4_input_mapped() 50 static int a4_event(struct hid_device *hdev, struct hid_field *field, in a4_event()
|
D | hid-cypress.c | 52 struct hid_field *field, struct hid_usage *usage, in cp_input_mapped() 68 static int cp_event(struct hid_device *hdev, struct hid_field *field, in cp_event()
|
D | hid-samsung.c | 101 struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, in samsung_kbd_mouse_input_mapping() 142 struct hid_field *field, struct hid_usage *usage, in samsung_input_mapping()
|
D | hid-apple.c | 270 static int apple_event(struct hid_device *hdev, struct hid_field *field, in apple_event() 333 struct hid_field *field, struct hid_usage *usage, in apple_input_mapping() 349 struct hid_field *field, struct hid_usage *usage, in apple_input_mapped()
|
D | hid-lg.c | 552 struct hid_field *field, struct hid_usage *usage, in lg_input_mapping() 605 struct hid_field *field, struct hid_usage *usage, in lg_input_mapped() 643 static int lg_event(struct hid_device *hdev, struct hid_field *field, in lg_event()
|
D | hid-xinmo.c | 28 static int xinmo_event(struct hid_device *hdev, struct hid_field *field, in xinmo_event()
|
D | hid-penmount.c | 22 struct hid_input *hi, struct hid_field *field, in penmount_input_mapping()
|
D | hid-kensington.c | 24 struct hid_field *field, struct hid_usage *usage, in ks_input_mapping()
|
D | hid-topseed.c | 30 struct hid_field *field, struct hid_usage *usage, in ts_input_mapping()
|
D | hid-twinhan.c | 64 struct hid_field *field, struct hid_usage *usage, in twinhan_input_mapping()
|
D | hid-lg4ff.h | 12 static inline int lg4ff_adjust_input_event(struct hid_device *hid, struct hid_field *field, in lg4ff_adjust_input_event()
|
D | hid-lcpower.c | 24 struct hid_field *field, struct hid_usage *usage, in ts_input_mapping()
|
D | hid-tivo.c | 26 struct hid_field *field, struct hid_usage *usage, in tivo_input_mapping()
|
D | wacom_wac.c | 1479 struct hid_field *field, __u8 type, __u16 code, int fuzz) in wacom_map_usage() 1505 struct hid_field *field, struct hid_usage *usage) in wacom_wac_pen_usage_mapping() 1544 static int wacom_wac_pen_event(struct hid_device *hdev, struct hid_field *field, in wacom_wac_pen_event() 1609 struct hid_field *field, struct hid_usage *usage) in wacom_wac_finger_usage_mapping() 1701 struct hid_field *field, struct hid_usage *usage, __s32 value) in wacom_wac_finger_event() 1752 struct hid_field *field = report->field[i]; in wacom_wac_finger_pre_report() local 1769 struct hid_field *field = report->field[hid_data->cc_index]; in wacom_wac_finger_pre_report() local 1805 struct hid_field *field, struct hid_usage *usage) in wacom_wac_usage_mapping() 1821 int wacom_wac_event(struct hid_device *hdev, struct hid_field *field, in wacom_wac_event() 1843 struct hid_field *field; in wacom_report_events() local [all …]
|
D | hid-cherry.c | 42 struct hid_field *field, struct hid_usage *usage, in ch_input_mapping()
|
D | hid-sunplus.c | 39 struct hid_field *field, struct hid_usage *usage, in sp_input_mapping()
|
D | hid-monterey.c | 37 struct hid_field *field, struct hid_usage *usage, in mr_input_mapping()
|
D | hid-chicony.c | 30 struct hid_field *field, struct hid_usage *usage, in ch_input_mapping()
|
D | hid-lenovo.c | 77 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_tpkbd() 90 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping_cptkbd() 164 struct hid_input *hi, struct hid_field *field, in lenovo_input_mapping() 321 struct hid_field *field, struct hid_usage *usage, __s32 value) in lenovo_event_cptkbd() 355 static int lenovo_event(struct hid_device *hdev, struct hid_field *field, in lenovo_event()
|
D | hid-petalynx.c | 41 struct hid_field *field, struct hid_usage *usage, in pl_input_mapping()
|
D | hid-belkin.c | 30 struct hid_field *field, struct hid_usage *usage, in belkin_input_mapping()
|
D | hid-uclogic.c | 720 struct hid_field *field, struct hid_usage *usage, in uclogic_input_mapping() 739 struct hid_field *field; in uclogic_input_configured() local
|
D | hid-core.c | 96 struct hid_field *field; in hid_register_field() local 224 struct hid_field *field; in hid_add_field() local 1198 static void hid_process_event(struct hid_device *hid, struct hid_field *field, in hid_process_event() 1229 static void hid_input_field(struct hid_device *hid, struct hid_field *field, in hid_input_field() 1286 struct hid_field *field, __u8 *data) in hid_output_field() 1343 int hid_set_field(struct hid_field *field, unsigned offset, __s32 value) in hid_set_field()
|
D | hid-sensor-hub.c | 99 s32 index, s32 report_id, struct hid_field *field) in sensor_hub_fill_attr_info() 341 struct hid_field *field; in hid_sensor_get_usage_index() local 368 struct hid_field *field; in sensor_hub_input_get_attribute_info() local
|
D | hid-gfrm.c | 32 struct hid_field *field, struct hid_usage *usage, in gfrm_input_mapping()
|
D | hid-plantronics.c | 44 struct hid_field *field, in plantronics_input_mapping()
|
D | hid-zydacron.c | 49 struct hid_field *field, struct hid_usage *usage, in zc_input_mapping()
|
D | hid-saitek.c | 154 static int saitek_event(struct hid_device *hdev, struct hid_field *field, in saitek_event()
|
D | hid-holtekff.c | 88 struct hid_field *field; member
|
D | hid-ntrig.c | 459 struct hid_field *field, struct hid_usage *usage, in ntrig_input_mapping() 550 struct hid_field *field, struct hid_usage *usage, in ntrig_input_mapped() 570 static int ntrig_event (struct hid_device *hid, struct hid_field *field, in ntrig_event()
|
D | hid-tmff.c | 145 struct hid_field *field = report->field[fieldnum]; in tmff_init() local
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 181 struct tcm_area field = {0}; in sita_reserve_1d() local 275 struct tcm_area *field, struct tcm_area *area) in scan_r2l_t2b() 349 struct tcm_area *field, struct tcm_area *area) in scan_l2r_t2b() 425 struct tcm_area *field, struct tcm_area *area) in scan_r2l_b2t_one_dim() 506 struct tcm_area field = {0}; in scan_areas_and_find_fit() local 603 struct tcm_area *field, s32 criteria, in update_candidate() 655 static void get_nearness_factor(struct tcm_area *field, struct tcm_area *area, in get_nearness_factor()
|
/linux-4.4.14/net/mac80211/ |
D | debugfs_netdev.c | 70 #define IEEE80211_IF_FMT(name, field, format_string) \ argument 77 #define IEEE80211_IF_FMT_DEC(name, field) \ argument 79 #define IEEE80211_IF_FMT_HEX(name, field) \ argument 81 #define IEEE80211_IF_FMT_LHEX(name, field) \ argument 83 #define IEEE80211_IF_FMT_SIZE(name, field) \ argument 86 #define IEEE80211_IF_FMT_HEXARRAY(name, field) \ argument 101 #define IEEE80211_IF_FMT_ATOMIC(name, field) \ argument 109 #define IEEE80211_IF_FMT_MAC(name, field) \ argument 117 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, field) \ argument 167 #define IEEE80211_IF_FILE(name, field, format) \ argument
|
D | debugfs_sta.c | 22 #define STA_READ(name, field, format_string) \ argument 31 #define STA_READ_D(name, field) STA_READ(name, field, "%d\n") argument 48 #define STA_FILE(name, field, format) \ argument 327 #define DEBUGFS_ADD_COUNTER(name, field) \ argument
|
/linux-4.4.14/drivers/hwspinlock/ |
D | qcom_hwspinlock.c | 33 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
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 148 #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
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | bitfield.h | 48 #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 …]
|
D | ethtool.c | 34 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 45 static u64 efx_get_uint_stat(void *field) in efx_get_uint_stat() 50 static u64 efx_get_atomic_stat(void *field) in efx_get_atomic_stat() 55 #define EFX_ETHTOOL_ATOMIC_NIC_ERROR_STAT(field) \ argument 59 #define EFX_ETHTOOL_UINT_CHANNEL_STAT(field) \ argument 63 #define EFX_ETHTOOL_UINT_TXQ_STAT(field) \ argument
|
/linux-4.4.14/arch/arm/mach-at91/ |
D | pm.h | 23 #define at91_ramc_read(id, field) \ argument 26 #define at91_ramc_write(id, field, value) \ argument
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cthardware.c | 68 unsigned int get_field(unsigned int data, unsigned int field) in get_field() 81 void set_field(unsigned int *data, unsigned int field, unsigned int value) in set_field()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 1651 struct req_msg_field *field; in req_layout_init() local 1832 const struct req_msg_field *field, in __req_capsule_offset() 1854 const struct req_msg_field *field, in swabber_dumper_helper() 1932 const struct req_msg_field *field, in __req_capsule_get() 2002 const struct req_msg_field *field) in req_capsule_client_get() 2015 const struct req_msg_field *field, in req_capsule_client_swab_get() 2030 const struct req_msg_field *field, in req_capsule_client_sized_get() 2043 const struct req_msg_field *field) in req_capsule_server_get() 2056 const struct req_msg_field *field, in req_capsule_server_swab_get() 2071 const struct req_msg_field *field, in req_capsule_server_sized_get() [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/ |
D | config_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | timer_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | gio_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | bif_core_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 30 #define REG_MASK( scope, reg, field ) \ argument 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtl819x_BA.h | 35 } field; member 46 } field; member 56 } field; member
|
/linux-4.4.14/kernel/sched/ |
D | stats.h | 32 # define schedstat_inc(rq, field) do { (rq)->field++; } while (0) argument 33 # define schedstat_add(rq, field, amt) do { (rq)->field += (amt); } while (0) argument 45 # define schedstat_inc(rq, field) do { } while (0) argument 46 # define schedstat_add(rq, field, amt) do { } while (0) argument
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 212 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
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BA.h | 34 }field; member 45 } field; member 55 } field; member
|
/linux-4.4.14/drivers/firmware/ |
D | dmi-id.c | 18 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
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sdram-nokia.c | 183 #define SDRC_SET_ONE(reg, st, end, field, rate) \ argument 188 #define SDRC_SET_ONE(reg, st, end, field, rate) \ argument 221 #define SDRC_SET_ONE_PS(reg, st, end, field, rate) \ argument 228 #define SDRC_SET_ONE_PS(reg, st, end, field, rate) \ argument
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | cpufeature.h | 120 cpuid_feature_extract_field_width(u64 features, int field, int width) in cpuid_feature_extract_field_width() 126 cpuid_feature_extract_field(u64 features, int field) in cpuid_feature_extract_field() 132 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) in cpuid_feature_extract_unsigned_field_width() 138 cpuid_feature_extract_unsigned_field(u64 features, int field) in cpuid_feature_extract_unsigned_field()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trans.c | 290 uint field, in xfs_trans_mod_sb() 483 uint8_t *field, in xfs_sb_mod8() 499 uint32_t *field, in xfs_sb_mod32() 515 uint64_t *field, in xfs_sb_mod64()
|
D | xfs_trans_dquot.c | 151 uint field, in xfs_trans_mod_dquot_byino() 208 uint field, in xfs_trans_mod_dquot()
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/asm/ |
D | clkgen_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 27 #define REG_MASK( scope, reg, field ) \ argument 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | timer_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 27 #define REG_MASK( scope, reg, field ) \ argument 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | ddr2_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 27 #define REG_MASK( scope, reg, field ) \ argument 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
D | pio_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 27 #define REG_MASK( scope, reg, field ) \ argument 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf-core.c | 148 enum v4l2_field field, in videobuf_queue_core_init() 300 enum v4l2_field field = q->field; in videobuf_next_field() local 531 enum v4l2_field field; in videobuf_qbuf() local 791 enum v4l2_field field; in videobuf_read_zerocopy() local 879 enum v4l2_field field; in videobuf_read_one() local 964 enum v4l2_field field; in __videobuf_read_start() local
|
/linux-4.4.14/scripts/ |
D | makelst | 15 field() { function
|
D | gen_initramfs_list.sh | 41 field() { function
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | iomux-imx31.c | 49 u32 field; in mxc_iomux_mode() local 73 u32 field, l; in mxc_iomux_set_pad() local
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 96 static void define_symbolic_values(struct print_flag_sym *field, in define_symbolic_values() 154 static void define_flag_values(struct print_flag_sym *field, in define_flag_values() 253 struct format_field *field; in perl_process_tracepoint() local
|
/linux-4.4.14/drivers/regulator/ |
D | tps6524x-regulator.c | 120 struct field { struct 132 struct field enable, voltage, ilimsel; argument 282 static int read_field(struct tps6524x *hw, const struct field *field) in read_field() 293 static int write_field(struct tps6524x *hw, const struct field *field, in write_field()
|
/linux-4.4.14/drivers/sh/superhyway/ |
D | superhyway-sysfs.c | 17 #define superhyway_ro_attr(name, fmt, field) \ argument
|
/linux-4.4.14/scripts/mod/ |
D | devicetable-offsets.c | 5 #define DEVID_FIELD(devid, field) \ argument
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | psargs.c | 488 union acpi_parse_object *field; in acpi_ps_get_next_field() local 716 union acpi_parse_object *field; in acpi_ps_get_next_arg() local
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | basic_types.h | 36 #define FIELD_OFFSET(s, field) ((addr_t)&((s *)(0))->field) argument
|
/linux-4.4.14/sound/aoa/soundbus/ |
D | sysfs.c | 6 #define soundbus_config_of_attr(field, format_string) \ argument
|
/linux-4.4.14/tools/perf/tests/ |
D | evsel-tp-sched.c | 10 struct format_field *field = perf_evsel__field(evsel, name); in perf_evsel__test_field() local
|
D | attr.c | 58 #define WRITE_ASS(field, fmt) __WRITE_ASS(field, fmt, attr->field) argument
|
/linux-4.4.14/drivers/watchdog/ |
D | sama5d4_wdt.c | 47 #define wdt_read(wdt, field) \ argument 50 #define wdt_write(wtd, field, val) \ argument
|
D | at91sam9_wdt.c | 43 #define wdt_read(wdt, field) \ argument 45 #define wdt_write(wtd, field, val) \ argument
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hiddev.c | 135 struct hid_field *field; in hiddev_lookup_usage() local 187 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event() 456 struct hid_field *field; in hiddev_ioctl_usage() local 606 struct hid_field *field; in hiddev_ioctl() local
|
D | hid-pidff.c | 152 struct hid_field *field; member 204 static int pidff_rescale(int i, int max, struct hid_field *field) in pidff_rescale() 213 static int pidff_rescale_signed(int i, struct hid_field *field) in pidff_rescale_signed() 733 struct hid_field *field = in pidff_autocenter() local 925 #define PIDFF_FIND_SPECIAL_KEYS(keys, field, name) \ argument
|
/linux-4.4.14/arch/powerpc/mm/ |
D | vphn.c | 28 const __be16 *field = (const __be16 *) be_packed; in vphn_unpack_associativity() local
|
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/ |
D | vphn.c | 28 const __be16 *field = (const __be16 *) be_packed; in vphn_unpack_associativity() local
|
/linux-4.4.14/include/linux/ |
D | hiddev.h | 51 static inline void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event()
|
D | genhd.h | 323 #define __part_stat_add(cpu, part, field, addnd) \ argument 326 #define part_stat_read(part, field) \ argument 361 #define __part_stat_add(cpu, part, field, addnd) \ argument 364 #define part_stat_read(part, field) ((part)->dkstats.field) argument 382 #define part_stat_add(cpu, part, field, addnd) do { \ argument 389 #define part_stat_dec(cpu, gendiskp, field) \ argument 391 #define part_stat_inc(cpu, gendiskp, field) \ argument 393 #define part_stat_sub(cpu, gendiskp, field, subnd) \ argument
|
D | rbtree.h | 120 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument
|
D | dmi.h | 118 static inline const char * dmi_get_system_info(int field) { return NULL; } in dmi_get_system_info() 124 static inline bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) in dmi_get_date()
|
/linux-4.4.14/arch/mips/kernel/ |
D | traps.c | 166 const int field = 2 * sizeof(unsigned long); in show_stacktrace() local 245 const int field = 2 * sizeof(unsigned long); in __show_regs() local 349 const int field = 2 * sizeof(unsigned long); in show_registers() local 433 const int field = 2 * sizeof(unsigned long); in do_be() local 1732 const int field = 2 * sizeof(unsigned long); in cache_parity_error() local 1780 const int field = 2 * sizeof(unsigned long); in do_ftlb() local 1812 const int field = 2 * sizeof(unsigned long); in ejtag_exception_handler() local
|
/linux-4.4.14/include/media/ |
D | videobuf2-v4l2.h | 41 __u32 field; member
|
D | videobuf-core.h | 75 enum v4l2_field field; member 145 enum v4l2_field field; member
|
/linux-4.4.14/tools/perf/util/ |
D | trace-event-parse.c | 36 struct format_field *field; in get_common_field() local 98 struct format_field *field; in raw_field_value() local
|
D | data-convert-bt.c | 87 struct bt_ctf_field *field; in value_set() local 214 struct bt_ctf_field *field; in add_tracepoint_field_value() local 323 struct format_field *field; in add_tracepoint_fields_values() local 650 struct format_field *field) in event_class_add_field() 692 struct format_field *field; in add_tracepoint_fields_types() local
|
/linux-4.4.14/arch/score/mm/ |
D | fault.c | 50 const int field = sizeof(unsigned long) * 2; in do_page_fault() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 149 u64 field = 0; in average_read() local 439 u64 field; in dbg_read() local 488 int rsn, char **field, int nfile, void *data) in add_res_tree()
|
/linux-4.4.14/drivers/usb/core/ |
D | sysfs.c | 20 #define usb_actconfig_show(field, format_string) \ argument 38 #define usb_actconfig_attr(field, format_string) \ argument 642 #define usb_descriptor_attr_le16(field, format_string) \ argument 659 #define usb_descriptor_attr(field, format_string) \ argument 888 #define usb_intf_assoc_attr(field, format_string) \ argument 907 #define usb_intf_attr(field, format_string) \ argument
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | dma.c | 14 #define SETS(var, reg, field, val) var = (var & ~IO_MASK_(reg##_, field##_)) | \ argument
|
/linux-4.4.14/arch/mips/sgi-ip32/ |
D | crime.c | 29 const int field = 2 * sizeof(unsigned long); in crime_init() local
|
/linux-4.4.14/include/net/sctp/ |
D | sctp.h | 178 #define SCTP_INC_STATS(net, field) SNMP_INC_STATS((net)->sctp.sctp_statistics, field) argument 179 #define SCTP_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->sctp.sctp_statistics, field) argument 180 #define SCTP_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)->sctp.sctp_statistics, field) argument 181 #define SCTP_DEC_STATS(net, field) SNMP_DEC_STATS((net)->sctp.sctp_statistics, field) argument
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | ip22-berr.c | 90 const int field = 2 * sizeof(unsigned long); in ip22_be_interrupt() local
|
/linux-4.4.14/drivers/macintosh/ |
D | macio_sysfs.c | 6 #define macio_config_of_attr(field, format_string) \ argument
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-at91rm9200.c | 40 #define at91_rtc_read(field) \ argument 42 #define at91_rtc_write(field, val) \ argument
|
D | rtc-at91sam9.c | 86 #define rtt_readl(rtc, field) \ argument 88 #define rtt_writel(rtc, field, val) \ argument
|
/linux-4.4.14/drivers/media/platform/ti-vpe/ |
D | vpdma.c | 258 static void write_field_reg(struct vpdma_data *vpdma, int offset, u32 field, in write_field_reg() 632 int field = 0; in vpdma_add_out_dtd() local 700 enum vpdma_channel chan, int field, u32 flags, int frame_width, in vpdma_add_in_dtd()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_sysfs.c | 51 #define CODEC_INFO_SHOW(type, field) \ argument 60 #define CODEC_INFO_STR_SHOW(type, field) \ argument 165 #define CODEC_INFO_STORE(type, field) \ argument 179 #define CODEC_INFO_STR_STORE(type, field) \ argument
|
/linux-4.4.14/drivers/memory/ |
D | omap-gpmc.c | 475 #define GPMC_GET_RAW(reg, st, end, field) \ argument 477 #define GPMC_GET_RAW_MAX(reg, st, end, max, field) \ argument 479 #define GPMC_GET_RAW_BOOL(reg, st, end, field) \ argument 481 #define GPMC_GET_RAW_SHIFT_MAX(reg, st, end, shift, max, field) \ argument 483 #define GPMC_GET_TICKS(reg, st, end, field) \ argument 485 #define GPMC_GET_TICKS_CD(reg, st, end, field, cd) \ argument 487 #define GPMC_GET_TICKS_CD_MAX(reg, st, end, max, field, cd) \ argument 628 #define GPMC_SET_ONE_CD_MAX(reg, st, end, max, field, cd) \ argument 633 #define GPMC_SET_ONE(reg, st, end, field) \ argument
|
/linux-4.4.14/drivers/base/regmap/ |
D | regmap.c | 997 struct regmap_field *field) in devm_regmap_field_free() 1033 void regmap_field_free(struct regmap_field *field) in regmap_field_free() 1607 int regmap_field_write(struct regmap_field *field, unsigned int val) in regmap_field_write() 1625 int regmap_field_update_bits(struct regmap_field *field, unsigned int mask, unsigned int val) in regmap_field_update_bits() 1644 int regmap_fields_write(struct regmap_field *field, unsigned int id, in regmap_fields_write() 1656 int regmap_fields_force_write(struct regmap_field *field, unsigned int id, in regmap_fields_force_write() 1680 int regmap_fields_update_bits(struct regmap_field *field, unsigned int id, in regmap_fields_update_bits() 2350 int regmap_field_read(struct regmap_field *field, unsigned int *val) in regmap_field_read() 2376 int regmap_fields_read(struct regmap_field *field, unsigned int id, in regmap_fields_read()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | ud_header.c | 41 #define STRUCT_FIELD(header, field) \ argument
|
/linux-4.4.14/include/trace/events/ |
D | v4l2.h | 36 #define show_field(field) \ argument
|
/linux-4.4.14/arch/mips/mm/ |
D | fault.c | 45 const int field = sizeof(unsigned long) * 2; in __do_page_fault() local
|
/linux-4.4.14/arch/mips/lib/ |
D | dump_tlb.c | 18 const int field = 2 * sizeof(unsigned long); in dump_tlb_regs() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | sysfb_efi.c | 71 #define choose_value(dmivalue, fwvalue, field, flags) ({ \ argument
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-usb-isoc.h | 42 int vfield, field; member
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-gemtek.c | 131 #define MKMASK(field) (((1<<BU2614_##field##_BITS) - 1) << \ argument 147 #define gemtek_bu2614_set(dev, field, data) ((dev)->bu2614data = \ argument
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.h | 206 #define SET_VAL(field, val) \ argument 209 #define SET_BIT(field) \ argument 220 #define GET_VAL(field, src) \ argument 223 #define GET_BIT(field, src) \ argument
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be.h | 161 #define AMAP_BIT_OFFSET(_struct, field) \ argument 178 #define AMAP_SET_BITS(_struct, field, ptr, val) \ argument 191 #define AMAP_GET_BITS(_struct, field, ptr) \ argument
|
/linux-4.4.14/drivers/net/phy/ |
D | mdio-octeon.c | 32 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument 37 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
|
/linux-4.4.14/drivers/input/mouse/ |
D | trackpoint.c | 131 unsigned char *field = (unsigned char *)((char *)tp + attr->field_offset); in trackpoint_set_int_attr() local 160 unsigned char *field = (unsigned char *)((char *)tp + attr->field_offset); in trackpoint_set_bit_attr() local
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | core.c | 199 unsigned int field, u32 value) in sh_pfc_write_config_reg() 321 unsigned int field; in sh_pfc_config_mux() local
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 30 #define FIELDINFO(_struct, field) FIELD_SIZEOF(_struct, field), \ argument 32 #define DRVSTAT_TX_INFO(field) #field, DRVSTAT_TX,\ argument 34 #define DRVSTAT_RX_INFO(field) #field, DRVSTAT_RX,\ argument 36 #define DRVSTAT_INFO(field) #field, DRVSTAT,\ argument
|
/linux-4.4.14/drivers/zorro/ |
D | zorro-sysfs.c | 25 #define zorro_config_attr(name, field, format_string) \ argument
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00mmio.c | 37 const struct rt2x00_field32 field, in rt2x00mmio_regbusy_read()
|
/linux-4.4.14/net/dccp/ |
D | dccp.h | 201 #define DCCP_INC_STATS(field) SNMP_INC_STATS(dccp_statistics, field) argument 202 #define DCCP_INC_STATS_BH(field) SNMP_INC_STATS_BH(dccp_statistics, field) argument 203 #define DCCP_DEC_STATS(field) SNMP_DEC_STATS(dccp_statistics, field) argument
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_console.c | 156 #define SIZEOF_FIELD(s, field) sizeof(((s *)NULL)->field) argument 168 #define CVMX_BOOTMEM_DESC_GET_FIELD(oct, field) \ argument 187 #define CVMX_BOOTMEM_NAMED_GET_FIELD(oct, addr, field) \ argument
|
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/ |
D | adma.h | 249 struct iop13xx_adma_desc_ctrl field; in iop_desc_init_memcpy() member 265 struct iop13xx_adma_desc_ctrl field; in iop_desc_init_memset() member 284 struct iop13xx_adma_desc_ctrl field; in iop_desc_init_xor() member 305 struct iop13xx_adma_desc_ctrl field; in iop_desc_init_zero_sum() member 327 struct iop13xx_adma_desc_ctrl field; in iop_desc_init_pq() member 346 struct iop13xx_adma_desc_ctrl field; in iop_desc_init_pq_zero_sum() member
|
/linux-4.4.14/net/irda/ |
D | qos.c | 223 static inline int value_lower_bits(__u32 value, __u32 *array, int size, __u16 *field) in value_lower_bits() 249 static inline int value_highest_bit(__u32 value, __u32 *array, int size, __u16 *field) in value_highest_bit()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | cputype.h | 258 int field) in cpuid_feature_extract_field() 269 #define cpuid_feature_extract(reg, field) \ argument
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | drv_types.h | 138 #define RGTRY_OFT(field) ((u32)FIELD_OFFSET(struct registry_priv, field)) argument 139 #define RGTRY_SZ(field) sizeof(((struct registry_priv *)0)->field) argument 140 #define BSSID_OFT(field) ((u32)FIELD_OFFSET(struct wlan_bssid_ex, field)) argument 141 #define BSSID_SZ(field) sizeof(((struct wlan_bssid_ex *)0)->field) argument
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | user_sdma.h | 62 #define EXP_TID_GET(tid, field) \ argument
|
D | file_ops.c | 164 #define HFI1_MMAP_TOKEN_SET(field, val) \ argument 166 #define HFI1_MMAP_TOKEN_GET(field, token) \ argument 175 #define EXP_TID_SET(field, value) \ argument 178 #define EXP_TID_CLEAR(tid, field) { \ argument 182 #define EXP_TID_RESET(tid, field, value) do { \ argument
|
/linux-4.4.14/arch/x86/tools/ |
D | test_get_len.c | 60 struct insn_field *field) in dump_field()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.h | 21 #define CORE_CC_REG(base, field) \ argument
|
/linux-4.4.14/security/integrity/ima/ |
D | ima.h | 241 static inline int security_filter_rule_init(u32 field, u32 op, char *rulestr, in security_filter_rule_init() 247 static inline int security_filter_rule_match(u32 secid, u32 field, u32 op, in security_filter_rule_match()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 704 #define GBE_STATSA_INFO(field) \ argument 711 #define GBE_STATSB_INFO(field) \ argument 718 #define GBE_STATSC_INFO(field) \ argument 725 #define GBE_STATSD_INFO(field) \ argument 878 #define GBENU_STATS_HOST(field) \ argument 888 #define GBENU_STATS_P1(field) \ argument 895 #define GBENU_STATS_P2(field) \ argument 902 #define GBENU_STATS_P3(field) \ argument 909 #define GBENU_STATS_P4(field) \ argument 916 #define GBENU_STATS_P5(field) \ argument [all …]
|
/linux-4.4.14/scripts/gdb/linux/ |
D | utils.py | 45 def offset_of(typeobj, field): argument
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-streams.c | 122 enum v4l2_field field) in cx18_prepare_buffer() 216 enum v4l2_field field) in buffer_prepare()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.c | 199 u8 field; in mlx4_QUERY_FUNC() local 256 u8 field, port; in mlx4_QUERY_FUNC_CAP_wrapper() local 451 u8 field, op_modifier; in mlx4_QUERY_FUNC_CAP() local 633 u8 field; in mlx4_QUERY_DEV_CAP() local 1062 u8 field; in mlx4_QUERY_PORT() local 1150 u8 field; in mlx4_QUERY_DEV_CAP_wrapper() local 1337 u16 field; in mlx4_get_slave_pkey_gid_tbl_len() local 2121 u16 field; in mlx4_INIT_PORT() local
|