| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | randomize_layout_plugin.c | 622 tree field_type, val_type; in check_bad_casts_in_constructor() local 634 field_type = TREE_TYPE(field); in check_bad_casts_in_constructor() 637 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor() 640 if (field_type == val_type) in check_bad_casts_in_constructor() 643 field_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(field_type)))); in check_bad_casts_in_constructor() 646 if (field_type == void_type_node) in check_bad_casts_in_constructor() 648 if (field_type == val_type) in check_bad_casts_in_constructor() 655 …MISMATCH(DECL_SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARI… in check_bad_casts_in_constructor()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_synth.c | 586 const char *prefix = NULL, *field_type = argv[0], *field_name, *array; in parse_synth_field() local 591 if (field_type[0] == ';') in parse_synth_field() 592 field_type++; in parse_synth_field() 594 if (!strcmp(field_type, "unsigned")) { in parse_synth_field() 596 synth_err(SYNTH_ERR_INCOMPLETE_TYPE, errpos(field_type)); in parse_synth_field() 600 field_type = argv[1]; in parse_synth_field() 629 if (field_type[0] == ';') in parse_synth_field() 630 field_type++; in parse_synth_field() 631 len = strlen(field_type) + 1; in parse_synth_field() 646 seq_buf_puts(&s, field_type); in parse_synth_field() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | exprep.c | 390 if (info->field_type != ACPI_TYPE_LOCAL_INDEX_FIELD) { in acpi_ex_prep_field_value() 408 obj_desc = acpi_ut_create_internal_object(info->field_type); in acpi_ex_prep_field_value() 428 switch (info->field_type) { in acpi_ex_prep_field_value()
|
| H A D | dsfield.c | 381 info->field_type, in acpi_ds_get_field_names() 516 info.field_type = ACPI_TYPE_LOCAL_REGION_FIELD; in acpi_ds_create_field() 733 info.field_type = ACPI_TYPE_LOCAL_BANK_FIELD; in acpi_ds_create_bank_field() 811 info.field_type = ACPI_TYPE_LOCAL_INDEX_FIELD; in acpi_ds_create_index_field()
|
| H A D | aclocal.h | 243 u8 field_type; member
|
| /OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 200 static void define_value(enum tep_print_arg_type field_type, in define_value() argument 211 if (field_type == TEP_PRINT_SYMBOL) in define_value() 230 static void define_values(enum tep_print_arg_type field_type, in define_values() argument 235 define_value(field_type, ev_name, field_name, field->value, in define_values() 239 define_values(field_type, field->next, ev_name, field_name); in define_values() 242 static void define_field(enum tep_print_arg_type field_type, in define_field() argument 251 if (field_type == TEP_PRINT_SYMBOL) in define_field() 254 if (field_type == TEP_PRINT_FLAGS) in define_field() 263 if (field_type == TEP_PRINT_FLAGS) in define_field()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 87 static void process_field(int field_type, symbol_t *sym, int mask); 1422 process_field(int field_type, symbol_t *sym, int value) 1432 sym->type = field_type; 1435 if (field_type != ENUM_ENTRY) { 1436 if (field_type != MASK && value == 0) { 1447 } else if (sym->type != field_type) {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
| H A D | 0001-Lower-init-prio-for-extension-attributes.patch | 40 " ::$proto_ns$::internal::$type_traits$, $field_type$, $packed$ >\n"
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flow.c | 1073 enum ice_flow_fld_match_type field_type, u16 val_loc, in ice_flow_set_fld_ext() argument 1079 if (field_type == ICE_FLOW_FLD_TYPE_RANGE) in ice_flow_set_fld_ext() 1082 seg->fields[fld].type = field_type; in ice_flow_set_fld_ext()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 31 #define EF4_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 35 .offset = ((((field_type *) 0) == \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ethtool_common.c | 32 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 36 .offset = ((((field_type *) 0) == \
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/ |
| H A D | rk_hdmirx.c | 839 u32 field_type, color_depth, deframer_st; in hdmirx_get_detected_timings() local 847 field_type = (val & HDMIRX_TYPE_MASK) >> 7; in hdmirx_get_detected_timings() 851 bt->interlaced = field_type & BIT(0) ? in hdmirx_get_detected_timings()
|