/linux/drivers/remoteproc/ |
A D | remoteproc_sysfs.c | 51 if (sysfs_streq(buf, "enabled")) { in recovery_store() 55 } else if (sysfs_streq(buf, "disabled")) { in recovery_store() 57 } else if (sysfs_streq(buf, "recover")) { in recovery_store() 115 if (sysfs_streq(buf, "disabled")) { in coredump_store() 117 } else if (sysfs_streq(buf, "enabled")) { in coredump_store() 119 } else if (sysfs_streq(buf, "inline")) { in coredump_store() 196 if (sysfs_streq(buf, "start")) { in state_store() 204 } else if (sysfs_streq(buf, "stop")) { in state_store() 210 } else if (sysfs_streq(buf, "detach")) { in state_store()
|
/linux/drivers/s390/net/ |
A D | qeth_l2_sys.c | 81 if (sysfs_streq(buf, "primary")) in qeth_bridge_port_role_store() 83 else if (sysfs_streq(buf, "secondary")) in qeth_bridge_port_role_store() 85 else if (sysfs_streq(buf, "none")) in qeth_bridge_port_role_store() 203 if (sysfs_streq(buf, "none")) { in qeth_bridgeport_reflect_store() 206 } else if (sysfs_streq(buf, "primary")) { in qeth_bridgeport_reflect_store() 209 } else if (sysfs_streq(buf, "secondary")) { in qeth_bridgeport_reflect_store() 255 if (sysfs_streq(attr_name, "flooding")) in qeth_l2_vnicc_sysfs_attr_to_char() 257 else if (sysfs_streq(attr_name, "mcast_flooding")) in qeth_l2_vnicc_sysfs_attr_to_char() 259 else if (sysfs_streq(attr_name, "learning")) in qeth_l2_vnicc_sysfs_attr_to_char() 261 else if (sysfs_streq(attr_name, "takeover_setvmac")) in qeth_l2_vnicc_sysfs_attr_to_char() [all …]
|
A D | qeth_core_sys.c | 199 if (sysfs_streq(buf, "prio_queueing_prec")) { in qeth_dev_prioqing_store() 202 } else if (sysfs_streq(buf, "prio_queueing_skb")) { in qeth_dev_prioqing_store() 205 } else if (sysfs_streq(buf, "prio_queueing_tos")) { in qeth_dev_prioqing_store() 208 } else if (sysfs_streq(buf, "prio_queueing_vlan")) { in qeth_dev_prioqing_store() 215 } else if (sysfs_streq(buf, "no_prio_queueing:0")) { in qeth_dev_prioqing_store() 218 } else if (sysfs_streq(buf, "no_prio_queueing:1")) { in qeth_dev_prioqing_store() 221 } else if (sysfs_streq(buf, "no_prio_queueing:2")) { in qeth_dev_prioqing_store() 224 } else if (sysfs_streq(buf, "no_prio_queueing:3")) { in qeth_dev_prioqing_store() 227 } else if (sysfs_streq(buf, "no_prio_queueing")) { in qeth_dev_prioqing_store() 439 if (sysfs_streq(buf, ATTR_QETH_ISOLATION_NONE)) { in qeth_dev_isolation_store() [all …]
|
A D | qeth_l3_sys.c | 74 if (sysfs_streq(buf, "no_router")) { in qeth_l3_dev_route_store() 76 } else if (sysfs_streq(buf, "primary_connector")) { in qeth_l3_dev_route_store() 78 } else if (sysfs_streq(buf, "secondary_connector")) { in qeth_l3_dev_route_store() 80 } else if (sysfs_streq(buf, "primary_router")) { in qeth_l3_dev_route_store() 82 } else if (sysfs_streq(buf, "secondary_router")) { in qeth_l3_dev_route_store() 84 } else if (sysfs_streq(buf, "multicast_router")) { in qeth_l3_dev_route_store() 305 if (sysfs_streq(buf, "toggle")) { in qeth_l3_dev_ipato_enable_store() 345 if (sysfs_streq(buf, "toggle")) { in qeth_l3_dev_ipato_invert4_store() 515 if (sysfs_streq(buf, "toggle")) { in qeth_l3_dev_ipato_invert6_store()
|
/linux/drivers/regulator/ |
A D | userspace-consumer.c | 62 if (sysfs_streq(buf, "enabled\n") || sysfs_streq(buf, "1")) in state_store() 64 else if (sysfs_streq(buf, "disabled\n") || sysfs_streq(buf, "0")) in state_store()
|
A D | virtual.c | 241 if (sysfs_streq(buf, "fast\n")) in set_mode() 243 else if (sysfs_streq(buf, "normal\n")) in set_mode() 245 else if (sysfs_streq(buf, "idle\n")) in set_mode() 247 else if (sysfs_streq(buf, "standby\n")) in set_mode()
|
/linux/arch/powerpc/platforms/pseries/ |
A D | dlpar.c | 422 if (sysfs_streq(arg, "memory")) { in dlpar_parse_resource() 424 } else if (sysfs_streq(arg, "cpu")) { in dlpar_parse_resource() 442 if (sysfs_streq(arg, "add")) { in dlpar_parse_action() 444 } else if (sysfs_streq(arg, "remove")) { in dlpar_parse_action() 463 if (sysfs_streq(arg, "indexed-count")) { in dlpar_parse_id_type() 489 } else if (sysfs_streq(arg, "index")) { in dlpar_parse_id_type() 503 } else if (sysfs_streq(arg, "count")) { in dlpar_parse_id_type()
|
/linux/drivers/base/power/ |
A D | sysfs.c | 112 if (sysfs_streq(buf, ctrl_auto)) in control_store() 114 else if (sysfs_streq(buf, ctrl_on)) in control_store() 242 } else if (sysfs_streq(buf, "n/a")) { in pm_qos_resume_latency_us_store() 281 if (sysfs_streq(buf, "auto")) in pm_qos_latency_tolerance_us_store() 283 else if (sysfs_streq(buf, "any")) in pm_qos_latency_tolerance_us_store() 338 if (sysfs_streq(buf, _enabled)) in wakeup_store() 340 else if (sysfs_streq(buf, _disabled)) in wakeup_store() 599 if (sysfs_streq(buf, _enabled)) in async_store() 601 else if (sysfs_streq(buf, _disabled)) in async_store()
|
/linux/drivers/most/ |
A D | configfs.c | 170 if (!sysfs_streq(page, "dir_rx") && !sysfs_streq(page, "rx") && in mdev_link_direction_store() 171 !sysfs_streq(page, "dir_tx") && !sysfs_streq(page, "tx")) in mdev_link_direction_store() 188 if (!sysfs_streq(page, "control") && !sysfs_streq(page, "async") && in mdev_link_datatype_store() 189 !sysfs_streq(page, "sync") && !sysfs_streq(page, "isoc") && in mdev_link_datatype_store() 190 !sysfs_streq(page, "isoc_avp")) in mdev_link_datatype_store()
|
A D | most_usb.c | 813 if (sysfs_streq(name, regs[i].name)) { in get_stat_reg_addr() 833 if (sysfs_streq(name, "arb_address")) in value_show() 836 if (sysfs_streq(name, "arb_value")) in value_show() 863 if (sysfs_streq(name, "arb_address")) { in value_store() 868 if (sysfs_streq(name, "arb_value")) in value_store() 870 else if (sysfs_streq(name, "sync_ep")) in value_store()
|
/linux/drivers/staging/greybus/ |
A D | arche-apb-ctrl.c | 257 if (sysfs_streq(buf, "off")) { in state_store() 262 } else if (sysfs_streq(buf, "active")) { in state_store() 272 } else if (sysfs_streq(buf, "standby")) { in state_store() 277 } else if (sysfs_streq(buf, "fw_flashing")) { in state_store()
|
A D | arche-platform.c | 314 if (sysfs_streq(buf, "off")) { in state_store() 323 } else if (sysfs_streq(buf, "active")) { in state_store() 338 } else if (sysfs_streq(buf, "standby")) { in state_store() 343 } else if (sysfs_streq(buf, "fw_flashing")) { in state_store()
|
/linux/drivers/gpu/drm/ |
A D | drm_sysfs.c | 169 if (sysfs_streq(buf, "detect")) in status_store() 171 else if (sysfs_streq(buf, "on")) in status_store() 173 else if (sysfs_streq(buf, "on-digital")) in status_store() 175 else if (sysfs_streq(buf, "off")) in status_store()
|
A D | drm_debugfs.c | 315 if (sysfs_streq(buf, "on")) in connector_write() 317 else if (sysfs_streq(buf, "digital")) in connector_write() 319 else if (sysfs_streq(buf, "off")) in connector_write() 321 else if (sysfs_streq(buf, "unspecified")) in connector_write()
|
/linux/drivers/gpio/ |
A D | gpiolib-sysfs.c | 86 if (sysfs_streq(buf, "high")) in direction_store() 88 else if (sysfs_streq(buf, "out") || sysfs_streq(buf, "low")) in direction_store() 90 else if (sysfs_streq(buf, "in")) in direction_store() 267 if (sysfs_streq(trigger_types[i].name, buf)) in edge_store()
|
/linux/drivers/staging/iio/frequency/ |
A D | ad9834.c | 234 if (sysfs_streq(buf, "sine")) { in ad9834_store_wavetype() 238 } else if (sysfs_streq(buf, "triangle")) { in ad9834_store_wavetype() 247 } else if (is_ad9833_7 && sysfs_streq(buf, "square")) { in ad9834_store_wavetype() 256 if (sysfs_streq(buf, "square") && in ad9834_store_wavetype()
|
/linux/drivers/hwmon/pmbus/ |
A D | inspur-ipsps.c | 140 if (sysfs_streq(MODE_STANDBY_STRING, buf)) { in ipsps_mode_store() 146 } else if (sysfs_streq(MODE_ACTIVE_STRING, buf)) { in ipsps_mode_store()
|
/linux/drivers/i2c/ |
A D | i2c-core-of.c | 195 if (sysfs_streq(client->name, matches->compatible)) in i2c_of_match_device_sysfs() 204 if (sysfs_streq(client->name, name)) in i2c_of_match_device_sysfs()
|
/linux/drivers/bus/ |
A D | bt1-axi.c | 223 if (sysfs_streq(data, "bus")) in inject_error_store() 225 else if (sysfs_streq(data, "unaligned")) in inject_error_store()
|
/linux/fs/ksmbd/ |
A D | server.c | 442 if (!sysfs_streq(buf, "hard")) in kill_server_store() 489 if (sysfs_streq(buf, "all")) { in debug_store() 497 if (sysfs_streq(buf, debug_type_strings[i])) { in debug_store()
|
/linux/lib/ |
A D | string_helpers.c | 784 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq() function 799 EXPORT_SYMBOL(sysfs_streq); 861 if (sysfs_streq(item, str)) in __sysfs_match_string()
|
/linux/drivers/infiniband/ulp/rtrs/ |
A D | rtrs-clt-sysfs.c | 226 if (!sysfs_streq(buf, "1")) { in rtrs_clt_reconnect_store() 255 if (!sysfs_streq(buf, "1")) { in rtrs_clt_disconnect_store() 283 if (!sysfs_streq(buf, "1")) { in rtrs_clt_remove_path_store()
|
A D | rtrs-pri.h | 384 if (sysfs_streq(buf, "1")) \ 386 else if (sysfs_streq(buf, "0")) \
|
/linux/drivers/iio/ |
A D | industrialio-core.c | 210 if (sysfs_streq(item, str)) in iio_sysfs_match_string_with_gaps() 1466 if (sysfs_streq(buf, "realtime")) in iio_store_timestamp_clock() 1468 else if (sysfs_streq(buf, "monotonic")) in iio_store_timestamp_clock() 1470 else if (sysfs_streq(buf, "monotonic_raw")) in iio_store_timestamp_clock() 1472 else if (sysfs_streq(buf, "realtime_coarse")) in iio_store_timestamp_clock() 1474 else if (sysfs_streq(buf, "monotonic_coarse")) in iio_store_timestamp_clock() 1476 else if (sysfs_streq(buf, "boottime")) in iio_store_timestamp_clock() 1478 else if (sysfs_streq(buf, "tai")) in iio_store_timestamp_clock()
|
/linux/drivers/block/rnbd/ |
A D | rnbd-clt-sysfs.c | 309 if (sysfs_streq(options, "normal")) { in rnbd_clt_unmap_dev_store() 311 } else if (sysfs_streq(options, "force")) { in rnbd_clt_unmap_dev_store() 410 if (!sysfs_streq(options, "1")) { in rnbd_clt_remap_dev_store()
|