Searched refs:identity (Results 1 - 25 of 240) sorted by relevance

12345678910

/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c45 *value = gpu->identity.model;
49 *value = gpu->identity.revision;
53 *value = gpu->identity.features;
57 *value = gpu->identity.minor_features0;
61 *value = gpu->identity.minor_features1;
65 *value = gpu->identity.minor_features2;
69 *value = gpu->identity.minor_features3;
73 *value = gpu->identity.minor_features4;
77 *value = gpu->identity.minor_features5;
81 *value = gpu->identity
[all...]
H A Detnaviv_perfmon.c65 for (i = 0; i < gpu->identity.pixel_pipes; i++) {
84 for (i = 0; i < gpu->identity.pixel_pipes; i++) {
101 if (gpu->identity.model == chipModel_GC880 ||
102 gpu->identity.model == chipModel_GC2000 ||
103 gpu->identity.model == chipModel_GC2100)
115 if (gpu->identity.model == chipModel_GC880 ||
116 gpu->identity.model == chipModel_GC2000 ||
117 gpu->identity.model == chipModel_GC2100)
469 if (gpu->identity.features & meta->feature)
485 if (!(gpu->identity
[all...]
H A Detnaviv_gpu.h124 struct etnaviv_chip_identity identity; member in struct:etnaviv_gpu
191 if (gpu->identity.model == chipModel_GC300 &&
192 gpu->identity.revision < 0x2000)
/linux-master/fs/nls/
H A Dnls_utf8.c12 static unsigned char identity[256]; variable
47 .charset2lower = identity, /* no conversion */
48 .charset2upper = identity,
55 identity[i] = i;
/linux-master/drivers/nvme/common/
H A Dkeyring.c76 char *identity; local
81 identity = kzalloc(identity_len, GFP_KERNEL);
82 if (!identity)
85 snprintf(identity, identity_len, "NVMe0%c%02d %s %s",
92 keyring_id, identity);
95 identity, false);
98 identity, PTR_ERR(keyref));
99 kfree(identity);
102 kfree(identity);
/linux-master/drivers/media/dvb-frontends/
H A Ddib0090.c166 struct dib0090_identity identity; member in struct:dib0090_state
190 struct dib0090_identity identity; member in struct:dib0090_fw_state
331 struct dib0090_identity *identity = &state->identity; local
335 identity->p1g = 0;
336 identity->in_soc = 0;
343 identity->version = v & 0xff;
344 identity->product = (v >> 8) & 0xf;
346 if (identity->product != KROSUS)
349 if ((identity
422 struct dib0090_identity *identity = &state->identity; local
[all...]
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c17 /* identity matrix */
18 static const struct ipu_ic_csc_params identity = { variable in typeref:struct:ipu_ic_csc_params
98 &identity,
101 &identity,
105 &identity,
108 &identity,
/linux-master/drivers/watchdog/
H A Dsb_wdog.c100 .identity = "SiByte Watchdog",
132 ident.identity);
278 ident.identity,
298 ident.identity, ret);
307 ident.identity, (void *)user_dog);
310 ident.identity, ret);
317 ident.identity,
H A Dmlx_wdt.c212 .identity = "mlx-wdt-main",
218 .identity = "mlx-wdt-aux",
242 if (strnstr(pdata->identity, mlxreg_wdt_main_info.identity,
243 sizeof(mlxreg_wdt_main_info.identity)))
H A Dda9055_wdt.c109 .identity = "DA9055 Watchdog",
H A Dstpmic1_wdt.c71 .identity = "STPMIC1 PMIC Watchdog",
H A Dsun4v_wdt.c72 .identity = "sun4v hypervisor watchdog",
H A Debc-c384_wdt.c87 .identity = MODULE_NAME
H A Dtqmx86_wdt.c62 .identity = "TQMx86 Watchdog",
H A Dtwl4030_wdt.c49 .identity = "TWL4030 Watchdog",
H A Ddb8500_wdt.c65 .identity = "DB8500 WDT",
H A Dstmp3xxx_rtc_wdt.c53 .identity = "STMP3XXX RTC Watchdog",
H A Dep93xx_wdt.c77 .identity = "EP93xx Watchdog",
/linux-master/include/linux/platform_data/
H A Dmlxreg.h75 * @identity: notifier identity name;
80 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member in struct:mlxreg_core_hotplug_notifier
193 * @identity: device identity name;
202 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member in struct:mlxreg_core_platform_data
/linux-master/drivers/usb/typec/
H A Dclass.h23 struct usb_pd_identity *identity; member in struct:typec_cable
32 struct usb_pd_identity *identity; member in struct:typec_partner
/linux-master/include/uapi/linux/
H A Dwatchdog.h21 __u8 identity[32]; /* Identity of the board */ member in struct:watchdog_info
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc57e.c85 const u32 identity[12] = { local
92 if ((ret = PUSH_WAIT(push, 1 + ARRAY_SIZE(identity))))
95 PUSH_MTHD(push, NVC57E, SET_FMT_COEFFICIENT_C00, identity, ARRAY_SIZE(identity));
/linux-master/drivers/gpu/drm/xe/
H A Dxe_irq.c288 u32 *identity)
305 identity[bit] = gt_engine_identity(xe, mmio, bank, bit);
311 class = INTR_ENGINE_CLASS(identity[bit]);
312 instance = INTR_ENGINE_INSTANCE(identity[bit]);
313 intr_vec = INTR_ENGINE_INTR(identity[bit]);
347 u32 identity[32]; local
362 gt_irq_handler(tile, master_ctl, intr_dw, identity);
413 u32 identity[32]; local
452 gt_irq_handler(tile, master_ctl, intr_dw, identity);
286 gt_irq_handler(struct xe_tile *tile, u32 master_ctl, unsigned long *intr_dw, u32 *identity) argument
/linux-master/drivers/input/mouse/
H A Dsynaptics.c248 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity);
252 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO;
286 if (SYN_ID_FULL(info->identity) < 0x705)
321 if (SYN_ID_FULL(info->identity) < 0x705 &&
369 if (SYN_ID_MAJOR(info->identity) < 4)
403 SYN_ID_FULL(info->identity) == 0x801)) {
934 if ((SYN_ID_FULL(priv->info.identity) == 0x801 ||
935 SYN_ID_FULL(priv->info.identity) == 0x802) &&
1416 SYN_ID_DISGEST_SUPPORTED(priv->info.identity))
1467 if (info.identity !
[all...]
/linux-master/net/tipc/
H A Ddiscover.c52 * @bearer_id: identity of bearer issuing requests
117 tipc_bearer_xmit_skb(net, b->identity, skb, maddr);
373 d->bearer_id = b->identity;
410 d->bearer_id = b->identity;
419 tipc_bearer_xmit_skb(net, b->identity, skb, &maddr);

Completed in 194 milliseconds

12345678910