Searched refs:sysfs_match_string (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_sysfs.c50 ret = sysfs_match_string(state_operations, buf);
124 ret = sysfs_match_string(adf_cfg_services, buf);
H A Dadf_sysfs_rl.c297 ret = sysfs_match_string(rl_services, buf);
341 ret = sysfs_match_string(rl_services, buf);
367 ret = sysfs_match_string(rl_operations, buf);
H A Dadf_gen4_config.c232 ret = sysfs_match_string(adf_cfg_services, services);
/linux-master/drivers/acpi/
H A Dplatform_profile.c96 i = sysfs_match_string(profile_names, buf);
H A Dbutton.c683 i = sysfs_match_string(lid_init_state_str, val);
/linux-master/block/
H A Dblk-ioprio.c114 ret = sysfs_match_string(policy_name, buf);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_debugfs.c188 log_level = sysfs_match_string(ice_fwlog_level_string, user_val);
439 index = sysfs_match_string(ice_fwlog_log_size, user_val);
/linux-master/drivers/leds/
H A Dleds-wm831x-status.c189 i = sysfs_match_string(led_src_texts, buf);
/linux-master/drivers/usb/typec/altmodes/
H A Ddisplayport.c522 con = sysfs_match_string(configurations, buf);
619 ret = sysfs_match_string(pin_assignments, buf);
/linux-master/drivers/hwtracing/intel_th/
H A Dpti.c277 i = sysfs_match_string(lpp_dest_str, buf);
/linux-master/drivers/usb/misc/
H A Dusbsevseg.c277 i = sysfs_match_string(display_textmodes, buf);
/linux-master/include/linux/
H A Dstring.h306 * sysfs_match_string - matches given string in an array
312 #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s) macro
/linux-master/drivers/usb/roles/
H A Dclass.c281 ret = sysfs_match_string(usb_roles, buf);
/linux-master/drivers/platform/x86/
H A Dthink-lmi.c540 i = sysfs_match_string(encoding_options, buf);
630 i = sysfs_match_string(level_options, buf);
1175 cmd = sysfs_match_string(save_mode_strings, buf);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager-sysfs.c178 r = sysfs_match_string(trans_key_type_str, buf);
/linux-master/drivers/power/supply/
H A Dpower_supply_sysfs.c575 int i = sysfs_match_string(POWER_SUPPLY_CHARGE_BEHAVIOUR_TEXT, buf);
H A Dtwl4030_charger.c695 mode = sysfs_match_string(modes, buf);
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c170 int type = sysfs_match_string(reset_types, buf);
/linux-master/drivers/usb/typec/
H A Dclass.c1430 role = sysfs_match_string(typec_roles, buf);
1474 ret = sysfs_match_string(typec_data_roles, buf);
1524 ret = sysfs_match_string(typec_roles, buf);
1573 ret = sysfs_match_string(typec_port_power_roles, buf);
/linux-master/arch/x86/platform/uv/
H A Duv_nmi.c221 i = sysfs_match_string(actions, val);
/linux-master/drivers/gpio/
H A Dgpiolib-sysfs.c275 flags = sysfs_match_string(trigger_names, buf);
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_pci.c79 index = sysfs_match_string(t7xx_mode_names, buf);
/linux-master/kernel/power/
H A Dhibernate.c1442 index = sysfs_match_string(comp_alg_enabled, compressor);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c283 res = sysfs_match_string(fip_conn_type_names, buf);
/linux-master/drivers/misc/
H A Dapds990x.c851 ret = sysfs_match_string(reporting_modes, buf);

Completed in 209 milliseconds

12