Searched refs:model (Results 501 - 525 of 557) sorted by relevance

<<212223

/linux-master/include/linux/
H A Dfb.h75 __u32 model; /* Monitor Model */ member in struct:fb_monspecs
H A Dbpf.h1186 struct btf_func_model model; member in struct:bpf_trampoline::__anon2090
1801 const struct btf_func_model *model,
H A Dacpi.h332 void acpi_set_irq_model(enum acpi_irq_model_id model,
/linux-master/drivers/scsi/
H A Dch.c414 ch->dt[elem]->model,
H A Dscsi_transport_fc.c410 memset(fc_host->model, 0,
411 sizeof(fc_host->model));
1931 fc_private_host_rd_attr(model, "%s\n", FC_SYMBOLIC_NAME_SIZE + 1);
2692 SETUP_HOST_ATTRIBUTE_RD(model);
H A Dst.c284 char *model;
302 !strncmp(rp->model, SDp->model, strlen(rp->model)) &&
283 char *model; member in struct:st_reject_data
/linux-master/arch/arm64/boot/dts/freescale/
H A DMakefile167 dtb-$(CONFIG_ARCH_MXC) += imx8mp-debix-model-a.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/freescale/
H A DMakefile167 dtb-$(CONFIG_ARCH_MXC) += imx8mp-debix-model-a.dtb
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c2704 bfa_ioc_get_adapter_model(ioc, ad_attr->model);
2705 /* For now, model descr uses same model string */
2794 bfa_ioc_get_adapter_model(struct bfa_ioc_s *ioc, char *model) argument
2799 WARN_ON(!model);
2800 memset((void *)model, 0, BFA_ADAPTER_MODEL_NAME_LEN);
2806 snprintf(model, BFA_ADAPTER_MODEL_NAME_LEN, "%s-%u-%u%s",
2809 snprintf(model, BFA_ADAPTER_MODEL_NAME_LEN, "%s-%u",
H A Dbfa_ioc.h947 void bfa_ioc_get_adapter_model(struct bfa_ioc_s *ioc, char *model);
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_pm.c50 #define BUGFIX(model, sv, sd, pm, fn) { \
51 .ident = model, \
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c749 u32 model = nfp_cpp_model(cpp); local
755 netdev_info(netdev, "REG Test: NFP model detection failed %d\n", err);
759 return (value == model) ? 0 : 1;
/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c2108 strscpy(dev->mdev.model, "vicodec", sizeof(dev->mdev.model));
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c1976 strscpy(cap->card, em28xx_boards[dev->model].name, sizeof(cap->card));
2827 if (em28xx_boards[dev->model].radio.type == EM28XX_RADIO) {
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c2154 strscpy(dev->mdev.model, dev->name, sizeof(dev->mdev.model));
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1765 strscpy(dev->mdev.model, VIVID_MODULE_NAME, sizeof(dev->mdev.model));
/linux-master/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c1979 strscpy(dcmi->mdev.model, DRV_NAME, sizeof(dcmi->mdev.model));
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_fw.h300 uint8_t model[16]; member in struct:qla_fdt_layout
/linux-master/drivers/target/
H A Dtarget_core_stat.c243 "s\n", dev->t10_wwn.model);
/linux-master/drivers/input/mouse/
H A Dsynaptics.c256 * Read the model-id bytes from the touchpad
1472 "hardware appears to be different: id(%u-%u), model(%u-%u), caps(%x-%x), ext(%x-%x).\n",
1591 "Touchpad model: %lu, fw: %lu.%lu, id: %#x, caps: %#x/%#x/%#x/%#x, board id: %u, fw id: %u\n",
1606 * Encode touchpad model so that it can be used to set
1612 psmouse->model = ((info->model_id & 0x00ff0000) >> 8) |
/linux-master/drivers/input/touchscreen/
H A Dedt-ft5x06.c533 static DEVICE_ATTR_RO(model);
876 * M09/Generic does not provide model number information.
915 /* If it is not an EDT M06/M12 touchscreen, then the model
936 /* This "model identification" is not exact. Unfortunately
/linux-master/drivers/firewire/
H A Dcore-device.c406 IMMEDIATE_ATTR(model, CSR_MODEL),
/linux-master/include/sound/
H A Demu10k1.h1656 unsigned char emu_model; /* EMU model type */
1712 unsigned short model; /* subsystem id */
1704 unsigned short model; /* subsystem id */ member in struct:snd_emu10k1
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-cards.c117 MODULE_PARM_DESC(card,"specify TV/grabber card model, see CARDLIST file for a list");
1167 old Easy TV BT848 version (model CPH031) */
1273 new Easy TV BT878 version (model CPH061)
3717 pr_info("%d: Hauppauge eeprom indicates model#%d\n",
3718 btv->c.nr, tv.model);
3722 * type based on model #.
3724 if(tv.model == 64900) {
3733 if (tv.model == 61334)
/linux-master/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c879 u16 model; local
891 model = (phyIdReg1 & PHY_MODEL_MASK) >> 4;
896 (model == PHY_DEVICES[i].phyIdModel)) {

Completed in 332 milliseconds

<<212223