Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 106) sorted by relevance

12345

/drivers/platform/mellanox/
A Dmlxbf-pmc.c1112 if (strstr(blk, "tilenet")) { in mlxbf_pmc_event_list()
1115 } else if (strstr(blk, "tile")) { in mlxbf_pmc_event_list()
1121 } else if (strstr(blk, "trio")) { in mlxbf_pmc_event_list()
1136 } else if (strstr(blk, "mss")) { in mlxbf_pmc_event_list()
1152 } else if (strstr(blk, "ecc")) { in mlxbf_pmc_event_list()
1161 } else if (strstr(blk, "gic")) { in mlxbf_pmc_event_list()
1170 } else if (strstr(blk, "llt")) { in mlxbf_pmc_event_list()
1176 } else if (strstr(blk, "gga")) { in mlxbf_pmc_event_list()
1179 } else if (strstr(blk, "apt")) { in mlxbf_pmc_event_list()
1182 } else if (strstr(blk, "emi")) { in mlxbf_pmc_event_list()
[all …]
/drivers/target/tcm_remote/
A Dtcm_remote.c97 if (strstr(name, "tpgt_") != name) { in tcm_remote_make_tpg()
167 ptr = strstr(name, "naa."); in tcm_remote_make_wwn()
172 ptr = strstr(name, "fc."); in tcm_remote_make_wwn()
178 ptr = strstr(name, "0x"); in tcm_remote_make_wwn()
184 ptr = strstr(name, "iqn."); in tcm_remote_make_wwn()
/drivers/soc/mediatek/
A Dmtk-regulator-coupler.c116 if (strstr(rdev_name, "sram")) { in mediatek_regulator_attach()
120 } else if (!strstr(rdev_name, "vgpu") && !strstr(rdev_name, "Vgpu")) { in mediatek_regulator_attach()
/drivers/leds/
A Dleds-mlxreg.c219 if (strstr(data->label, "red") || in mlxreg_led_config()
220 strstr(data->label, "orange")) { in mlxreg_led_config()
223 } else if (strstr(data->label, "amber")) { in mlxreg_led_config()
/drivers/media/platform/mediatek/vcodec/common/
A Dmtk_vcodec_dbgfs.c104 if (strstr(dbgfs->dbgfs_buf, "-help") || dbgfs->buf_size == 1) { in mtk_vdec_dbgfs_read()
109 if (strstr(dbgfs->dbgfs_buf, "-picinfo")) in mtk_vdec_dbgfs_read()
112 if (strstr(dbgfs->dbgfs_buf, "-format")) in mtk_vdec_dbgfs_read()
/drivers/target/loopback/
A Dtcm_loop.c793 ptr = strstr(i_port, "naa."); in tcm_loop_tpg_nexus_store()
803 ptr = strstr(i_port, "fc."); in tcm_loop_tpg_nexus_store()
813 ptr = strstr(i_port, "iqn."); in tcm_loop_tpg_nexus_store()
923 if (strstr(name, "tpgt_") != name) { in tcm_loop_make_naa_tpg()
1001 ptr = strstr(name, "naa."); in tcm_loop_make_scsi_hba()
1006 ptr = strstr(name, "fc."); in tcm_loop_make_scsi_hba()
1012 ptr = strstr(name, "iqn."); in tcm_loop_make_scsi_hba()
/drivers/macintosh/
A Dwindfarm_lm87_sensor.c116 if (strstr(loc, "DIMM")) in wf_lm87_probe()
118 else if (strstr(loc, "Processors")) in wf_lm87_probe()
/drivers/net/hamradio/
A Dbaycom_epp.c971 if (strstr(modestr,"intclk")) in baycom_setmode()
973 if (strstr(modestr,"extclk")) in baycom_setmode()
975 if (strstr(modestr,"intmodem")) in baycom_setmode()
977 if (strstr(modestr,"extmodem")) in baycom_setmode()
979 if (strstr(modestr,"loopback")) in baycom_setmode()
981 if (strstr(modestr, "noloopback")) in baycom_setmode()
983 if ((cp = strstr(modestr,"fclk="))) { in baycom_setmode()
990 if ((cp = strstr(modestr,"bps="))) { in baycom_setmode()
/drivers/media/usb/siano/
A Dsmsusb.c311 } else if (strstr(product_string, "DVBH")) in smsusb1_detectmode()
313 else if (strstr(product_string, "BDA")) in smsusb1_detectmode()
315 else if (strstr(product_string, "DVBT")) in smsusb1_detectmode()
317 else if (strstr(product_string, "TDMB")) in smsusb1_detectmode()
/drivers/parport/
A Dprobe.c105 if (strstr(sep, "PJL") || strstr(sep, "PCL")) in parse_data()
/drivers/platform/x86/dell/
A Ddell_rbu.c561 if (strstr(buffer, "mono")) in image_type_write()
563 else if (strstr(buffer, "packet")) in image_type_write()
565 else if (strstr(buffer, "init")) { in image_type_write()
/drivers/target/iscsi/
A Discsi_target_nego.c68 ptr = strstr(in_buf, pattern); in extract_param()
72 ptr = strstr(ptr, "="); in extract_param()
140 if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
145 if (strstr("None", authtype)) in iscsi_handle_authentication()
147 else if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
A Discsi_target_configfs.c173 str = strstr(buf, "["); in lio_target_call_addnptotpg()
175 str2 = strstr(str, "]"); in lio_target_call_addnptotpg()
186 port_str = strstr(str2, ":"); in lio_target_call_addnptotpg()
196 port_str = strstr(ip_str, ":"); in lio_target_call_addnptotpg()
1054 tpgt_str = strstr(name, "tpgt_"); in lio_target_tiqn_addtpg()
/drivers/xen/
A Dcpu_hotplug.c78 cpustr = strstr(path, "cpu/"); in handle_vcpu_hotplug_event()
A Dxen-scsiback.c1363 ptr = strstr(name, "naa."); in scsiback_make_tport()
1368 ptr = strstr(name, "fc."); in scsiback_make_tport()
1374 ptr = strstr(name, "iqn."); in scsiback_make_tport()
1652 ptr = strstr(i_port, "naa."); in scsiback_tpg_nexus_store()
1662 ptr = strstr(i_port, "fc."); in scsiback_tpg_nexus_store()
1672 ptr = strstr(i_port, "iqn."); in scsiback_tpg_nexus_store()
1755 if (strstr(name, "tpgt_") != name) in scsiback_make_tpg()
/drivers/firmware/efi/libstub/
A Dstring.c50 char *strstr(const char *s1, const char *s2) in strstr() function
/drivers/hwmon/
A Dk10temp.c442 strstr(boot_cpu_data.x86_model_id, AMD_I3255_STR)) { in k10temp_probe()
519 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()
A Dhp-wmi-sensors.c781 strstr(name, HP_WMI_PATTERN_TEMP_SENSOR)) || in classify_numeric_sensor()
1145 if (strstr(event_name, HP_WMI_PATTERN_FAN_ALARM)) in classify_event()
1538 if (strstr(event_description, name)) in match_fan_event()
1585 if (is_cpu && (strstr(name, HP_WMI_PATTERN_CPU) && in match_temp_events()
1586 strstr(name, HP_WMI_PATTERN_TEMP))) in match_temp_events()
/drivers/tty/serial/8250/
A D8250_pnp.c392 if (strstr(name, *tmp)) in check_name()
/drivers/iio/trigger/
A Dstm32-timer-trigger.c113 return !!strstr(name, "trgo2"); in stm32_timer_is_trgo2_name()
118 return (!!strstr(name, "trgo") && !strstr(name, "trgo2")); in stm32_timer_is_trgo_name()
/drivers/net/can/usb/etas_es58x/
A Des58x_devlink.c56 prod_info = strstr(prod_info, prefix); in es58x_parse_sw_version()
/drivers/watchdog/
A Dsbc_fitpc2_wdt.c204 if (!brd_name || !strstr(brd_name, "SBC-FITPC2")) in fitpc2_wdt_init()
/drivers/staging/greybus/
A Daudio_helper.c35 if (!w->sname || !strstr(w->sname, dai_w->sname)) in gbaudio_dapm_link_dai_widget()
/drivers/firmware/
A Ddmi_scan.c865 if (strstr(dmi_ident[s], in dmi_matches()
963 if (dmi_ident[f] && strstr(dmi_ident[f], str)) in dmi_name_in_serial()
978 if (dmi_ident[f] && strstr(dmi_ident[f], str)) in dmi_name_in_vendors()
/drivers/usb/dwc3/
A Ddwc3-meson-g12a.c332 if (!strstr(priv->drvdata->phy_names[i], "usb2")) in dwc3_meson_g12a_usb2_init()
458 if (strstr(phy_name, "usb3")) in dwc3_meson_g12a_get_phys()
655 if (!strstr(priv->drvdata->phy_names[i], "usb2")) in dwc3_meson_g12a_setup_regmaps()

Completed in 57 milliseconds

12345