Home
last modified time | relevance | path

Searched refs:model_name (Results 1 - 25 of 110) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dwd.c171 const char *model_name; in wd_probe1() local
207 case 0x03: word16 = 0; model_name = "PDI8023-8"; break; in wd_probe1()
208 case 0x05: word16 = 0; model_name = "PDUC8023"; break; in wd_probe1()
209 case 0x0a: word16 = 1; model_name = "PDI8023-16"; break; in wd_probe1()
211 default: word16 = 0; model_name = "PDI8023"; break; in wd_probe1()
227 model_name = "WD8003-old"; in wd_probe1()
238 model_name = "WD8013"; in wd_probe1()
241 model_name = "WD8003"; in wd_probe1()
320 ei_status.name = model_name; in wd_probe1()
344 model_name, de in wd_probe1()
[all...]
H A Dsmc-ultra.c207 const char *model_name; in ultra_probe1() local
239 model_name = (idreg & 0xF0) == 0x20 ? "SMC Ultra" : "SMC EtherEZ"; in ultra_probe1()
244 netdev_info(dev, "%s at %#3x, %pM", model_name, in ultra_probe1()
292 ei_status.name = model_name; in ultra_probe1()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dwd.c171 const char *model_name; in wd_probe1() local
208 case 0x03: word16 = 0; model_name = "PDI8023-8"; break; in wd_probe1()
209 case 0x05: word16 = 0; model_name = "PDUC8023"; break; in wd_probe1()
210 case 0x0a: word16 = 1; model_name = "PDI8023-16"; break; in wd_probe1()
212 default: word16 = 0; model_name = "PDI8023"; break; in wd_probe1()
228 model_name = "WD8003-old"; in wd_probe1()
239 model_name = "WD8013"; in wd_probe1()
242 model_name = "WD8003"; in wd_probe1()
321 ei_status.name = model_name; in wd_probe1()
345 model_name, de in wd_probe1()
[all...]
H A Dsmc-ultra.c207 const char *model_name; in ultra_probe1() local
239 model_name = (idreg & 0xF0) == 0x20 ? "SMC Ultra" : "SMC EtherEZ"; in ultra_probe1()
245 netdev_info(dev, "%s at %#3x, %pM", model_name, in ultra_probe1()
293 ei_status.name = model_name; in ultra_probe1()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Daspeed_adc.c91 const char *model_name; member
510 data->model_data->model_name); in aspeed_adc_probe()
525 data->model_data->model_name); in aspeed_adc_probe()
541 data->model_data->model_name); in aspeed_adc_probe()
636 indio_dev->name = data->model_data->model_name; in aspeed_adc_probe()
664 .model_name = "ast2400-adc",
674 .model_name = "ast2500-adc",
686 .model_name = "ast2600-adc0",
697 .model_name = "ast2600-adc1",
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dspeedstep-centrino.c66 const char *model_name; member
202 .model_name = "Intel(R) Pentium(R) M processor " name "MHz", \
222 /* NULL model_name is a wildcard */
241 (model->model_name == NULL || in centrino_cpu_init_table()
242 strcmp(cpu->x86_model_id, model->model_name) == 0)) in centrino_cpu_init_table()
264 model->model_name, model->max_freq); in centrino_cpu_init_table()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dspeedstep-centrino.c66 const char *model_name; member
202 .model_name = "Intel(R) Pentium(R) M processor " name "MHz", \
222 /* NULL model_name is a wildcard */
241 (model->model_name == NULL || in centrino_cpu_init_table()
242 strcmp(cpu->x86_model_id, model->model_name) == 0)) in centrino_cpu_init_table()
264 model->model_name, model->max_freq); in centrino_cpu_init_table()
/kernel/linux/linux-6.6/tools/verification/dot2/
H A Dautomata.py36 model_name = basename[0:-4]
37 if model_name.__len__() == 0:
40 return model_name
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Daspeed_adc.c45 const char *model_name; member
255 indio_dev->name = model_data->model_name; in aspeed_adc_probe()
298 .model_name = "ast2400-adc",
305 .model_name = "ast2500-adc",
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw.c39 const char *model_name; member
97 m = info->model_name; in name_card()
314 .model_name = "FireWave",
320 .model_name = "FireWire Speakers",
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw.c42 const char *model_name; member
100 m = info->model_name; in name_card()
300 .model_name = "FireWave",
306 .model_name = "FireWire Speakers",
/kernel/linux/linux-5.10/drivers/media/pci/mantis/
H A Dmantis_core.c68 .model_name = MANTIS_MODEL_UNKNOWN,
108 mantis->hwconfig->model_name, mantis->hwconfig->dev_type, in mantis_core_init()
H A Dhopper_vp3028.c65 .model_name = MANTIS_MODEL_NAME,
H A Dmantis_vp1034.c97 .model_name = MANTIS_MODEL_NAME,
H A Dmantis_input.c42 "Mantis %s IR receiver", mantis->hwconfig->model_name); in mantis_input_init()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dpower_supply.c34 char *model_name; member
468 if (strlen(gbpsy->model_name)) in _gb_power_supply_append_props()
492 gbpsy->model_name = kstrndup(resp.model, PROP_MAX, GFP_KERNEL); in gb_power_supply_description_get()
493 if (!gbpsy->model_name) in gb_power_supply_description_get()
642 val->strval = gbpsy->model_name; in __gb_power_supply_property_strval_get()
840 kfree(gbpsy->model_name); in _gb_power_supply_free()
912 ret = __gb_power_supply_set_name(gbpsy->model_name, gbpsy->name, in gb_power_supply_enable()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dpower_supply.c34 char *model_name; member
468 if (strlen(gbpsy->model_name)) in _gb_power_supply_append_props()
492 gbpsy->model_name = kstrndup(resp.model, PROP_MAX, GFP_KERNEL); in gb_power_supply_description_get()
493 if (!gbpsy->model_name) in gb_power_supply_description_get()
642 val->strval = gbpsy->model_name; in __gb_power_supply_property_strval_get()
840 kfree(gbpsy->model_name); in _gb_power_supply_free()
912 ret = __gb_power_supply_set_name(gbpsy->model_name, gbpsy->name, in gb_power_supply_enable()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks.c94 strcpy(efw->card->shortname, hwinfo->model_name); in get_hardware_info()
95 strcpy(efw->card->mixername, hwinfo->model_name); in get_hardware_info()
98 hwinfo->vendor_name, hwinfo->model_name, version, in get_hardware_info()
/kernel/linux/linux-5.10/drivers/cdrom/
H A Dgdrom.c655 char *model_name, *manuf_name, *firmw_ver; in gdrom_outputversion() local
663 model_name = kstrndup(id->modname, 16, GFP_KERNEL); in gdrom_outputversion()
664 if (!model_name) in gdrom_outputversion()
673 model_name, manuf_name, firmw_ver); in gdrom_outputversion()
679 kfree(model_name); in gdrom_outputversion()
/kernel/linux/linux-6.6/drivers/cdrom/
H A Dgdrom.c655 char *model_name, *manuf_name, *firmw_ver; in gdrom_outputversion() local
663 model_name = kstrndup(id->modname, 16, GFP_KERNEL); in gdrom_outputversion()
664 if (!model_name) in gdrom_outputversion()
673 model_name, manuf_name, firmw_ver); in gdrom_outputversion()
679 kfree(model_name); in gdrom_outputversion()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dcros_usbpd-charger.c31 char model_name[CHARGER_MANUFACTURER_MODEL_LENGTH]; member
178 snprintf(port->model_name, sizeof(port->model_name), "%x", resp.pid); in cros_usbpd_charger_get_discovery_info()
433 val->strval = port->model_name; in cros_usbpd_charger_get_prop()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dcros_usbpd-charger.c31 char model_name[CHARGER_MANUFACTURER_MODEL_LENGTH]; member
178 snprintf(port->model_name, sizeof(port->model_name), "%x", resp.pid); in cros_usbpd_charger_get_discovery_info()
433 val->strval = port->model_name; in cros_usbpd_charger_get_prop()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dedt-ft5x06.c825 char *model_name = tsdata->name; in edt_ft5x06_ts_identify() local
853 strlcpy(model_name, rdbuf + 1, EDT_NAME_LEN); in edt_ft5x06_ts_identify()
867 strlcpy(model_name, rdbuf, EDT_NAME_LEN); in edt_ft5x06_ts_identify()
904 snprintf(model_name, EDT_NAME_LEN, "EP0%i%i0M09", in edt_ft5x06_ts_identify()
909 snprintf(model_name, EDT_NAME_LEN, "EP%i%i0ML00", in edt_ft5x06_ts_identify()
913 snprintf(model_name, EDT_NAME_LEN, "GKTW50SCED1R0"); in edt_ft5x06_ts_identify()
922 snprintf(model_name, EDT_NAME_LEN, in edt_ft5x06_ts_identify()
926 snprintf(model_name, EDT_NAME_LEN, in edt_ft5x06_ts_identify()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dedt-ft5x06.c865 char *model_name = tsdata->name; in edt_ft5x06_ts_identify() local
893 strscpy(model_name, rdbuf + 1, EDT_NAME_LEN); in edt_ft5x06_ts_identify()
915 strscpy(model_name, rdbuf, EDT_NAME_LEN); in edt_ft5x06_ts_identify()
951 snprintf(model_name, EDT_NAME_LEN, "EP0%i%i0M09", in edt_ft5x06_ts_identify()
956 snprintf(model_name, EDT_NAME_LEN, "EP%i%i0ML00", in edt_ft5x06_ts_identify()
960 snprintf(model_name, EDT_NAME_LEN, "GKTW50SCED1R0"); in edt_ft5x06_ts_identify()
968 snprintf(model_name, EDT_NAME_LEN, in edt_ft5x06_ts_identify()
972 snprintf(model_name, EDT_NAME_LEN, in edt_ft5x06_ts_identify()
/kernel/linux/linux-6.6/drivers/media/pci/mantis/
H A Dhopper_vp3028.c65 .model_name = MANTIS_MODEL_NAME,

Completed in 23 milliseconds

12345