/linux-4.4.14/Documentation/networking/timestamping/ |
D | timestamping.c | 341 if (!strcasecmp(argv[i], "SO_TIMESTAMP")) in main() 343 else if (!strcasecmp(argv[i], "SO_TIMESTAMPNS")) in main() 345 else if (!strcasecmp(argv[i], "SIOCGSTAMP")) in main() 347 else if (!strcasecmp(argv[i], "SIOCGSTAMPNS")) in main() 349 else if (!strcasecmp(argv[i], "IP_MULTICAST_LOOP")) in main() 351 else if (!strcasecmp(argv[i], "SOF_TIMESTAMPING_TX_HARDWARE")) in main() 353 else if (!strcasecmp(argv[i], "SOF_TIMESTAMPING_TX_SOFTWARE")) in main() 355 else if (!strcasecmp(argv[i], "SOF_TIMESTAMPING_RX_HARDWARE")) in main() 357 else if (!strcasecmp(argv[i], "SOF_TIMESTAMPING_RX_SOFTWARE")) in main() 359 else if (!strcasecmp(argv[i], "SOF_TIMESTAMPING_SOFTWARE")) in main() [all …]
|
D | hwtstamp_config.c | 24 if (names[value] && strcasecmp(names[value], name) == 0) in lookup_value()
|
/linux-4.4.14/tools/perf/util/ |
D | config.c | 284 else if (!strcasecmp(end, "k")) { in parse_unit_factor() 288 else if (!strcasecmp(end, "m")) { in parse_unit_factor() 292 else if (!strcasecmp(end, "g")) { in parse_unit_factor() 359 if (!strcasecmp(value, "true") || !strcasecmp(value, "yes") || !strcasecmp(value, "on")) in perf_config_bool_or_int() 361 if (!strcasecmp(value, "false") || !strcasecmp(value, "no") || !strcasecmp(value, "off")) in perf_config_bool_or_int()
|
D | color.c | 11 if (!strcasecmp(value, "never")) in perf_config_colorbool() 13 if (!strcasecmp(value, "always")) in perf_config_colorbool() 15 if (!strcasecmp(value, "auto")) in perf_config_colorbool()
|
D | parse-regs-options.c | 46 if (!strcasecmp(s, r->name)) in parse_regs()
|
D | parse-branch-options.c | 69 if (!strcasecmp(s, br->name)) in parse_branch_stack()
|
D | pmu.c | 801 if (strcasecmp(term->config, "event")) in pmu_find_alias() 809 if (!strcasecmp(alias->name, name)) in pmu_find_alias()
|
/linux-4.4.14/sound/soc/fsl/ |
D | mpc8610_hpcd.c | 247 if (strcasecmp(sprop, "i2s-slave") == 0) { in mpc8610_hpcd_probe() 265 } else if (strcasecmp(sprop, "i2s-master") == 0) { in mpc8610_hpcd_probe() 270 } else if (strcasecmp(sprop, "lj-slave") == 0) { in mpc8610_hpcd_probe() 275 } else if (strcasecmp(sprop, "lj-master") == 0) { in mpc8610_hpcd_probe() 280 } else if (strcasecmp(sprop, "rj-slave") == 0) { in mpc8610_hpcd_probe() 285 } else if (strcasecmp(sprop, "rj-master") == 0) { in mpc8610_hpcd_probe() 290 } else if (strcasecmp(sprop, "ac97-slave") == 0) { in mpc8610_hpcd_probe() 295 } else if (strcasecmp(sprop, "ac97-master") == 0) { in mpc8610_hpcd_probe()
|
D | p1022_ds.c | 257 if (strcasecmp(sprop, "i2s-slave") == 0) { in p1022_ds_probe() 275 } else if (strcasecmp(sprop, "i2s-master") == 0) { in p1022_ds_probe() 280 } else if (strcasecmp(sprop, "lj-slave") == 0) { in p1022_ds_probe() 285 } else if (strcasecmp(sprop, "lj-master") == 0) { in p1022_ds_probe() 290 } else if (strcasecmp(sprop, "rj-slave") == 0) { in p1022_ds_probe() 295 } else if (strcasecmp(sprop, "rj-master") == 0) { in p1022_ds_probe() 300 } else if (strcasecmp(sprop, "ac97-slave") == 0) { in p1022_ds_probe() 305 } else if (strcasecmp(sprop, "ac97-master") == 0) { in p1022_ds_probe()
|
/linux-4.4.14/drivers/md/ |
D | dm-raid.c | 124 if (!strcasecmp("near", format)) in raid10_format_to_md_layout() 129 if (!strcasecmp("offset", format)) in raid10_format_to_md_layout() 132 if (!strcasecmp("far", format)) in raid10_format_to_md_layout() 555 if (!strcasecmp(argv[i], "nosync")) { in parse_raid_params() 560 if (!strcasecmp(argv[i], "sync")) { in parse_raid_params() 575 if (!strcasecmp(key, "raid10_format")) { in parse_raid_params() 597 if (!strcasecmp(key, "rebuild")) { in parse_raid_params() 605 } else if (!strcasecmp(key, "write_mostly")) { in parse_raid_params() 615 } else if (!strcasecmp(key, "max_write_behind")) { in parse_raid_params() 632 } else if (!strcasecmp(key, "daemon_sleep")) { in parse_raid_params() [all …]
|
D | dm-flakey.c | 75 if (!strcasecmp(arg_name, "drop_writes")) { in parse_features() 87 if (!strcasecmp(arg_name, "corrupt_bio_byte")) { in parse_features() 102 if (!strcasecmp(arg_name, "w")) in parse_features() 104 else if (!strcasecmp(arg_name, "r")) in parse_features()
|
D | dm-mpath.c | 778 if (!strcasecmp(arg_name, "queue_if_no_path")) { in parse_features() 783 if (!strcasecmp(arg_name, "retain_attached_hw_handler")) { in parse_features() 788 if (!strcasecmp(arg_name, "pg_init_retries") && in parse_features() 795 if (!strcasecmp(arg_name, "pg_init_delay_msecs") && in parse_features() 1488 if (!strcasecmp(argv[0], "queue_if_no_path")) { in multipath_message() 1491 } else if (!strcasecmp(argv[0], "fail_if_no_path")) { in multipath_message() 1502 if (!strcasecmp(argv[0], "disable_group")) { in multipath_message() 1505 } else if (!strcasecmp(argv[0], "enable_group")) { in multipath_message() 1508 } else if (!strcasecmp(argv[0], "switch_group")) { in multipath_message() 1511 } else if (!strcasecmp(argv[0], "reinstate_path")) in multipath_message() [all …]
|
D | dm-stats.c | 1010 if (!strcasecmp(a, "precise_timestamps")) in message_stats_create() 1171 if (!strcasecmp(argv[0], "@stats_create")) in dm_stats_message() 1173 else if (!strcasecmp(argv[0], "@stats_delete")) in dm_stats_message() 1175 else if (!strcasecmp(argv[0], "@stats_clear")) in dm_stats_message() 1177 else if (!strcasecmp(argv[0], "@stats_list")) in dm_stats_message() 1179 else if (!strcasecmp(argv[0], "@stats_print")) in dm_stats_message() 1181 else if (!strcasecmp(argv[0], "@stats_print_clear")) in dm_stats_message() 1183 else if (!strcasecmp(argv[0], "@stats_set_aux")) in dm_stats_message()
|
D | dm-cache-policy-mq.c | 1311 if (!strcasecmp(key, "random_threshold")) { in mq_set_config_value() 1314 } else if (!strcasecmp(key, "sequential_threshold")) { in mq_set_config_value() 1317 } else if (!strcasecmp(key, "discard_promote_adjustment")) in mq_set_config_value() 1320 else if (!strcasecmp(key, "read_promote_adjustment")) in mq_set_config_value() 1323 else if (!strcasecmp(key, "write_promote_adjustment")) in mq_set_config_value()
|
D | dm-crypt.c | 1850 if (!strcasecmp(opt_string, "allow_discards")) in crypt_ctr() 1853 else if (!strcasecmp(opt_string, "same_cpu_crypt")) in crypt_ctr() 1856 else if (!strcasecmp(opt_string, "submit_from_crypt_cpus")) in crypt_ctr() 2015 if (!strcasecmp(argv[0], "key")) { in crypt_message() 2020 if (argc == 3 && !strcasecmp(argv[1], "set")) { in crypt_message() 2028 if (argc == 2 && !strcasecmp(argv[1], "wipe")) { in crypt_message()
|
D | dm-thin.c | 2984 if (!strcasecmp(arg_name, "skip_block_zeroing")) in parse_pool_features() 2987 else if (!strcasecmp(arg_name, "ignore_discard")) in parse_pool_features() 2990 else if (!strcasecmp(arg_name, "no_discard_passdown")) in parse_pool_features() 2993 else if (!strcasecmp(arg_name, "read_only")) in parse_pool_features() 2996 else if (!strcasecmp(arg_name, "error_if_no_space")) in parse_pool_features() 3638 if (!strcasecmp(argv[0], "create_thin")) in pool_message() 3641 else if (!strcasecmp(argv[0], "create_snap")) in pool_message() 3644 else if (!strcasecmp(argv[0], "delete")) in pool_message() 3647 else if (!strcasecmp(argv[0], "set_transaction_id")) in pool_message() 3650 else if (!strcasecmp(argv[0], "reserve_metadata_snap")) in pool_message() [all …]
|
D | dm-era-target.c | 1650 if (!strcasecmp(argv[0], "checkpoint")) in era_message() 1653 if (!strcasecmp(argv[0], "take_metadata_snap")) in era_message() 1656 if (!strcasecmp(argv[0], "drop_metadata_snap")) in era_message()
|
D | dm-verity.c | 882 if (!strcasecmp(opt_string, DM_VERITY_OPT_LOGGING)) in verity_ctr() 884 else if (!strcasecmp(opt_string, DM_VERITY_OPT_RESTART)) in verity_ctr()
|
D | dm-switch.c | 478 if (!strcasecmp(argv[0], "set_region_mappings")) in switch_message()
|
D | dm-cache-target.c | 2567 if (!strcasecmp(arg, "writeback")) in parse_features() 2570 else if (!strcasecmp(arg, "writethrough")) in parse_features() 2573 else if (!strcasecmp(arg, "passthrough")) in parse_features() 2655 if (!strcasecmp(key, "migration_threshold")) { in process_config_option() 3767 if (!strcasecmp(argv[0], "invalidate_cblocks")) in cache_message()
|
D | dm-log-userspace-base.c | 233 if (!strcasecmp(argv[0], "integrated_flush")) { in userspace_ctr()
|
D | dm-log-writes.c | 755 if (!strcasecmp(argv[0], "mark")) in log_writes_message()
|
D | dm-ioctl.c | 1492 if (!strcasecmp(argv[0], "@cancel_deferred_remove")) { in message_for_md()
|
/linux-4.4.14/drivers/pcmcia/ |
D | o2micro.h | 146 if (strcasecmp(o2_speedup, "on") == 0) in o2micro_override() 148 else if (strcasecmp(o2_speedup, "off") == 0) in o2micro_override() 150 else if (strcasecmp(o2_speedup, "default") != 0) in o2micro_override()
|
/linux-4.4.14/block/partitions/ |
D | mac.c | 103 && strcasecmp(part->processor, "powerpc") == 0) in mac_partition() 106 if (strcasecmp(part->type, "Apple_UNIX_SVR2") == 0 in mac_partition() 108 && strcasecmp(part->type, "Linux_swap") != 0)) { in mac_partition()
|
/linux-4.4.14/drivers/usb/host/ |
D | fsl-mph-dr-of.c | 66 if (!strcasecmp(phy_type, "ulpi")) in determine_usb_phy() 68 if (!strcasecmp(phy_type, "utmi")) in determine_usb_phy() 70 if (!strcasecmp(phy_type, "utmi_wide")) in determine_usb_phy() 72 if (!strcasecmp(phy_type, "utmi_dual")) in determine_usb_phy() 74 if (!strcasecmp(phy_type, "serial")) in determine_usb_phy()
|
/linux-4.4.14/tools/perf/ |
D | builtin-help.c | 52 if (!strcasecmp(name, viewer->name)) in get_man_viewer_info() 346 if (!strcasecmp(name, "man")) in exec_viewer() 348 else if (!strcasecmp(name, "woman")) in exec_viewer() 350 else if (!strcasecmp(name, "konqueror")) in exec_viewer()
|
D | builtin-mem.c | 230 if (!strcasecmp(s, m->name)) in parse_mem_ops()
|
D | builtin-script.c | 1024 if (strcasecmp(s->spec, spec) == 0) in script_spec__find() 1312 if (strcasecmp(s->name, name) == 0) in script_desc__find()
|
D | builtin-record.c | 919 if (!strcasecmp(str, cm->name)) { in parse_clockid()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | cbe_regs.c | 56 if (strcasecmp(np->type, "spe")) { in cbe_find_map() 73 } while (strcasecmp(tmp_np->type, "cpu") && in cbe_find_map() 74 strcasecmp(tmp_np->type, "be")); in cbe_find_map()
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fb_agm1264k-fl.c | 148 if (strcasecmp(gpio->name, "wr") == 0) { in request_gpios_match() 152 } else if (strcasecmp(gpio->name, "cs0") == 0) { in request_gpios_match() 156 } else if (strcasecmp(gpio->name, "cs1") == 0) { in request_gpios_match() 164 else if (strcasecmp(gpio->name, "rw") == 0) { in request_gpios_match()
|
D | fbtft-core.c | 83 if (strcasecmp(gpio->name, "reset") == 0) { in fbtft_request_gpios_match() 86 } else if (strcasecmp(gpio->name, "dc") == 0) { in fbtft_request_gpios_match() 89 } else if (strcasecmp(gpio->name, "cs") == 0) { in fbtft_request_gpios_match() 92 } else if (strcasecmp(gpio->name, "wr") == 0) { in fbtft_request_gpios_match() 95 } else if (strcasecmp(gpio->name, "rd") == 0) { in fbtft_request_gpios_match() 98 } else if (strcasecmp(gpio->name, "latch") == 0) { in fbtft_request_gpios_match() 107 } else if (strcasecmp(gpio->name, "led") == 0) { in fbtft_request_gpios_match() 110 } else if (strcasecmp(gpio->name, "led_") == 0) { in fbtft_request_gpios_match()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_sysfs.c | 137 if (!strcasecmp(buf, "none")) in nouveau_sysfs_pstate_set() 140 if (!strcasecmp(buf, "auto")) in nouveau_sysfs_pstate_set()
|
/linux-4.4.14/drivers/of/ |
D | of_net.c | 34 if (!strcasecmp(pm, phy_modes(i))) in of_get_phy_mode()
|
D | of_mtd.c | 45 if (!strcasecmp(pm, nand_ecc_modes[i])) in of_get_nand_ecc_mode()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | prom.h | 31 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2))
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | lpar.c | 615 if (strcasecmp(parm, "no") == 0 || strcasecmp(parm, "off") == 0) { in cmo_free_hint() 624 if (strcasecmp(parm, "yes") == 0 || strcasecmp(parm, "on") == 0) in cmo_free_hint()
|
/linux-4.4.14/drivers/acpi/ |
D | sbs.c | 166 if (!strcasecmp("NiCd", battery->device_chemistry)) in acpi_battery_technology() 168 if (!strcasecmp("NiMH", battery->device_chemistry)) in acpi_battery_technology() 170 if (!strcasecmp("LION", battery->device_chemistry)) in acpi_battery_technology() 172 if (!strcasecmp("LiP", battery->device_chemistry)) in acpi_battery_technology()
|
D | battery.c | 159 if (!strcasecmp("NiCd", battery->type)) in acpi_battery_technology() 161 if (!strcasecmp("NiMH", battery->type)) in acpi_battery_technology() 163 if (!strcasecmp("LION", battery->type)) in acpi_battery_technology() 167 if (!strcasecmp("LiP", battery->type)) in acpi_battery_technology()
|
D | bus.c | 587 if (!strcasecmp(obj->string.pointer, id->compatible)) in acpi_of_match_device()
|
/linux-4.4.14/arch/sh/kernel/ |
D | machvec.c | 34 if (strcasecmp(name, mv->mv_name) == 0) in get_mv_byname()
|
/linux-4.4.14/drivers/input/misc/ |
D | cm109.c | 869 if (!strcasecmp(phone, "kip1000")) { in cm109_select_keymap() 873 } else if (!strcasecmp(phone, "gtalk")) { in cm109_select_keymap() 877 } else if (!strcasecmp(phone, "usbph01")) { in cm109_select_keymap() 881 } else if (!strcasecmp(phone, "atcom")) { in cm109_select_keymap()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-sti.c | 308 if (!strcasecmp(rs, "clk_125")) in sti_dwmac_parse_data() 310 else if (!strcasecmp(rs, "txclk")) in sti_dwmac_parse_data()
|
/linux-4.4.14/drivers/media/tuners/ |
D | tuner-xc2028.c | 247 if (strcasecmp(audio_std, "A2") == 0) in parse_audio_std_option() 249 if (strcasecmp(audio_std, "A2/A") == 0) in parse_audio_std_option() 251 if (strcasecmp(audio_std, "A2/B") == 0) in parse_audio_std_option() 253 if (strcasecmp(audio_std, "NICAM") == 0) in parse_audio_std_option() 255 if (strcasecmp(audio_std, "NICAM/A") == 0) in parse_audio_std_option() 257 if (strcasecmp(audio_std, "NICAM/B") == 0) in parse_audio_std_option()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | prom_common.c | 73 if (!strcasecmp(prop->name, name)) { in of_set_property()
|
/linux-4.4.14/drivers/power/reset/ |
D | at91-poweroff.c | 87 if (!strcasecmp(pm, shdwc_wakeup_modes[i])) in at91_poweroff_get_wakeup_mode()
|
/linux-4.4.14/include/linux/ |
D | string.h | 47 extern int strcasecmp(const char *s1, const char *s2);
|
D | of.h | 226 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) 228 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2))
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_output.c | 53 if (!strcasecmp(arg, "0")) in parse_LABC_control() 55 else if (!strcasecmp(arg, "1")) in parse_LABC_control()
|
/linux-4.4.14/lib/ |
D | string.c | 67 int strcasecmp(const char *s1, const char *s2) in strcasecmp() function 77 EXPORT_SYMBOL(strcasecmp);
|
/linux-4.4.14/sound/soc/sti/ |
D | uniperif_player.c | 1015 if (strcasecmp(mode, "hdmi") == 0) in uni_player_parse_dt() 1017 else if (strcasecmp(mode, "pcm") == 0) in uni_player_parse_dt() 1019 else if (strcasecmp(mode, "spdif") == 0) in uni_player_parse_dt()
|
/linux-4.4.14/drivers/hid/ |
D | hid-wiimote-debug.c | 149 if (!strcasecmp(buf, wiidebug_drmmap[i])) in wiidebug_drm_write()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | shadow.c | 189 !strcasecmp(source, mthd->func->name)) { in nvbios_shadow()
|
/linux-4.4.14/net/dns_resolver/ |
D | dns_key.c | 190 if (strcasecmp(src, dsp) == 0) in dns_resolver_cmp()
|
/linux-4.4.14/drivers/iio/adc/ |
D | xilinx-xadc-core.c | 1056 if (ret < 0 || strcasecmp(external_mux, "none") == 0) in xadc_parse_dt() 1058 else if (strcasecmp(external_mux, "single") == 0) in xadc_parse_dt() 1060 else if (strcasecmp(external_mux, "dual") == 0) in xadc_parse_dt()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 3641 if (strcasecmp(phy_connection_type, "mii") == 0) in to_phy_interface() 3643 if (strcasecmp(phy_connection_type, "gmii") == 0) in to_phy_interface() 3645 if (strcasecmp(phy_connection_type, "tbi") == 0) in to_phy_interface() 3647 if (strcasecmp(phy_connection_type, "rmii") == 0) in to_phy_interface() 3649 if (strcasecmp(phy_connection_type, "rgmii") == 0) in to_phy_interface() 3651 if (strcasecmp(phy_connection_type, "rgmii-id") == 0) in to_phy_interface() 3653 if (strcasecmp(phy_connection_type, "rgmii-txid") == 0) in to_phy_interface() 3655 if (strcasecmp(phy_connection_type, "rgmii-rxid") == 0) in to_phy_interface() 3657 if (strcasecmp(phy_connection_type, "rtbi") == 0) in to_phy_interface() 3659 if (strcasecmp(phy_connection_type, "sgmii") == 0) in to_phy_interface()
|
D | gianfar.c | 647 if (model && strcasecmp(model, "FEC")) { in gfar_parse_group() 882 if (model && !strcasecmp(model, "TSEC")) in gfar_of_init() 888 if (model && !strcasecmp(model, "eTSEC")) in gfar_of_init()
|
/linux-4.4.14/tools/vm/ |
D | slabinfo.c | 644 if (strcasecmp(opt, "a") == 0) { in debug_opt_scan() 1041 result = strcasecmp(s1->name, s2->name); in sort_slabs() 1071 if (strcasecmp(n1, n2) > 0) { in sort_aliases()
|
/linux-4.4.14/drivers/base/ |
D | property.c | 651 if (!strcasecmp(pm, phy_modes(i))) in device_get_phy_mode()
|
/linux-4.4.14/scripts/kconfig/ |
D | gconf.c | 966 if (!strcasecmp(event->string, "n")) in on_treeview2_key_press_event() 968 else if (!strcasecmp(event->string, "m")) in on_treeview2_key_press_event() 970 else if (!strcasecmp(event->string, "y")) in on_treeview2_key_press_event()
|
D | mconf.c | 1029 if (!strcasecmp(mode, "single_menu")) in main()
|
D | nconf.c | 1495 if (!strcasecmp(mode, "single_menu")) in main()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 942 if (!strcasecmp(ext, "RSSI")) { in r871x_wx_set_priv() 959 } else if (!strcasecmp(ext, "LINKSPEED")) { in r871x_wx_set_priv() 972 } else if (!strcasecmp(ext, "MACADDR")) { in r871x_wx_set_priv() 976 } else if (!strcasecmp(ext, "SCAN-ACTIVE")) { in r871x_wx_set_priv() 983 } else if (!strcasecmp(ext, "SCAN-PASSIVE")) { in r871x_wx_set_priv()
|
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/ |
D | qe.c | 239 if (strcasecmp(source, "none") == 0) in qe_clock_source()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 546 if (!strcasecmp(phy_mode_str, "internal")) in bcmgenet_mii_of_init()
|
/linux-4.4.14/drivers/media/rc/ |
D | rc-main.c | 949 if (!strcasecmp(tmp, proto_names[i].name)) { in parse_protocol_change() 956 if (!strcasecmp(tmp, "lirc")) in parse_protocol_change()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ibmebus.c | 154 (strcasecmp((char *)data, dn->full_name) == 0)); in ibmebus_match_path()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | imx-tve.c | 556 if (!strcasecmp(bm, imx_tve_modes[i])) in of_get_tve_mode()
|
D | imx-ldb.c | 471 if (!strcasecmp(bm, imx_ldb_bit_mappings[i].mapping) && in of_get_bus_format()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 1278 if (strcasecmp(buf, "default") == 0) in ath6kl_roam_mode_write() 1280 else if (strcasecmp(buf, "bssbias") == 0) in ath6kl_roam_mode_write() 1282 else if (strcasecmp(buf, "lock") == 0) in ath6kl_roam_mode_write()
|
/linux-4.4.14/drivers/macintosh/ |
D | macio_asic.c | 283 if (dev->media_bay != NULL && strcasecmp(np->name, "ata4") == 0) { in macio_add_missing_resources()
|
/linux-4.4.14/drivers/thermal/ |
D | of-thermal.c | 664 if (!strcasecmp(t, trip_types[i])) { in thermal_of_get_trip_type()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 241 if (strcasecmp(buf, fip_conn_type_names[i]) == 0) in fcoe_enum_name_search()
|
/linux-4.4.14/sound/aoa/fabrics/ |
D | layout.c | 1004 if (sound->type && strcasecmp(sound->type, "soundchip") == 0) in aoa_fabric_layout_probe()
|
/linux-4.4.14/drivers/edac/ |
D | i7core_edac.c | 830 if (!strcasecmp(data, "any") || !strcasecmp(data, "any\n"))\
|
/linux-4.4.14/sound/soc/codecs/ |
D | sta350.c | 1128 if (!strcasecmp(ffx_power_mode, sta350_ffx_modes[i])) in sta350_probe_dt()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | setup.c | 1054 if (strcasecmp(mv->vector_name, name) == 0) in get_sysvec_byname()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_driver.c | 2069 if (strcasecmp(val, "monotonic") == 0) in uvc_clock_param_set() 2071 else if (strcasecmp(val, "realtime") == 0) in uvc_clock_param_set()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | netcp_core.c | 248 if (!strcasecmp(module->name, name)) in netcp_module_probe() 358 if (!strcasecmp(tmp->name, module->name)) { in netcp_register_module()
|
/linux-4.4.14/drivers/net/dsa/ |
D | bcm_sf2.c | 920 if (!strcasecmp(phy_mode_str, "internal")) in bcm_sf2_identify_ports()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-i801.c | 937 if (strcasecmp(name, dmi_devices[i].name)) in dmi_check_onboard_device()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | atmel_lcdfb.c | 1011 if (!strcasecmp(mode, atmel_lcdfb_wiring_modes[i])) in atmel_lcdfb_get_of_wiring_modes()
|
/linux-4.4.14/drivers/input/mouse/ |
D | psmouse-base.c | 483 if (!strcasecmp(id, ids[i])) in psmouse_check_pnp_id()
|
/linux-4.4.14/kernel/trace/ |
D | blktrace.c | 1587 if (strcasecmp(token, mask_maps[i].str) == 0) { in blk_trace_str2mask()
|
/linux-4.4.14/drivers/memory/ |
D | omap-gpmc.c | 1844 if (!strcasecmp(s, nand_xfer_types[val])) { in gpmc_probe_nand_child()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_target.c | 6501 if (strcasecmp(qlini_mode, QLA2XXX_INI_MODE_STR_EXCLUSIVE) == 0) in qlt_parse_ini_mode() 6503 else if (strcasecmp(qlini_mode, QLA2XXX_INI_MODE_STR_DISABLED) == 0) in qlt_parse_ini_mode() 6505 else if (strcasecmp(qlini_mode, QLA2XXX_INI_MODE_STR_ENABLED) == 0) in qlt_parse_ini_mode()
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 2701 if (!strcasecmp(channel_table[i].name, domain)) { in atmel_ioctl()
|
/linux-4.4.14/drivers/ata/ |
D | libata-core.c | 6569 if (strcasecmp(val, fp->name) == 0) { in ata_parse_force_one()
|