Home
last modified time | relevance | path

Searched refs:model (Results 4101 – 4125 of 5404) sorted by relevance

1...<<161162163164165166167168169170>>...217

/openbmc/linux/arch/x86/
H A DMakefile169 KBUILD_RUSTFLAGS += -Ccode-model=kernel
/openbmc/linux/sound/pci/ice1712/
H A Dice1712.c67 static char *model[SNDRV_CARDS]; variable
82 module_param_array(model, charp, NULL, 0444);
83 MODULE_PARM_DESC(model, "Use the given board model.");
2264 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom()
2565 err = snd_ice1712_create(card, pci, model[dev], omni[dev], in snd_ice1712_probe()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c87 static void bfa_ioc_get_adapter_model(struct bfa_ioc *ioc, char *model);
2768 bfa_ioc_get_adapter_model(ioc, ad_attr->model); in bfa_ioc_get_adapter_attr()
2846 bfa_ioc_get_adapter_model(struct bfa_ioc *ioc, char *model) in bfa_ioc_get_adapter_model() argument
2850 BUG_ON(!(model)); in bfa_ioc_get_adapter_model()
2851 memset(model, 0, BFA_ADAPTER_MODEL_NAME_LEN); in bfa_ioc_get_adapter_model()
2855 snprintf(model, BFA_ADAPTER_MODEL_NAME_LEN, "%s-%u", in bfa_ioc_get_adapter_model()
/openbmc/linux/drivers/input/mouse/
H A Dalps.c2852 const struct alps_model_info *model; in alps_match_table() local
2856 model = &alps_model_data[i]; in alps_match_table()
2858 if (!memcmp(e7, model->signature, sizeof(model->signature))) in alps_match_table()
2859 return &model->protocol_info; in alps_match_table()
3218 psmouse->model = priv->proto_version; in alps_detect()
/openbmc/qemu/
H A Dqemu-options.hx174 ``-cpu model``
175 Select CPU model (``-cpu help`` for list and additional feature
738 "-audio [driver=]driver,model=value[,prop[=value][,...]]\n"
744 ``-audio [driver=]driver[,model=value][,prop[=value][,...]]``
745 If the ``model`` option is specified, ``-audio`` is a shortcut
747 backend in one go. The guest hardware model can be set with
748 ``model=modelname``. Use ``model=help`` to list the available
757 |qemu_system| -audio pa,model=sb16
759 If the ``model`` option is not specified, ``-audio`` is used to
3001 ``model=modelname``. Use ``model=help`` to list the available device
[all …]
/openbmc/linux/fs/btrfs/
H A Dzoned.c372 char *model, *emulated; in btrfs_get_dev_zone_info() local
583 model = "host-managed zoned"; in btrfs_get_dev_zone_info()
587 model = "host-aware zoned"; in btrfs_get_dev_zone_info()
591 model = "regular"; in btrfs_get_dev_zone_info()
605 model, rcu_str_deref(device->name), zone_info->nr_zones, in btrfs_get_dev_zone_info()
/openbmc/linux/Documentation/sound/cards/
H A Dcmipci.rst99 be selected. The last item is available only with model 039
204 On the model 033, AC3 is implemented by the software conversion in
/openbmc/u-boot/arch/arm/dts/
H A Dtegra20-ventana.dts7 model = "NVIDIA Tegra20 Ventana evaluation board";
702 nvidia,model = "NVIDIA Tegra Ventana";
H A Drk3399-puma.dtsi10 model = "Theobroma Systems RK3399-Q7 SoM";
109 * model this as a regulator.
/openbmc/qemu/docs/
H A Dimage-fuzzer.txt224 functionality can be varied from simple model-independent fuzzing to smart
225 model-based one.
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx.h310 #define INPUT(nr) (&cx231xx_boards[dev->model].input[nr])
562 int model; /* index in the device_data struct */ member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py671 def __init__(self, model): argument
673 self._model = model
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c214 cardp->model = (uint32_t) id->driver_info; in if_usb_probe()
282 r = lbs_get_firmware_async(priv, &udev->dev, cardp->model, in if_usb_probe()
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-odroid-go-ultra.dts17 model = "Hardkernel ODROID-GO-Ultra";
219 model = "Odroid GO Ultra";
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-sdp.dts12 model = "TI OMAP4 SDP board";
121 ti,model = "SDP4430";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-sabreauto.dtsi127 model = "imx-cs42888";
149 model = "imx-spdif";
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dapq8016-sbc.dts17 model = "Qualcomm Technologies, Inc. APQ 8016 SBC";
321 model = "DB410c";
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c137 u8 model; member
180 if (c->x86_model == spectre_bad_microcodes[i].model && in bad_spectre_microcode()
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra114-asus-tf701t.dts11 model = "Asus Transformer Pad TF701T";
733 nvidia,model = "Asus Transformer Pad TF701T RT5639";
/openbmc/u-boot/board/sandbox/
H A DREADME.sandbox193 Also sandbox supports driver model (CONFIG_DM) and associated commands.
208 drivers are used. We cannot use both the legacy and driver-model block
406 driver model
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1x.c223 unsigned short model; /* subsystem id */ member
910 pci_read_config_word(pci, PCI_SUBSYSTEM_ID, &chip->model); in snd_emu10k1x_create()
911 dev_info(card->dev, "Model %04x Rev %08x Serial %08x\n", chip->model, in snd_emu10k1x_create()
/openbmc/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst162 finepix 04cb:0131 Fujifilm FinePix unknown model
163 finepix 04cb:013b Fujifilm FinePix unknown model
164 finepix 04cb:013d Fujifilm FinePix unknown model
/openbmc/docs/designs/
H A Dpldm-stack.md30 PLDM is designed to be an effective interface and data model that provides
76 protocol stack and the request/response model:
405 request/response model, and platform specific handling. Low level design is
/openbmc/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a.dtsi714 model = "eTSEC";
744 model = "eTSEC";
773 model = "eTSEC";
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv9 1, 0, EAX, 7:4, model, Model
347 0x80000001, 0, EAX, 19:16, extmodel, Extended model
350 0x80000001, 0, EAX, 3:0, stepping, Processor stepping (revision) for a specific model

1...<<161162163164165166167168169170>>...217