Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 25 of 57) sorted by relevance

123

/kernel/linux/linux-5.10/lib/
Dubsan.c187 type->type_name); in handle_overflow()
227 old_val_str, data->type->type_name); in __ubsan_handle_negate_overflow()
248 rhs_val_str, data->type->type_name); in __ubsan_handle_divrem_overflow()
265 data->type->type_name); in handle_null_ptr_deref()
280 (void *)ptr, data->type->type_name); in handle_misaligned_access()
296 pr_err("for an object of type %s\n", data->type->type_name); in handle_object_size_mismatch()
355 data->array_type->type_name); in __ubsan_handle_out_of_bounds()
385 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
393 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
425 val_str, data->type->type_name); in __ubsan_handle_load_invalid_value()
[all …]
Dubsan.h14 char type_name[1]; member
/kernel/linux/linux-5.10/drivers/md/
Ddm-exception-store.c72 static struct dm_exception_store_type *get_type(const char *type_name) in get_type() argument
77 type = _get_exception_store_type(type_name); in get_type()
81 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type()
83 DMERR("No memory left to attempt load for \"%s\"", type_name); in get_type()
88 !(type = _get_exception_store_type(type_name))) { in get_type()
96 DMWARN("Module for exstore type \"%s\" not found.", type_name); in get_type()
Ddm-log.c65 static struct dm_dirty_log_type *get_type(const char *type_name) in get_type() argument
70 if (!type_name) in get_type()
73 log_type = _get_dirty_log_type(type_name); in get_type()
77 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type()
80 type_name); in get_type()
85 !(log_type = _get_dirty_log_type(type_name))) { in get_type()
93 DMWARN("Module for logging type \"%s\" not found.", type_name); in get_type()
147 struct dm_dirty_log *dm_dirty_log_create(const char *type_name, in dm_dirty_log_create() argument
159 type = get_type(type_name); in dm_dirty_log_create()
/kernel/linux/linux-5.10/drivers/hwmon/
Dadm1021.c326 const char *type_name; in adm1021_detect() local
353 type_name = "max1617a"; in adm1021_detect()
356 type_name = "adm1023"; in adm1021_detect()
358 type_name = "adm1021"; in adm1021_detect()
362 type_name = "thmc10"; in adm1021_detect()
364 type_name = "gl523sm"; in adm1021_detect()
366 type_name = "mc1066"; in adm1021_detect()
403 type_name = "lm84"; in adm1021_detect()
408 type_name = "max1617"; in adm1021_detect()
413 type_name, i2c_adapter_id(adapter), client->addr); in adm1021_detect()
[all …]
Dmax1668.c363 const char *type_name; in max1668_detect() local
378 type_name = NULL; in max1668_detect()
380 type_name = "max1668"; in max1668_detect()
382 type_name = "max1805"; in max1668_detect()
384 type_name = "max1989"; in max1668_detect()
386 if (!type_name) in max1668_detect()
389 strlcpy(info->type, type_name, I2C_NAME_SIZE); in max1668_detect()
Dthmc50.c314 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 strlcpy(info->type, type_name, I2C_NAME_SIZE); in thmc50_detect()
Dlm85.c1470 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 …]
/kernel/linux/linux-5.10/net/rfkill/
Drfkill-gpio.c78 const char *type_name; in rfkill_gpio_probe() local
86 device_property_read_string(&pdev->dev, "type", &type_name); in rfkill_gpio_probe()
91 rfkill->type = rfkill_find_type(type_name); in rfkill_gpio_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_simple_resource.c175 " creation.\n", func->res_func.type_name); in vmw_simple_resource_create_ioctl()
243 func->res_func.type_name, in vmw_simple_resource_lookup()
251 func->res_func.type_name, in vmw_simple_resource_lookup()
Dvmwgfx_resource_priv.h85 const char *type_name; member
Dvmwgfx_va.c85 .type_name = "overlay stream",
/kernel/linux/linux-5.10/drivers/mfd/
Darizona-core.c988 const char *type_name = NULL; in arizona_dev_init() local
1184 type_name = "WM5102"; in arizona_dev_init()
1202 type_name = "WM5110"; in arizona_dev_init()
1205 type_name = "WM8280"; in arizona_dev_init()
1208 type_name = "WM5110"; in arizona_dev_init()
1225 type_name = "CS47L24"; in arizona_dev_init()
1229 type_name = "WM1831"; in arizona_dev_init()
1247 type_name = "WM8997"; in arizona_dev_init()
1264 type_name = "WM8998"; in arizona_dev_init()
1268 type_name = "WM1814"; in arizona_dev_init()
[all …]
Dmadera-i2c.c108 madera->type_name = name; in madera_i2c_probe()
Dmadera-spi.c108 madera->type_name = name; in madera_spi_probe()
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dsetup.c454 char *type_name, *var_name, *p; in setup_arch() local
578 cpu->type, &type_name, &var_name); in setup_arch()
589 type_name, (*var_name ? " variation " : ""), var_name, in setup_arch()
601 type_name, (*var_name ? " variation " : ""), in setup_arch()
1002 char **type_name, char **variation_name) in get_sysnames() argument
1009 *type_name = systype_names[type]; in get_sysnames()
1012 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
1015 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS]; in get_sysnames()
1017 *type_name = sys_unknown; in get_sysnames()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf_internal.h114 const char *type_name) in libbpf_validate_opts() argument
117 pr_warn("%s size (%zu) is too small\n", type_name, user_sz); in libbpf_validate_opts()
126 type_name); in libbpf_validate_opts()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-cti-platform.c269 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()
/kernel/linux/linux-5.10/arch/x86/tools/
Drelocs.c143 static const char *type_name[] = { in sym_type() local
155 if (type < ARRAY_SIZE(type_name)) { in sym_type()
156 name = type_name[type]; in sym_type()
196 static const char *type_name[] = { in rel_type() local
236 if (type < ARRAY_SIZE(type_name) && type_name[type]) { in rel_type()
237 name = type_name[type]; in rel_type()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
Dudp_tunnel_nic.sh128 type_name="vxlan"
131 type_name="geneve"
134 type_name="vxlan-gpe"
137 type_name="bit X"
141 echo "port $port, $type_name"
/kernel/linux/linux-5.10/include/linux/
Ddm-dirty-log.h139 struct dm_dirty_log *dm_dirty_log_create(const char *type_name,
/kernel/linux/linux-5.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c751 const char *type_name; in type_name_eq() local
758 type_name = TYPE_NAME_POINTER(type_tree); in type_name_eq()
762 type_name = "char"; in type_name_eq()
771 type_name = "void *"; in type_name_eq()
784 return strcmp(type_name, wanted_name) == 0; in type_name_eq()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
Drelocs.c62 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()
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
Dddbridge-core.c1853 port->type_name = "NONE"; in ddb_port_probe()
1863 port->type_name = "DUMMY"; in ddb_port_probe()
1882 port->type_name = "MXL5XX"; in ddb_port_probe()
1895 port->type_name = "MCI"; in ddb_port_probe()
1903 port->type_name = "INTERNAL"; in ddb_port_probe()
1916 port->type_name = "CXD2099"; in ddb_port_probe()
1933 port->type_name = "CI_XO2"; in ddb_port_probe()
1940 port->type_name = "UNKNOWN"; in ddb_port_probe()
1945 port->type_name = xo2types[id]; in ddb_port_probe()
1953 port->type_name = "DVBC2T2_SONY"; in ddb_port_probe()
[all …]
/kernel/linux/linux-5.10/include/linux/mfd/madera/
Dcore.h183 const char *type_name; member

123