Home
last modified time | relevance | path

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

12345678910>>...20

/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c45 *value = gpu->identity.model; in etnaviv_gpu_get_param()
49 *value = gpu->identity.revision; in etnaviv_gpu_get_param()
53 *value = gpu->identity.features; in etnaviv_gpu_get_param()
57 *value = gpu->identity.minor_features0; in etnaviv_gpu_get_param()
61 *value = gpu->identity.minor_features1; in etnaviv_gpu_get_param()
65 *value = gpu->identity.minor_features2; in etnaviv_gpu_get_param()
69 *value = gpu->identity.minor_features3; in etnaviv_gpu_get_param()
73 *value = gpu->identity.minor_features4; in etnaviv_gpu_get_param()
77 *value = gpu->identity.minor_features5; in etnaviv_gpu_get_param()
81 *value = gpu->identity in etnaviv_gpu_get_param()
[all...]
H A Detnaviv_perfmon.c65 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_perf_reg_read()
84 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_reg_read()
101 if (gpu->identity.model == chipModel_GC880 || in hi_total_cycle_read()
102 gpu->identity.model == chipModel_GC2000 || in hi_total_cycle_read()
103 gpu->identity.model == chipModel_GC2100) in hi_total_cycle_read()
115 if (gpu->identity.model == chipModel_GC880 || in hi_total_idle_cycle_read()
116 gpu->identity.model == chipModel_GC2000 || in hi_total_idle_cycle_read()
117 gpu->identity.model == chipModel_GC2100) in hi_total_idle_cycle_read()
469 if (gpu->identity.features & meta->feature) in num_pm_domains()
485 if (!(gpu->identity in pm_domain()
[all...]
H A Detnaviv_gpu.h112 struct etnaviv_chip_identity identity; member
179 if (gpu->identity.model == chipModel_GC300 && in gpu_fix_power_address()
180 gpu->identity.revision < 0x2000) in gpu_fix_power_address()
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c49 *value = gpu->identity.model; in etnaviv_gpu_get_param()
53 *value = gpu->identity.revision; in etnaviv_gpu_get_param()
57 *value = gpu->identity.features; in etnaviv_gpu_get_param()
61 *value = gpu->identity.minor_features0; in etnaviv_gpu_get_param()
65 *value = gpu->identity.minor_features1; in etnaviv_gpu_get_param()
69 *value = gpu->identity.minor_features2; in etnaviv_gpu_get_param()
73 *value = gpu->identity.minor_features3; in etnaviv_gpu_get_param()
77 *value = gpu->identity.minor_features4; in etnaviv_gpu_get_param()
81 *value = gpu->identity.minor_features5; in etnaviv_gpu_get_param()
85 *value = gpu->identity in etnaviv_gpu_get_param()
[all...]
H A Detnaviv_perfmon.c57 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_reg_read()
79 if (gpu->identity.model == chipModel_GC880 || in hi_total_cycle_read()
80 gpu->identity.model == chipModel_GC2000 || in hi_total_cycle_read()
81 gpu->identity.model == chipModel_GC2100) in hi_total_cycle_read()
93 if (gpu->identity.model == chipModel_GC880 || in hi_total_idle_cycle_read()
94 gpu->identity.model == chipModel_GC2000 || in hi_total_idle_cycle_read()
95 gpu->identity.model == chipModel_GC2100) in hi_total_idle_cycle_read()
437 if (gpu->identity.features & meta->feature) in num_pm_domains()
453 if (!(gpu->identity.features & meta->feature)) in pm_domain()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddib0090.c166 struct dib0090_identity identity; member
190 struct dib0090_identity identity; member
331 struct dib0090_identity *identity = &state->identity; in dib0090_identify() local
335 identity->p1g = 0; in dib0090_identify()
336 identity->in_soc = 0; in dib0090_identify()
343 identity->version = v & 0xff; in dib0090_identify()
344 identity->product = (v >> 8) & 0xf; in dib0090_identify()
346 if (identity->product != KROSUS) in dib0090_identify()
349 if ((identity in dib0090_identify()
422 struct dib0090_identity *identity = &state->identity; dib0090_fw_identify() local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddib0090.c166 struct dib0090_identity identity; member
190 struct dib0090_identity identity; member
331 struct dib0090_identity *identity = &state->identity; in dib0090_identify() local
335 identity->p1g = 0; in dib0090_identify()
336 identity->in_soc = 0; in dib0090_identify()
343 identity->version = v & 0xff; in dib0090_identify()
344 identity->product = (v >> 8) & 0xf; in dib0090_identify()
346 if (identity->product != KROSUS) in dib0090_identify()
349 if ((identity in dib0090_identify()
422 struct dib0090_identity *identity = &state->identity; dib0090_fw_identify() local
[all...]
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dsb_wdog.c100 .identity = "SiByte Watchdog",
132 ident.identity); in sbwdog_release()
278 ident.identity, in sbwdog_interrupt()
298 ident.identity, ret); in sbwdog_init()
307 ident.identity, (void *)user_dog); in sbwdog_init()
310 ident.identity, ret); in sbwdog_init()
317 ident.identity, in sbwdog_init()
H A Dmlx_wdt.c214 .identity = "mlx-wdt-main",
220 .identity = "mlx-wdt-aux",
244 if (strnstr(pdata->identity, mlxreg_wdt_main_info.identity, in mlxreg_wdt_config()
245 sizeof(mlxreg_wdt_main_info.identity))) in mlxreg_wdt_config()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dsb_wdog.c100 .identity = "SiByte Watchdog",
132 ident.identity); in sbwdog_release()
278 ident.identity, in sbwdog_interrupt()
298 ident.identity, ret); in sbwdog_init()
307 ident.identity, (void *)user_dog); in sbwdog_init()
310 ident.identity, ret); in sbwdog_init()
317 ident.identity, in sbwdog_init()
H A Dmlx_wdt.c213 .identity = "mlx-wdt-main",
219 .identity = "mlx-wdt-aux",
243 if (strnstr(pdata->identity, mlxreg_wdt_main_info.identity, in mlxreg_wdt_config()
244 sizeof(mlxreg_wdt_main_info.identity))) in mlxreg_wdt_config()
/kernel/liteos_a/kernel/extended/trace/
H A Dlos_trace.c84 STATIC VOID OsTraceSetFrame(TraceEventFrame *frame, UINT32 eventType, UINTPTR identity, const UINTPTR *params, in OsTraceSetFrame() argument
99 frame->identity = identity; in OsTraceSetFrame()
142 VOID OsTraceHook(UINT32 eventType, UINTPTR identity, const UINTPTR *params, UINT16 paramCount) in OsTraceHook() argument
146 OsTraceObjAdd(eventType, identity); /* handle important obj info, these can not be filtered */ in OsTraceHook()
150 UINTPTR id = identity; in OsTraceHook()
152 if (OsTraceHwiFilter(identity)) { in OsTraceHook()
156 id = OsTraceGetMaskTid(identity); in OsTraceHook()
159 LOS_MemInfoGet((VOID *)identity, &status); in OsTraceHook()
160 LOS_TRACE(MEM_INFO, identity, statu in OsTraceHook()
[all...]
/kernel/liteos_m/components/trace/
H A Dlos_trace.c82 STATIC VOID OsTraceSetFrame(TraceEventFrame *frame, UINT32 eventType, UINTPTR identity, const UINTPTR *params, in OsTraceSetFrame() argument
96 frame->identity = identity; in OsTraceSetFrame()
132 VOID OsTraceHook(UINT32 eventType, UINTPTR identity, const UINTPTR *params, UINT16 paramCount) in OsTraceHook() argument
135 OsTraceObjAdd(eventType, identity); /* handle important obj info, these can not be filtered */ in OsTraceHook()
139 UINTPTR id = identity; in OsTraceHook()
141 if (OsTraceHwiFilter(identity)) { in OsTraceHook()
145 id = OsTraceGetMaskTid(identity); in OsTraceHook()
148 LOS_MemInfoGet((VOID *)identity, &status); in OsTraceHook()
149 LOS_TRACE(MEM_INFO, identity, statu in OsTraceHook()
[all...]
/kernel/linux/linux-5.10/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; in init_nls_utf8()
/kernel/linux/linux-6.6/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; in init_nls_utf8()
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c17 /* identity matrix */
18 static const struct ipu_ic_csc_params identity = { variable
98 &identity,
101 &identity,
105 &identity,
108 &identity,
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c17 /* identity matrix */
18 static const struct ipu_ic_csc_params identity = { variable
98 &identity,
101 &identity,
105 &identity,
108 &identity,
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dsynaptics.c246 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify()
250 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify()
284 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes()
319 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability()
367 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution()
401 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution()
932 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons()
933 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons()
1411 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect()
1462 if (info.identity ! in synaptics_reconnect()
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dsynaptics.c248 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify()
252 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify()
286 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes()
321 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability()
369 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution()
403 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution()
934 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons()
935 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons()
1416 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect()
1467 if (info.identity ! in synaptics_reconnect()
[all...]
/kernel/liteos_a/testsuites/unittest/extended/trace/smoke/
H A Dtrace_test_003.cpp38 .identity = 0x0001, in TestCase()
48 info.identity = 0x0002; in TestCase()
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dmlxreg.h75 * @identity: notifier identity name;
80 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
193 * @identity: device identity name;
202 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
/kernel/linux/linux-6.6/drivers/usb/typec/
H A Dclass.h22 struct usb_pd_identity *identity; member
30 struct usb_pd_identity *identity; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c123 if (!ior->identity && !!ior->func->hda.hpd == hda && in nvkm_outp_acquire_hda()
133 if (!ior->identity && !!ior->func->hda.hpd == hda && in nvkm_outp_acquire_hda()
160 /* Deal with panels requiring identity-mapped SOR assignment. */ in nvkm_outp_acquire()
161 if (outp->identity) { in nvkm_outp_acquire()
172 if (!ior->identity && !ior->asy.outp && ior->arm.outp == outp) { in nvkm_outp_acquire()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc57e.c87 const u32 identity[12] = { in wndwc57e_csc_clr() local
94 if ((ret = PUSH_WAIT(push, 1 + ARRAY_SIZE(identity)))) in wndwc57e_csc_clr()
97 PUSH_MTHD(push, NVC57E, SET_FMT_COEFFICIENT_C00, identity, ARRAY_SIZE(identity)); in wndwc57e_csc_clr()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c123 if (!ior->identity && ior->hda == hda && in nvkm_outp_acquire_hda()
133 if (!ior->identity && ior->hda == hda && in nvkm_outp_acquire_hda()
160 /* Deal with panels requiring identity-mapped SOR assignment. */ in nvkm_outp_acquire()
161 if (outp->identity) { in nvkm_outp_acquire()
172 if (!ior->identity && !ior->asy.outp && ior->arm.outp == outp) { in nvkm_outp_acquire()

Completed in 18 milliseconds

12345678910>>...20