/linux/include/linux/ |
H A D | packing.h | 41 #define CHECK_PACKED_FIELD_OVERLAP(fields, index1, index2) ({ \ argument 57 #define CHECK_PACKED_FIELD(fields, index) ({ \ argument 79 CHECK_PACKED_FIELDS_SIZE(fields,pbuflen) global() argument 134 CHECK_PACKED_FIELDS_1(fields) global() argument 137 CHECK_PACKED_FIELDS_2(fields) global() argument 142 CHECK_PACKED_FIELDS_3(fields) global() argument 147 CHECK_PACKED_FIELDS_4(fields) global() argument 152 CHECK_PACKED_FIELDS_5(fields) global() argument 157 CHECK_PACKED_FIELDS_6(fields) global() argument 162 CHECK_PACKED_FIELDS_7(fields) global() argument 167 CHECK_PACKED_FIELDS_8(fields) global() argument 172 CHECK_PACKED_FIELDS_9(fields) global() argument 177 CHECK_PACKED_FIELDS_10(fields) global() argument 182 CHECK_PACKED_FIELDS_11(fields) global() argument 187 CHECK_PACKED_FIELDS_12(fields) global() argument 192 CHECK_PACKED_FIELDS_13(fields) global() argument 197 CHECK_PACKED_FIELDS_14(fields) global() argument 202 CHECK_PACKED_FIELDS_15(fields) global() argument 207 CHECK_PACKED_FIELDS_16(fields) global() argument 212 CHECK_PACKED_FIELDS_17(fields) global() argument 217 CHECK_PACKED_FIELDS_18(fields) global() argument 222 CHECK_PACKED_FIELDS_19(fields) global() argument 227 CHECK_PACKED_FIELDS_20(fields) global() argument 232 CHECK_PACKED_FIELDS_21(fields) global() argument 237 CHECK_PACKED_FIELDS_22(fields) global() argument 242 CHECK_PACKED_FIELDS_23(fields) global() argument 247 CHECK_PACKED_FIELDS_24(fields) global() argument 252 CHECK_PACKED_FIELDS_25(fields) global() argument 257 CHECK_PACKED_FIELDS_26(fields) global() argument 262 CHECK_PACKED_FIELDS_27(fields) global() argument 267 CHECK_PACKED_FIELDS_28(fields) global() argument 272 CHECK_PACKED_FIELDS_29(fields) global() argument 277 CHECK_PACKED_FIELDS_30(fields) global() argument 282 CHECK_PACKED_FIELDS_31(fields) global() argument 287 CHECK_PACKED_FIELDS_32(fields) global() argument 292 CHECK_PACKED_FIELDS_33(fields) global() argument 297 CHECK_PACKED_FIELDS_34(fields) global() argument 302 CHECK_PACKED_FIELDS_35(fields) global() argument 307 CHECK_PACKED_FIELDS_36(fields) global() argument 312 CHECK_PACKED_FIELDS_37(fields) global() argument 317 CHECK_PACKED_FIELDS_38(fields) global() argument 322 CHECK_PACKED_FIELDS_39(fields) global() argument 327 CHECK_PACKED_FIELDS_40(fields) global() argument 332 CHECK_PACKED_FIELDS_41(fields) global() argument 337 CHECK_PACKED_FIELDS_42(fields) global() argument 342 CHECK_PACKED_FIELDS_43(fields) global() argument 347 CHECK_PACKED_FIELDS_44(fields) global() argument 352 CHECK_PACKED_FIELDS_45(fields) global() argument 357 CHECK_PACKED_FIELDS_46(fields) global() argument 362 CHECK_PACKED_FIELDS_47(fields) global() argument 367 CHECK_PACKED_FIELDS_48(fields) global() argument 372 CHECK_PACKED_FIELDS_49(fields) global() argument 377 CHECK_PACKED_FIELDS_50(fields) global() argument 382 CHECK_PACKED_FIELDS(fields) global() argument 438 pack_fields(pbuf,pbuflen,ustruct,fields,quirks) global() argument 448 unpack_fields(pbuf,pbuflen,ustruct,fields,quirks) global() argument [all...] |
/linux/drivers/usb/isp1760/ |
H A D | isp1760-core.h | 59 static inline u32 isp1760_field_read(struct regmap_field **fields, u32 field) in isp1760_field_read() argument 68 static inline void isp1760_field_write(struct regmap_field **fields, u32 field, in isp1760_field_write() argument 74 static inline void isp1760_field_set(struct regmap_field **fields, u32 field) in isp1760_field_set() argument 79 static inline void isp1760_field_clear(struct regmap_field **fields, u32 field) in isp1760_field_clear() argument
|
/linux/lib/ |
H A D | packing.c | 13 #define __pack_fields(pbuf, pbuflen, ustruct, fields, num_fields, quirks) \ argument 26 #define __unpack_fields(pbuf, pbuflen, ustruct, fields, num_fields, quirks) \ argument 402 const struct packed_field_u8 *fields, size_ in pack_fields_u8() argument 425 pack_fields_u16(void * pbuf,size_t pbuflen,const void * ustruct,const struct packed_field_u16 * fields,size_t num_fields,u8 quirks) pack_fields_u16() argument 448 unpack_fields_u8(const void * pbuf,size_t pbuflen,void * ustruct,const struct packed_field_u8 * fields,size_t num_fields,u8 quirks) unpack_fields_u8() argument 471 unpack_fields_u16(const void * pbuf,size_t pbuflen,void * ustruct,const struct packed_field_u16 * fields,size_t num_fields,u8 quirks) unpack_fields_u16() argument [all...] |
/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 362 fields = genlmsg.fields + (("dpifindex", "I"),) variable in ovs_dp_msg 939 fields = ( variable in ovskey.ovs_key_proto 1042 fields = ( variable in ovskey.ethaddr 1083 fields = ( variable in ovskey.ovs_key_ipv4 1136 fields = ( variable in ovskey.ovs_key_ipv6 1244 fields = ( variable in ovskey.ovs_key_icmp 1292 fields variable in ovskey.ovs_key_arp 1352 fields = ( global() variable in ovskey.ovs_key_nd 1388 fields = ( global() variable in ovskey.ovs_key_ct_tuple_ipv4 1435 fields = ( global() variable in ovskey.ovs_key_ct_tuple_ipv6 1637 fields = (("lse", ">I"),) global() variable in ovskey.ovs_key_mpls 1907 fields = ( global() variable in OvsDatapath.dp_cmd_msg.dpstats 1915 fields = ( global() variable in OvsDatapath.dp_cmd_msg.megaflowstats 2042 fields = ( global() variable in OvsVport.ovs_vport_msg.vportstats 2234 fields = ( global() variable in OvsFlow.ovs_flow_msg.flowstats [all...] |
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hdmi_types.h | 82 } fields; member 93 } fields; member 113 } fields; member 122 } fields; member 130 } fields; member
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 348 void *key, void *mask, u64 *fields) in dpaa2_eth_prep_eth_rule() argument 378 void *key, void *mask, u64 *fields) in dpaa2_eth_prep_uip_rule() argument 433 dpaa2_eth_prep_l4_rule(struct ethtool_tcpip4_spec * l4_value,struct ethtool_tcpip4_spec * l4_mask,void * key,void * mask,u8 l4_proto,u64 * fields) dpaa2_eth_prep_l4_rule() argument 484 dpaa2_eth_prep_ext_rule(struct ethtool_flow_ext * ext_value,struct ethtool_flow_ext * ext_mask,void * key,void * mask,u64 * fields) dpaa2_eth_prep_ext_rule() argument 503 dpaa2_eth_prep_mac_ext_rule(struct ethtool_flow_ext * ext_value,struct ethtool_flow_ext * ext_mask,void * key,void * mask,u64 * fields) dpaa2_eth_prep_mac_ext_rule() argument 518 dpaa2_eth_prep_cls_rule(struct ethtool_rx_flow_spec * fs,void * key,void * mask,u64 * fields) dpaa2_eth_prep_cls_rule() argument 576 u64 fields = 0; dpaa2_eth_do_cls_rule() local [all...] |
/linux/drivers/mux/ |
H A D | mmio.c | 20 struct regmap_field **fields = mux_chip_priv(mux->chip); in mux_mmio_set() local 46 struct regmap_field **fields; in mux_mmio_probe() local
|
/linux/fs/bcachefs/ |
H A D | inode_format.h | 14 __u8 fields[]; member 24 __u8 fields[]; member 36 __u8 fields[]; member
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-h264.c | 78 u8 fields = V4L2_H264_FRAME_REF; in v4l2_h264_init_reflist_builder() local 87 u8 fields = V4L2_H264_TOP_FIELD_REF; in v4l2_h264_init_reflist_builder() local 95 u8 fields = V4L2_H264_BOTTOM_FIELD_REF; in v4l2_h264_init_reflist_builder() local [all...] |
/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 743 def fields(self): global() member in TracepointProvider 747 fields(self, fields) global() argument 830 def fields(self): global() member in DebugfsProvider 834 fields(self, fields) global() argument [all...] |
/linux/kernel/trace/ |
H A D | trace_events_synth.c | 123 union trace_synth_field fields[]; member 966 alloc_synth_event(const char * name,int n_fields,struct synth_field ** fields) alloc_synth_event() argument 1137 synth_event_add_fields(struct dynevent_cmd * cmd,struct synth_field_desc * fields,unsigned int n_fields) synth_event_add_fields() argument 1258 synth_event_gen_cmd_array_start(struct dynevent_cmd * cmd,const char * name,struct module * mod,struct synth_field_desc * fields,unsigned int n_fields) synth_event_gen_cmd_array_start() argument 1296 struct synth_field *field, *fields[SYNTH_FIELDS_MAX]; __create_synth_event() local 1456 synth_event_create(const char * name,struct synth_field_desc * fields,unsigned int n_fields,struct module * mod) synth_event_create() argument 1576 char *name = NULL, *fields, *p; create_or_delete_synth_event() local 2159 char *fields, *p; create_synth_event() local [all...] |
H A D | tracing_map.h | 140 struct tracing_map_field *fields; member 193 struct tracing_map_field fields[TRACING_MAP_FIELDS_MAX]; member
|
H A D | trace_synth.h | 28 struct synth_field **fields; member
|
/linux/drivers/pci/ |
H A D | pci-acpi.c | 199 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local 249 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local 398 union acpi_object *fields = record->package.elements; decode_type2_hpx_record() local 614 union acpi_object *fields = record->package.elements; program_type3_hpx_record() local 653 union acpi_object *package, *record, *fields; acpi_run_hpx() local 728 union acpi_object *package, *fields; acpi_run_hpp() local [all...] |
H A D | pci-stub.c | 60 int fields; in pci_stub_init() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_field_iter.c | 12 } fields[] = { variable
|
/linux/Documentation/filesystems/ |
H A D | proc.rst | 1801 Example3.3 /proc/<pid>/io - Display the IO accounting fields global() argument 1819 Description3.3 /proc/<pid>/io - Display the IO accounting fields global() argument [all...] |
/linux/arch/x86/kvm/vmx/ |
H A D | nested.h | 112 static inline unsigned long nested_read_cr0(struct vmcs12 *fields) in nested_read_cr0() argument 117 static inline unsigned long nested_read_cr4(struct vmcs12 *fields) in nested_read_cr4() argument [all...] |
/linux/drivers/media/pci/tw68/ |
H A D | tw68-risc.c | 137 u32 instructions, fields; in tw68_risc_buffer() local
|
/linux/arch/mips/boot/tools/ |
H A D | relocs_64.c | 20 } fields; member
|
/linux/drivers/phy/ti/ |
H A D | phy-gmii-sel.c | 46 struct regmap_field *fields[PHY_GMII_SEL_LAST]; member 332 const struct reg_field *fields; in phy_gmii_init_phy() local [all...] |
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 1252 struct libeth_rqe_info fields) in iavf_is_non_eop() argument 1291 struct libeth_rqe_info fields; in iavf_extract_legacy_rx_fields() local 1334 struct libeth_rqe_info fields = {}; iavf_extract_flex_rx_fields() local 1395 struct libeth_rqe_info fields; iavf_clean_rx_irq() local [all...] |
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 227 const struct vcap_field *fields; in vcap_verify_keystream_keyset() local 1332 const struct vcap_field *fields; in vcap_verify_actionstream_actionset() local 1716 const struct vcap_field *fields; vcap_add_type_keyfield() local 1749 const struct vcap_field *fields; vcap_add_type_actionfield() local 1846 const struct vcap_field *fields; vcap_find_keyset_keyfield() local 1924 const struct vcap_field *fields; vcap_find_actionset_actionfield() local 2627 const struct vcap_field *fields; vcap_lookup_keyfield() local 2658 const struct vcap_field *fields; vcap_keyfield_match_keyset() local 2826 const struct vcap_field *fields; vcap_actionfield_match_actionset() local 3503 const struct vcap_field *fields; vcap_filter_rule_keys() local [all...] |
/linux/tools/firewire/ |
H A D | decode-fcp.c | 57 struct avc_field fields[8]; member
|
/linux/drivers/vfio/pci/ |
H A D | vfio_pci.c | 223 int fields; in vfio_pci_fill_ids() local
|