Home
last modified time | relevance | path

Searched refs:type_name (Results 1 - 25 of 118) sorted by relevance

12345

/kernel/linux/linux-5.10/lib/
H A Dubsan.c178 type->type_name); in handle_overflow()
218 old_val_str, data->type->type_name); in __ubsan_handle_negate_overflow()
239 rhs_val_str, data->type->type_name); in __ubsan_handle_divrem_overflow()
256 data->type->type_name); in handle_null_ptr_deref()
271 (void *)ptr, data->type->type_name); in handle_misaligned_access()
287 pr_err("for an object of type %s\n", data->type->type_name); in handle_object_size_mismatch()
346 data->array_type->type_name); in __ubsan_handle_out_of_bounds()
376 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
384 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
416 val_str, data->type->type_name); in __ubsan_handle_load_invalid_value()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dubsan.c240 rhs_val_str, data->type->type_name); in __ubsan_handle_divrem_overflow()
257 data->type->type_name); in handle_null_ptr_deref()
272 (void *)ptr, data->type->type_name); in handle_misaligned_access()
288 pr_err("for an object of type %s\n", data->type->type_name); in handle_object_size_mismatch()
347 data->array_type->type_name); in __ubsan_handle_out_of_bounds()
377 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
385 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
418 val_str, data->type->type_name); in __ubsan_handle_load_invalid_value()
440 align, offset, data->type->type_name); in __ubsan_handle_alignment_assumption()
443 align, data->type->type_name); in __ubsan_handle_alignment_assumption()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-exception-store.c51 * @type_name
56 * Exstore modules are named "dm-exstore-" followed by the 'type_name'.
58 * This function will first try the module "dm-exstore-<type_name>",
59 * then truncate 'type_name' on the last '-' and try again.
61 * For example, if type_name was "clustered-shared", it would search
64 * 'dm-exception-store-<type_name>' is too long of a name in my
66 * containing exception store implementations be 'dm-exstore-<type_name>'.
72 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_KERNE in get_type()
[all...]
H A Ddm-log.c50 * @type_name
55 * Log modules are named "dm-log-" followed by the 'type_name'.
57 * This function will first try the module "dm-log-<type_name>",
58 * then truncate 'type_name' on the last '-' and try again.
60 * For example, if type_name was "clustered-disk", it would search
65 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()
147 dm_dirty_log_create(const char *type_name, struct dm_target *ti, int (*flush_callback_fn)(struct dm_target *ti), unsigned int argc, char **argv) dm_dirty_log_create() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-exception-store.c52 * @type_name
57 * Exstore modules are named "dm-exstore-" followed by the 'type_name'.
59 * This function will first try the module "dm-exstore-<type_name>",
60 * then truncate 'type_name' on the last '-' and try again.
62 * For example, if type_name was "clustered-shared", it would search
65 * 'dm-exception-store-<type_name>' is too long of a name in my
67 * containing exception store implementations be 'dm-exstore-<type_name>'.
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_KERNE in get_type()
[all...]
H A Ddm-log.c51 * @type_name
56 * Log modules are named "dm-log-" followed by the 'type_name'.
58 * This function will first try the module "dm-log-<type_name>",
59 * then truncate 'type_name' on the last '-' and try again.
61 * For example, if type_name was "clustered-disk", it would search
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()
148 dm_dirty_log_create(const char *type_name, struct dm_target *ti, int (*flush_callback_fn)(struct dm_target *ti), unsigned int argc, char **argv) dm_dirty_log_create() argument
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A 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_i in adm1021_detect()
[all...]
H A 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()
H A 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()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dadm1021.c326 const char *type_name; in adm1021_detect() local
363 type_name = "max1617a"; in adm1021_detect()
366 type_name = "adm1023"; in adm1021_detect()
368 type_name = "adm1021"; in adm1021_detect()
372 type_name = "thmc10"; in adm1021_detect()
374 type_name = "gl523sm"; in adm1021_detect()
376 type_name = "mc1066"; in adm1021_detect()
416 type_name = "lm84"; in adm1021_detect()
423 type_name = "max1617"; in adm1021_detect()
428 type_name, i2c_adapter_i in adm1021_detect()
[all...]
H A 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 strscpy(info->type, type_name, I2C_NAME_SIZE); in max1668_detect()
H A 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 strscpy(info->type, type_name, I2C_NAME_SIZE); in thmc50_detect()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H A Dptrace.c135 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()
/kernel/linux/linux-5.10/net/rfkill/
H A 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/
H A 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()
/kernel/linux/linux-6.6/net/rfkill/
H A Drfkill-gpio.c81 const char *type_name; in rfkill_gpio_probe() local
96 device_property_read_string(&pdev->dev, type_property, &type_name); in rfkill_gpio_probe()
101 rfkill->type = rfkill_find_type(type_name); in rfkill_gpio_probe()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsetup.c453 char *type_name, *var_name, *p; in setup_arch() local
577 cpu->type, &type_name, &var_name); in setup_arch()
588 type_name, (*var_name ? " variation " : ""), var_name, in setup_arch()
600 type_name, (*var_name ? " variation " : ""), in setup_arch()
1001 char **type_name, char **variation_name) in get_sysnames()
1008 *type_name = systype_names[type]; in get_sysnames()
1011 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
1014 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS]; in get_sysnames()
1016 *type_name = sys_unknown; in get_sysnames()
1000 get_sysnames(unsigned long type, unsigned long variation, unsigned long cpu, char **type_name, char **variation_name) get_sysnames() argument
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsetup.c444 char *type_name, *var_name, *p; in setup_arch() local
568 cpu->type, &type_name, &var_name); in setup_arch()
579 type_name, (*var_name ? " variation " : ""), var_name, in setup_arch()
591 type_name, (*var_name ? " variation " : ""), in setup_arch()
986 char **type_name, char **variation_name) in get_sysnames()
993 *type_name = systype_names[type]; in get_sysnames()
996 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
999 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS]; in get_sysnames()
1001 *type_name = sys_unknown; in get_sysnames()
985 get_sysnames(unsigned long type, unsigned long variation, unsigned long cpu, char **type_name, char **variation_name) get_sysnames() argument
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf_internal.h114 const char *type_name) in libbpf_validate_opts()
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()
112 libbpf_validate_opts(const char *opts, size_t opts_sz, size_t user_sz, const char *type_name) libbpf_validate_opts() argument
/kernel/linux/linux-6.6/drivers/mfd/
H A Datc260x-core.c212 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()
H A Darizona-core.c938 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 in arizona_dev_init()
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A 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 in arizona_dev_init()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_simple_resource.c213 func->res_func.type_name, in vmw_simple_resource_lookup()
221 func->res_func.type_name, in vmw_simple_resource_lookup()
/kernel/linux/linux-5.10/arch/x86/tools/
H A 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-6.6/arch/x86/tools/
H A Drelocs.c154 static const char *type_name[] = { in sym_type() local
166 if (type < ARRAY_SIZE(type_name)) { in sym_type()
167 name = type_name[type]; in sym_type()
207 static const char *type_name[] = { in rel_type() local
247 if (type < ARRAY_SIZE(type_name) && type_name[type]) { in rel_type()
248 name = type_name[type]; in rel_type()

Completed in 19 milliseconds

12345