Searched refs:sysfs_match_string (Results 1 – 23 of 23) sorted by relevance
/linux/drivers/acpi/ |
A D | platform_profile.c | 96 i = sysfs_match_string(profile_names, buf); in platform_profile_store()
|
A D | button.c | 598 i = sysfs_match_string(lid_init_state_str, val); in param_set_lid_init_state()
|
/linux/drivers/block/zram/ |
A D | zcomp.c | 68 i = sysfs_match_string(backends, comp); in zcomp_available_algorithm()
|
/linux/block/ |
A D | blk-ioprio.c | 111 ret = sysfs_match_string(policy_name, buf); in ioprio_set_prio_policy()
|
/linux/drivers/usb/typec/altmodes/ |
A D | displayport.c | 346 con = sysfs_match_string(configurations, buf); in configuration_store() 431 ret = sysfs_match_string(pin_assignments, buf); in pin_assignment_store()
|
/linux/include/linux/ |
A D | string.h | 196 #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s) macro
|
/linux/drivers/leds/ |
A D | leds-wm831x-status.c | 189 i = sysfs_match_string(led_src_texts, buf); in src_store()
|
/linux/drivers/usb/roles/ |
A D | class.c | 241 ret = sysfs_match_string(usb_roles, buf); in role_store()
|
/linux/drivers/hwtracing/intel_th/ |
A D | pti.c | 277 i = sysfs_match_string(lpp_dest_str, buf); in lpp_dest_store()
|
/linux/drivers/usb/typec/ |
A D | class.c | 1225 role = sysfs_match_string(typec_roles, buf); in preferred_role_store() 1269 ret = sysfs_match_string(typec_data_roles, buf); in data_role_store() 1319 ret = sysfs_match_string(typec_roles, buf); in power_role_store() 1368 ret = sysfs_match_string(typec_port_power_roles, buf); in port_type_store()
|
/linux/drivers/usb/misc/ |
A D | usbsevseg.c | 277 i = sysfs_match_string(display_textmodes, buf); in textmode_store()
|
/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
A D | sysman.c | 170 int type = sysfs_match_string(reset_types, buf); in reset_bios_store()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | manager-sysfs.c | 177 r = sysfs_match_string(trans_key_type_str, buf); in manager_trans_key_type_store()
|
/linux/drivers/platform/x86/ |
A D | think-lmi.c | 432 i = sysfs_match_string(encoding_options, buf); in encoding_store()
|
/linux/drivers/scsi/ |
A D | sd.c | 181 ct = sysfs_match_string(sd_cache_types, buf); in cache_type_store() 415 mode = sysfs_match_string(lbp_mode, buf); in provisioning_mode_store() 452 mode = sysfs_match_string(zeroing_mode, buf); in zeroing_mode_store()
|
A D | scsi_debug.c | 6611 int res = sysfs_match_string(zbc_model_strs_a, cp); in sdeb_zbc_model_str() 6614 res = sysfs_match_string(zbc_model_strs_b, cp); in sdeb_zbc_model_str() 6616 res = sysfs_match_string(zbc_model_strs_c, cp); in sdeb_zbc_model_str()
|
/linux/drivers/power/supply/ |
A D | twl4030_charger.c | 694 mode = sysfs_match_string(modes, buf); in twl4030_bci_mode_store()
|
/linux/drivers/block/ |
A D | virtio_blk.c | 680 i = sysfs_match_string(virtblk_cache_types, buf); in cache_type_store()
|
/linux/drivers/misc/ |
A D | apds990x.c | 851 ret = sysfs_match_string(reporting_modes, buf); in apds990x_prox_reporting_mode_store()
|
/linux/drivers/pci/pcie/ |
A D | aspm.c | 1151 i = sysfs_match_string(policy_str, val); in pcie_aspm_set_policy()
|
/linux/sound/soc/ti/ |
A D | omap-mcbsp.c | 579 i = sysfs_match_string(dma_op_modes, buf); in dma_op_mode_store()
|
/linux/drivers/platform/x86/intel/pmc/ |
A D | core.c | 1678 mode = sysfs_match_string(pmc_lpm_modes, buf); in pmc_core_lpm_latch_mode_write()
|
/linux/mm/ |
A D | memory_hotplug.c | 67 int ret = sysfs_match_string(online_policy_to_str, val); in set_online_policy()
|
Completed in 81 milliseconds