Searched refs:sysfs_match_string (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/typec/altmodes/ |
D | displayport.c | 340 con = sysfs_match_string(configurations, buf); in configuration_store() 437 ret = sysfs_match_string(pin_assignments, buf); in pin_assignment_store()
|
/kernel/linux/linux-5.10/drivers/leds/ |
D | leds-wm831x-status.c | 189 i = sysfs_match_string(led_src_texts, buf); in wm831x_status_src_store()
|
/kernel/linux/linux-5.10/drivers/usb/typec/ |
D | class.c | 974 role = sysfs_match_string(typec_roles, buf); in preferred_role_store() 1018 ret = sysfs_match_string(typec_data_roles, buf); in data_role_store() 1068 ret = sysfs_match_string(typec_roles, buf); in power_role_store() 1117 ret = sysfs_match_string(typec_port_power_roles, buf); in port_type_store()
|
/kernel/linux/linux-5.10/drivers/usb/roles/ |
D | class.c | 235 ret = sysfs_match_string(usb_roles, buf); in role_store()
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
D | pti.c | 277 i = sysfs_match_string(lpp_dest_str, buf); in lpp_dest_store()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
D | usbsevseg.c | 303 i = sysfs_match_string(display_textmodes, buf); in textmode_store()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | button.c | 597 i = sysfs_match_string(lid_init_state_str, val); in param_set_lid_init_state()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | manager-sysfs.c | 177 r = sysfs_match_string(trans_key_type_str, buf); in manager_trans_key_type_store()
|
/kernel/linux/linux-5.10/include/linux/ |
D | string.h | 202 #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s) macro
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | twl4030_charger.c | 694 mode = sysfs_match_string(modes, buf); in twl4030_bci_mode_store()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | sd.c | 182 ct = sysfs_match_string(sd_cache_types, buf); in cache_type_store() 416 mode = sysfs_match_string(lbp_mode, buf); in provisioning_mode_store() 453 mode = sysfs_match_string(zeroing_mode, buf); in zeroing_mode_store()
|
D | scsi_debug.c | 6583 int res = sysfs_match_string(zbc_model_strs_a, cp); in sdeb_zbc_model_str() 6586 res = sysfs_match_string(zbc_model_strs_b, cp); in sdeb_zbc_model_str() 6588 res = sysfs_match_string(zbc_model_strs_c, cp); in sdeb_zbc_model_str()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | virtio_blk.c | 618 i = sysfs_match_string(virtblk_cache_types, buf); in cache_type_store()
|
/kernel/linux/linux-5.10/drivers/misc/ |
D | apds990x.c | 851 ret = sysfs_match_string(reporting_modes, buf); in apds990x_prox_reporting_mode_store()
|
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
D | aspm.c | 1151 i = sysfs_match_string(policy_str, val); in pcie_aspm_set_policy()
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
D | omap-mcbsp.c | 580 i = sysfs_match_string(dma_op_modes, buf); in dma_op_mode_store()
|