Home
last modified time | relevance | path

Searched refs:match_string (Results 1 – 25 of 46) sorted by relevance

12

/linux/drivers/mtd/nand/raw/
H A Dnand_macronix.c181 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/mm/
H A Dvmpressure.c391 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 Dplatform_temperature_control.c102 ret = match_string(ptc_strings, -1, attr->attr.name); in ptc_mmio_show()
156 ret = match_string(ptc_strings, -1, attr->attr.name); in ptc_store()
H A Dprocessor_thermal_wt_req.c53 ret = match_string(workload_types, -1, str_preference); in workload_type_store()
H A Dprocessor_thermal_rfim.c196 ret = match_string(match_strs, -1, attr->attr.name);\
235 ret = match_string(match_strs, -1, attr->attr.name);\
/linux/drivers/char/ipmi/
H A Dipmi_si_hardcode.c73 t = match_string(si_to_str, -1, si_type_str); in ipmi_hardcode_init_one()
/linux/lib/
H A Dstring_helpers.c923 int match_string(const char * const *array, size_t n, const char *string) in match_string() function
938 EXPORT_SYMBOL(match_string);
H A Ddynamic_debug.c157 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 Dpata_hpt366.c181 i = match_string(list, -1, model_num); in hpt_dma_broken()
H A Dpata_hpt37x.c229 i = match_string(list, -1, model_num); in hpt_dma_broken()
/linux/drivers/base/
H A Dproperty.c530 ret = match_string(values, nval, string); in fwnode_property_match_string()
567 ret = match_string(array, n, string); in fwnode_property_match_property_string()
/linux/drivers/hwmon/
H A Dltc4282.c1287 ret = match_string(ltc4282_gpio1_modes, in ltc4282_gpio_setup()
1303 ret = match_string(ltc4282_gpio2_modes, in ltc4282_gpio_setup()
1468 int div = match_string(ltc4282_dividers, in ltc4282_setup()
1483 int div = match_string(ltc4282_dividers, in ltc4282_setup()
H A Dnct6775-platform.c1520 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/pinctrl/
H A Dpinmux.c387 ret = match_string(groups, num_groups, group); in pinmux_map_to_setting()
747 ret = match_string(groups, num_groups, gname); in pinmux_select_write()
/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c144 i = match_string(hash_algo_name, HASH_ALGO__LAST, in pkcs7_get_digest()
/linux/sound/firewire/oxfw/
H A Doxfw.c62 return match_string(models, ARRAY_SIZE(models), model) >= 0; in detect_loud_models()
/linux/drivers/usb/typec/
H A Dclass.c2209 return match_string(typec_pwr_opmodes, in typec_find_pwr_opmode()
2224 return match_string(typec_orientations, ARRAY_SIZE(typec_orientations), in typec_find_orientation()
2239 return match_string(typec_port_power_roles, in typec_find_port_power_role()
2254 return match_string(typec_roles, ARRAY_SIZE(typec_roles), name); in typec_find_power_role()
2268 return match_string(typec_port_data_roles, in typec_find_port_data_role()
/linux/fs/ubifs/
H A Dauth.c267 c->auth_hash_algo = match_string(hash_algo_name, HASH_ALGO__LAST, in ubifs_init_authentication()
/linux/kernel/cgroup/
H A Drdma.c369 i = match_string(rdmacg_resource_names, RDMACG_RESOURCE_MAX, name); in parse_resource()
/linux/include/linux/
H A Dstring.h326 int match_string(const char * const *array, size_t n, const char *string);
/linux/drivers/clk/tegra/
H A Dclk-tegra124-emc.c416 i = match_string(emc_parent_clk_names, ARRAY_SIZE(emc_parent_clk_names), in load_one_timing_from_dt()
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c355 func = match_string(grp->funcs, NB_FUNCS, name); in armada_37xx_pmx_set_by_name()
945 f = match_string(gp->funcs, NB_FUNCS, name); in armada_37xx_fill_func()
/linux/drivers/leds/
H A Dleds-sun50i-a100.c259 i = match_string(sun50i_a100_ledc_formats, ARRAY_SIZE(sun50i_a100_ledc_formats), format); in sun50i_a100_ledc_parse_format()
/linux/drivers/phy/tegra/
H A Dxusb.c126 err = match_string(lane->soc->funcs, lane->soc->num_funcs, function); in tegra_xusb_lane_parse_dt()
753 int err = match_string(modes, ARRAY_SIZE(modes), mode); in tegra_xusb_usb2_port_parse_dt()
/linux/drivers/mmc/host/
H A Dsdhci-xenon-phy.c855 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()

12