Home
last modified time | relevance | path

Searched refs:model (Results 326 – 350 of 5404) sorted by relevance

1...<<11121314151617181920>>...217

/openbmc/linux/drivers/media/usb/gspca/
H A Dxirlink_cit.c43 u8 model; member
865 switch (sd->model) { in sd_config()
1123 switch (sd->model) { in sd_init()
1146 switch (sd->model) { in cit_set_brightness()
1185 switch (sd->model) { in cit_set_contrast()
1248 switch (sd->model) { in cit_set_hue()
1300 switch (sd->model) { in cit_set_sharpness()
1368 switch (sd->model) { in cit_set_lighting()
1388 switch (sd->model) { in cit_set_hflip()
1408 switch (sd->model) { in cit_restart_stream()
[all …]
/openbmc/linux/drivers/media/usb/au0828/
H A Dau0828-cards.c150 switch (tv.model) { in hauppauge_eeprom()
168 __func__, tv.model); in hauppauge_eeprom()
173 __func__, tv.model); in hauppauge_eeprom()
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalIpv4.vue17 v-model="form.ipAddress"
39 v-model="form.gateway"
63 v-model="form.subnetMask"
H A DNetworkGlobalSettings.vue24 v-model="useDomainNameState"
43 v-model="useDnsState"
62 v-model="useNtpState"
/openbmc/linux/tools/memory-model/Documentation/
H A DREADME4 Linux-kernel memory model (LKMM) audience might be anywhere from novice
51 Quick-reference guide to the Linux-kernel memory model.
58 Detailed description of the memory model.
/openbmc/linux/drivers/parport/
H A Dprobe.c48 pr_cont(", %s %s", info->mfr, info->model); in pretty_print()
82 kfree(info->model); in parse_data()
83 info->model = kstrdup(sep, GFP_KERNEL); in parse_data()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst60 - ``model``\ [32]
61 - Device model name as a NUL-terminated UTF-8 string. The device
63 appended to the model name.
/openbmc/linux/arch/s390/kernel/
H A Dearly.c142 EBCASC(mach->model, sizeof(mach->model)); in setup_arch_string()
146 mach->model, mach->model_capacity); in setup_arch_string()
/openbmc/linux/arch/loongarch/include/asm/
H A Dpercpu.h17 # if __has_attribute(model)
18 # define PER_CPU_ATTRIBUTES __attribute__((model("extreme")))
20 # error compiler support for the model attribute is necessary when a recent assembler is used
/openbmc/linux/arch/m68k/bvme6000/
H A Dconfig.c40 static void bvme6000_get_model(char *model);
71 static void bvme6000_get_model(char *model) in bvme6000_get_model() argument
73 sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4); in bvme6000_get_model()
/openbmc/webui-vue/src/views/Login/
H A DLogin.vue11 v-model="$i18n.locale"
19 v-model="userInfo.username"
39 v-model="userInfo.password"
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py347 model = None
348 if model is None:
349 model = create_fn()
352 return model
359 model = None
361 return model
1042 self.model = None
2746 self.model = model
3876 model = indexes[0].model()
3933 model = first.model()
[all …]
/openbmc/qemu/docs/system/arm/
H A Dcpu-features.rst36 CPU type is possible with the ``query-cpu-model-expansion`` QMP command.
44 (QEMU) query-cpu-model-expansion type=full model={"name":"max"}
46 "model": { "name": "max", "props": {
64 (QEMU) query-cpu-model-expansion type=full model={"name":"max","props":{"pmu":false}}
66 "model": { "name": "max", "props": {
78 (QEMU) query-cpu-model-expansion type=full model={"name":"max","props":{"aarch64":false}}
90 (QEMU) query-cpu-model-expansion type=full model={"name":"max","props":{"sve":false}}
92 "model": { "name": "max", "props": {
104 (QEMU) query-cpu-model-expansion type=full model={"name":"cortex-a15"}
105 {"return": {"model": {"name": "cortex-a15", "props": {"pmu": true}}}}
[all …]
/openbmc/linux/Documentation/sound/hd-audio/
H A Dnotes.rst188 The preset model (or recently called as "fix-up") is provided
190 model is found in the white-list, the driver assumes the static
194 re-use the same model. You can pass the ``model`` option to specify the
195 preset model instead of PCI (and codec-) SSID look-up.
211 There are a few special model option values:
250 not on every preset model or codec-support code.
534 [model]
557 The ``[model]`` line allows to change the model name of the each codec.
558 In the example above, it will be changed to model=auto.
709 * Hardware vendor, product and model names
[all …]
/openbmc/u-boot/drivers/power/pmic/
H A DKconfig5 This config enables the driver-model PMIC support.
56 This config enables implementation of driver-model PMIC
69 This config enables implementation of driver-model pmic uclass features
76 This config enables implementation of driver-model pmic uclass features
83 This config enables implementation of driver-model pmic uclass features
90 This config enables implementation of driver-model pmic uclass features
97 This config enables implementation of driver-model pmic uclass features
/openbmc/linux/block/
H A Dblk-settings.c922 void disk_set_zoned(struct gendisk *disk, enum blk_zoned_model model) in disk_set_zoned() argument
927 switch (model) { in disk_set_zoned()
946 model = BLK_ZONED_NONE; in disk_set_zoned()
950 if (WARN_ON_ONCE(model != BLK_ZONED_NONE)) in disk_set_zoned()
951 model = BLK_ZONED_NONE; in disk_set_zoned()
955 q->limits.zoned = model; in disk_set_zoned()
956 if (model != BLK_ZONED_NONE) { in disk_set_zoned()
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c718 cpunum, c->vendor, c->family, c->model, in show_cpuinfo()
773 get_model_name(__u8 family, __u8 model) in get_model_name() argument
783 else if (family == 0x1f) switch (model) { in get_model_name()
817 unsigned model : 8; in identify_cpu() member
852 c->model = cpuid.field.model; in identify_cpu()
856 c->model_name = get_model_name(c->family, c->model); in identify_cpu()
/openbmc/qemu/target/m68k/
H A Dcpu.c578 #define DEFINE_M68K_CPU_TYPE_CF(model) \ argument
580 .name = M68K_CPU_TYPE_NAME(#model), \
581 .instance_init = model##_cpu_initfn, \
593 #define DEFINE_M68K_CPU_TYPE_M68K(model) \ argument
595 .name = M68K_CPU_TYPE_NAME(#model), \
596 .instance_init = model##_cpu_initfn, \
/openbmc/linux/arch/sparc/kernel/
H A Dprom_irqtrans.c808 const char *model; in irq_trans_init() local
813 model = of_get_property(dp, "model", NULL); in irq_trans_init()
814 if (!model) in irq_trans_init()
815 model = of_get_property(dp, "compatible", NULL); in irq_trans_init()
816 if (model) { in irq_trans_init()
820 if (!strcmp(model, t->name)) { in irq_trans_init()
/openbmc/linux/Documentation/driver-api/
H A Disa.rst12 through the driver model. In the course of that, I suggested a separate
21 As another difference: these devices only exist in the driver model due
25 The usage model this provides is nice, and has been acked from the ALSA
67 the model from saner buses more closely, wants to load when a later bind
71 the nicest model.
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.c125 strscpy(media_dev->model, "FSL Capture Media Device", in mxc_isi_v4l2_init()
126 sizeof(media_dev->model)); in mxc_isi_v4l2_init()
283 .model = MXC_ISI_IMX8MN,
297 .model = MXC_ISI_IMX8MP,
311 .model = MXC_ISI_IMX93,
/openbmc/linux/Documentation/accounting/
H A Dcgroupstats.rst15 The current model for cgroupstats is a pull, a push model (to post
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-midi229 model Device model ID (16 bit)
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2836-rpi-2-b.dts10 compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
11 model = "Raspberry Pi 2 Model B";
H A Dbcm2835-rpi-b-rev2.dts11 compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835";
12 model = "Raspberry Pi Model B rev2";

1...<<11121314151617181920>>...217