/linux/lib/ |
H A D | ubsan.c | 260 type->type_name); in handle_overflow() 300 old_val_str, data->type->type_name); in __ubsan_handle_negate_overflow() 321 rhs_val_str, data->type->type_name); in __ubsan_handle_divrem_overflow() 338 data->type->type_name); in handle_null_ptr_deref() 353 (void *)ptr, data->type->type_name); in handle_misaligned_access() 369 pr_err("for an object of type %s\n", data->type->type_name); in handle_object_size_mismatch() 428 data->array_type->type_name); in __ubsan_handle_out_of_bounds() 458 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds() 466 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds() 499 val_str, data->type->type_name); in __ubsan_handle_load_invalid_value() [all …]
|
H A D | codetag.c | 216 const char *type_name; in codetag_needs_module_section() local 223 type_name = name + strlen(CODETAG_SECTION_PREFIX); in codetag_needs_module_section() 226 if (strcmp(type_name, cttype->desc.section) == 0) { in codetag_needs_module_section() 245 const char *type_name = name + strlen(CODETAG_SECTION_PREFIX); in codetag_alloc_module_section() local 251 if (strcmp(type_name, cttype->desc.section) == 0) { in codetag_alloc_module_section()
|
/linux/drivers/md/ |
H A D | dm-exception-store.c | 73 static struct dm_exception_store_type *get_type(const char *type_name) in get_type() argument 78 type = _get_exception_store_type(type_name); in get_type() 82 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type() 84 DMERR("No memory left to attempt load for \"%s\"", type_name); in get_type() 89 !(type = _get_exception_store_type(type_name))) { in get_type() 97 DMWARN("Module for exstore type \"%s\" not found.", type_name); in get_type()
|
H A D | dm-log.c | 66 static struct dm_dirty_log_type *get_type(const char *type_name) in get_type() argument 71 if (!type_name) in get_type() 74 log_type = _get_dirty_log_type(type_name); in get_type() 78 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type() 81 type_name); in get_type() 86 !(log_type = _get_dirty_log_type(type_name))) { in get_type() 94 DMWARN("Module for logging type \"%s\" not found.", type_name); in get_type() 148 struct dm_dirty_log *dm_dirty_log_create(const char *type_name, in dm_dirty_log_create() argument 160 type = get_type(type_name); in dm_dirty_log_create()
|
/linux/drivers/hwmon/ |
H A D | max1668.c | 196 const char *type_name; in max1668_detect() local 211 type_name = NULL; in max1668_detect() 213 type_name = "max1668"; in max1668_detect() 215 type_name = "max1805"; in max1668_detect() 217 type_name = "max1989"; in max1668_detect() 219 if (!type_name) in max1668_detect() 222 strscpy(info->type, type_name, I2C_NAME_SIZE); in max1668_detect()
|
H A D | thmc50.c | 314 const char *type_name; in thmc50_detect() local 334 type_name = "adm1022"; in thmc50_detect() 346 type_name = "thmc50"; in thmc50_detect() 353 type_name, (revision >> 4) - 0xc, revision & 0xf); in thmc50_detect() 355 strscpy(info->type, type_name, I2C_NAME_SIZE); in thmc50_detect()
|
H A D | lm85.c | 1470 const char *type_name = NULL; in lm85_detect() local 1489 type_name = "lm85c"; in lm85_detect() 1492 type_name = "lm85b"; in lm85_detect() 1502 type_name = "lm96000"; in lm85_detect() 1508 type_name = "adm1027"; in lm85_detect() 1512 type_name = "adt7463"; in lm85_detect() 1516 type_name = "adt7468"; in lm85_detect() 1524 type_name = "emc6d100"; in lm85_detect() 1527 type_name = "emc6d102"; in lm85_detect() 1531 type_name = "emc6d103"; in lm85_detect() [all …]
|
/linux/tools/net/sunrpc/xdrgen/generators/ |
H A D | program.py | 40 arguments[procedure.argument.type_name] = None 50 results[procedure.result.type_name] = None 65 arguments[procedure.argument.type_name] = None 79 results[procedure.result.type_name] = None 93 arguments[procedure.argument.type_name] = None 107 results[procedure.result.type_name] = None
|
/linux/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 135 static void test_hw_debug(pid_t child, int type, const char *type_name) in test_hw_debug() argument 146 ksft_test_result(ret == 0, "read_%s\n", type_name); in test_hw_debug() 153 ksft_print_msg("%s version %d with %d slots\n", type_name, in test_hw_debug() 157 ksft_test_result(arch, "%s_arch_set\n", type_name); in test_hw_debug() 159 ksft_test_result_skip("%s_arch_set\n", type_name); in test_hw_debug()
|
/linux/tools/perf/tests/ |
H A D | sigtrap.c | 97 const char *type_name; in attr_has_sigtrap() 117 type_name = btf__name_by_offset(btf, type->name_off); in kernel_with_sleepable_spinlocks() 118 return type_name && !strcmp(type_name, "rt_mutex_base"); in kernel_with_sleepable_spinlocks() 111 const char *type_name; kernel_with_sleepable_spinlocks() local
|
/linux/drivers/mfd/ |
H A D | arizona-core.c | 938 const char *type_name = NULL; in arizona_dev_init() local 1134 type_name = "WM5102"; in arizona_dev_init() 1152 type_name = "WM5110"; in arizona_dev_init() 1155 type_name = "WM8280"; in arizona_dev_init() 1158 type_name = "WM5110"; in arizona_dev_init() 1175 type_name = "CS47L24"; in arizona_dev_init() 1179 type_name = "WM1831"; in arizona_dev_init() 1197 type_name = "WM8997"; in arizona_dev_init() 1214 type_name = "WM8998"; in arizona_dev_init() 1218 type_name = "WM1814"; in arizona_dev_init() [all …]
|
H A D | atc260x-core.c | 212 atc260x->type_name = "atc2603c"; in atc260x_match_device() 221 atc260x->type_name = "atc2609a"; in atc260x_match_device() 283 atc260x->type_name, 'A' + atc260x->ic_ver); in atc260x_device_probe()
|
/linux/arch/alpha/kernel/ |
H A D | setup.c | 426 char *type_name, *var_name, *p; in setup_arch() local 543 cpu->type, &type_name, &var_name); in setup_arch() 554 type_name, (*var_name ? " variation " : ""), var_name, in setup_arch() 566 type_name, (*var_name ? " variation " : ""), in setup_arch() 911 char **type_name, char **variation_name) in get_sysnames() argument 918 *type_name = systype_names[type]; in get_sysnames() 921 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames() 924 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS]; in get_sysnames() 926 *type_name = sys_unknown; in get_sysnames()
|
/linux/tools/perf/util/ |
H A D | annotate-data.c | 204 return strcmp(key->self.type_name, type->self.type_name); in data_type_cmp() 216 return strcmp(a->self.type_name, b->self.type_name) < 0; in data_type_less() 264 member->type_name = strbuf_detach(&sb, NULL); in __add_member_cb() 311 zfree(&child->type_name); in delete_members() 324 char *type_name; in dso__findnew_data_type() local 330 type_name = strbuf_detach(&sb, NULL); in dso__findnew_data_type() 338 key.self.type_name = type_name; in dso__findnew_data_type() 343 free(type_name); in dso__findnew_data_type() 350 free(type_name); in dso__findnew_data_type() 354 result->self.type_name = type_name; in dso__findnew_data_type() [all …]
|
/linux/net/rfkill/ |
H A D | rfkill-gpio.c | 100 const char *type_name; in rfkill_gpio_probe() local 118 device_property_read_string(&pdev->dev, type_property, &type_name); in rfkill_gpio_probe() 123 rfkill->type = rfkill_find_type(type_name); in rfkill_gpio_probe()
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_simple_resource.c | 213 func->res_func.type_name, in vmw_simple_resource_lookup() 221 func->res_func.type_name, in vmw_simple_resource_lookup()
|
H A D | vmwgfx_resource_priv.h | 86 const char *type_name; member
|
/linux/rust/kernel/init/ |
H A D | macros.rs | 1174 @type_name($t), 1297 @type_name($t:path), 1328 @type_name($t:path), 1351 @type_name($t:path), 1357 @type_name($t), 1364 @type_name($t:path), 1370 @type_name($t),
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | test_util.c | 334 enum vm_mem_backing_src_type parse_backing_src_type(const char *type_name) in parse_backing_src_type() argument 339 if (!strcmp(type_name, vm_mem_backing_src_alias(i)->name)) in parse_backing_src_type() 343 TEST_FAIL("Unknown backing src type: %s", type_name); in parse_backing_src_type()
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-cti-platform.c | 269 const char *type_name) in cti_plat_read_trig_types() argument 280 items = cti_plat_count_sig_elements(fwnode, type_name); in cti_plat_read_trig_types() 290 err = fwnode_property_read_u32_array(fwnode, type_name, in cti_plat_read_trig_types()
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | udp_tunnel_nic.sh | 128 type_name="vxlan" 131 type_name="geneve" 134 type_name="vxlan-gpe" 137 type_name="bit X" 141 echo "port $port, $type_name"
|
/linux/include/linux/mfd/atc260x/ |
H A D | core.h | 47 const char *type_name; member
|
/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 1844 port->type_name = "NONE"; in ddb_port_probe() 1854 port->type_name = "DUMMY"; in ddb_port_probe() 1873 port->type_name = "MXL5XX"; in ddb_port_probe() 1886 port->type_name = "MCI"; in ddb_port_probe() 1894 port->type_name = "INTERNAL"; in ddb_port_probe() 1907 port->type_name = "CXD2099"; in ddb_port_probe() 1924 port->type_name = "CI_XO2"; in ddb_port_probe() 1931 port->type_name = "UNKNOWN"; in ddb_port_probe() 1936 port->type_name = xo2types[id]; in ddb_port_probe() 1944 port->type_name = "DVBC2T2_SONY"; in ddb_port_probe() [all …]
|
/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 62 static const char * const type_name[] = { in rel_type() local 86 if (type < ARRAY_SIZE(type_name) && type_name[type]) in rel_type() 87 name = type_name[type]; in rel_type()
|
/linux/include/linux/ |
H A D | dm-dirty-log.h | 140 struct dm_dirty_log *dm_dirty_log_create(const char *type_name,
|