Searched refs:strcasecmp (Results 1 – 12 of 12) sorted by relevance
/linux-4.19.296/block/partitions/ |
D | mac.c | 104 && strcasecmp(part->processor, "powerpc") == 0) in mac_partition() 107 if (strcasecmp(part->type, "Apple_UNIX_SVR2") == 0 in mac_partition() 109 && strcasecmp(part->type, "Linux_swap") != 0)) { in mac_partition()
|
/linux-4.19.296/drivers/of/ |
D | of_net.c | 35 if (!strcasecmp(pm, phy_modes(i))) in of_get_phy_mode()
|
/linux-4.19.296/drivers/media/tuners/ |
D | tuner-xc2028.c | 244 if (strcasecmp(audio_std, "A2") == 0) in parse_audio_std_option() 246 if (strcasecmp(audio_std, "A2/A") == 0) in parse_audio_std_option() 248 if (strcasecmp(audio_std, "A2/B") == 0) in parse_audio_std_option() 250 if (strcasecmp(audio_std, "NICAM") == 0) in parse_audio_std_option() 252 if (strcasecmp(audio_std, "NICAM/A") == 0) in parse_audio_std_option() 254 if (strcasecmp(audio_std, "NICAM/B") == 0) in parse_audio_std_option()
|
/linux-4.19.296/drivers/hid/ |
D | hid-wiimote-debug.c | 149 if (!strcasecmp(buf, wiidebug_drmmap[i])) in wiidebug_drm_write()
|
/linux-4.19.296/lib/ |
D | string.c | 68 int strcasecmp(const char *s1, const char *s2) in strcasecmp() function 78 EXPORT_SYMBOL(strcasecmp);
|
/linux-4.19.296/drivers/iio/adc/ |
D | xilinx-xadc-core.c | 1110 if (ret < 0 || strcasecmp(external_mux, "none") == 0) in xadc_parse_dt() 1112 else if (strcasecmp(external_mux, "single") == 0) in xadc_parse_dt() 1114 else if (strcasecmp(external_mux, "dual") == 0) in xadc_parse_dt()
|
/linux-4.19.296/include/linux/ |
D | of.h | 966 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) 968 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2))
|
D | string.h | 54 extern int strcasecmp(const char *s1, const char *s2);
|
/linux-4.19.296/drivers/media/rc/ |
D | rc-main.c | 1138 if (!strcasecmp(tmp, proto_names[i].name)) { in parse_protocol_change() 1145 if (!strcasecmp(tmp, "lirc")) in parse_protocol_change()
|
/linux-4.19.296/drivers/edac/ |
D | i7core_edac.c | 820 if (!strcasecmp(data, "any") || !strcasecmp(data, "any\n"))\
|
/linux-4.19.296/drivers/base/ |
D | property.c | 1235 if (!strcasecmp(pm, phy_modes(i))) in fwnode_get_phy_mode()
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-i801.c | 1096 if (strcasecmp(name, dmi_devices[i].name)) in dmi_check_onboard_device()
|