/linux/drivers/mtd/nand/raw/ |
H A D | nand_macronix.c | 181 i = match_string(broken_get_timings, ARRAY_SIZE(broken_get_timings), in macronix_nand_fix_broken_get_timings() 320 i = match_string(deep_power_down_dev, ARRAY_SIZE(deep_power_down_dev), in macronix_nand_deep_power_down_support() 464 if (match_string(supported_otp_models, in macronix_nand_setup_otp()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg_services.c | 38 ret = match_string(adf_cfg_services, ARRAY_SIZE(adf_cfg_services), in adf_get_service_enabled()
|
/linux/mm/ |
H A D | vmpressure.c | 391 ret = match_string(vmpressure_str_levels, VMPRESSURE_NUM_LEVELS, token); in vmpressure_register_event() 399 ret = match_string(vmpressure_str_modes, VMPRESSURE_NUM_MODES, token); in vmpressure_register_event()
|
/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | processor_thermal_wt_req.c | 53 ret = match_string(workload_types, -1, str_preference); in workload_type_store()
|
H A D | processor_thermal_rfim.c | 199 ret = match_string(match_strs, -1, attr->attr.name);\ 244 ret = match_string(match_strs, -1, attr->attr.name);\
|
/linux/drivers/platform/x86/hp/ |
H A D | hp-wmi.c | 537 tablet_found = match_string(tablet_chassis_types, in hp_wmi_get_tablet_mode() 577 return match_string(omen_thermal_profile_boards, in is_omen_thermal_profile() 590 int matches = match_string(omen_thermal_profile_force_v0_boards, in omen_get_thermal_policy_version() 1347 return match_string(omen_timed_thermal_profile_boards, in has_omen_thermal_profile_ec_timer() 1508 return match_string(victus_thermal_profile_boards, in is_victus_thermal_profile() 1578 return match_string(victus_s_thermal_profile_boards, in is_victus_s_thermal_profile()
|
/linux/drivers/char/ipmi/ |
H A D | ipmi_si_hardcode.c | 73 t = match_string(si_to_str, -1, si_type_str); in ipmi_hardcode_init_one()
|
/linux/lib/ |
H A D | string_helpers.c | 920 int match_string(const char * const *array, size_t n, const char *string) in match_string() function 935 EXPORT_SYMBOL(match_string);
|
H A D | dynamic_debug.c | 157 idx = match_string(map->class_names, map->length, class_string); in ddebug_find_valid_class() 668 cls_id = match_string(map->class_names, map->length, cl_str); in param_set_dyndbg_classnames()
|
/linux/drivers/ata/ |
H A D | pata_hpt366.c | 181 i = match_string(list, -1, model_num); in hpt_dma_broken()
|
/linux/fs/bcachefs/ |
H A D | opts.c | 128 int ret = match_string(bch2_fsck_fix_opts, -1, val); in bch2_opt_fix_errors_parse() 375 ret = match_string(opt->choices, -1, val); in bch2_opt_parse()
|
/linux/drivers/hwmon/ |
H A D | ltc4282.c | 1285 ret = match_string(ltc4282_gpio1_modes, in ltc4282_gpio_setup() 1301 ret = match_string(ltc4282_gpio2_modes, in ltc4282_gpio_setup() 1466 int div = match_string(ltc4282_dividers, in ltc4282_setup() 1481 int div = match_string(ltc4282_dividers, in ltc4282_setup()
|
H A D | nct6775-platform.c | 1520 err = match_string(asus_wmi_boards, ARRAY_SIZE(asus_wmi_boards), in sensors_nct6775_platform_init() 1525 err = match_string(asus_msi_boards, ARRAY_SIZE(asus_msi_boards), in sensors_nct6775_platform_init()
|
/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-tphy.c |
|
/linux/drivers/pinctrl/ |
H A D | pinmux.c | 389 ret = match_string(groups, num_groups, group); in pinmux_map_to_setting() 749 ret = match_string(groups, num_groups, gname); in pinmux_select_write()
|
/linux/sound/firewire/oxfw/ |
H A D | oxfw.c | 62 return match_string(models, ARRAY_SIZE(models), model) >= 0; in detect_loud_models()
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_verify.c | 144 i = match_string(hash_algo_name, HASH_ALGO__LAST, in pkcs7_get_digest()
|
/linux/drivers/gpu/drm/ |
H A D | drm_panel_orientation_quirks.c | 532 i = match_string(data->bios_dates, -1, bios_date); in drm_get_panel_orientation_quirk()
|
/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | if.c | 142 i = match_string(mtrr_strings, MTRR_NUM_TYPES, ptr); in mtrr_write()
|
/linux/fs/ubifs/ |
H A D | auth.c | 267 c->auth_hash_algo = match_string(hash_algo_name, HASH_ALGO__LAST, in ubifs_init_authentication()
|
/linux/kernel/cgroup/ |
H A D | rdma.c | 369 i = match_string(rdmacg_resource_names, RDMACG_RESOURCE_MAX, name); in parse_resource()
|
/linux/include/linux/ |
H A D | string.h | 326 int match_string(const char * const *array, size_t n, const char *string);
|
/linux/drivers/clk/tegra/ |
H A D | clk-tegra124-emc.c | 416 i = match_string(emc_parent_clk_names, ARRAY_SIZE(emc_parent_clk_names), in load_one_timing_from_dt()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pipe_crc.c | 435 i = match_string(pipe_crc_sources, ARRAY_SIZE(pipe_crc_sources), buf); in display_crc_ctl_parse_source()
|
/linux/drivers/leds/ |
H A D | leds-sun50i-a100.c | 259 i = match_string(sun50i_a100_ledc_formats, ARRAY_SIZE(sun50i_a100_ledc_formats), format); in sun50i_a100_ledc_parse_format()
|