Home
last modified time | relevance | path

Searched full:identity (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
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.minor_features6; in etnaviv_gpu_get_param()
[all …]
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.features & meta->feature)) in pm_domain()
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
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.minor_features6; in etnaviv_gpu_get_param()
[all …]
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/Documentation/ABI/testing/
Dsysfs-class-typec142 What: /sys/class/typec/<port>-partner>/identity/
147 of showing the result of Discover Identity USB power delivery
152 in Discover Identity command result.
154 What: /sys/class/typec/<port>-partner/identity/id_header
158 ID Header VDO part of Discover Identity command result. The
159 value will show 0 until Discover Identity command result becomes
162 What: /sys/class/typec/<port>-partner/identity/cert_stat
166 Cert Stat VDO part of Discover Identity command result. The
167 value will show 0 until Discover Identity command result becomes
170 What: /sys/class/typec/<port>-partner/identity/product
[all …]
Dsysfs-devices-soc31 code. The format is "jep106:XXYY" where XX is identity code and
41 The specified mechanism is that an identity code of 0x7F
43 of an additional identity code field, and this mechanism
45 by the manufacturer's identity code.
47 For example, ARM has identity code 0x7F 0x7F 0x7F 0x7F 0x3B,
49 as JEP106 identity code of 0x3B and a continuation code of
51 identity code.
70 vendors. The format is "jep106:XXYY:ZZZZ" where XX is identity
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-typec211 What: /sys/class/typec/<port>-partner/identity/
216 of showing the result of Discover Identity USB power delivery
221 in Discover Identity command result.
271 USB Type-C partner/cable Power Delivery Identity objects
279 What: /sys/class/typec/<port>-{partner|cable}/identity/
284 of showing the result of Discover Identity USB power delivery
289 in Discover Identity command result.
291 What: /sys/class/typec/<port>-{partner|cable}/identity/id_header
295 ID Header VDO part of Discover Identity command result. The
296 value will show 0 until Discover Identity command result becomes
[all …]
Dsysfs-devices-soc31 code. The format is "jep106:XXYY" where XX is identity code and
41 The specified mechanism is that an identity code of 0x7F
43 of an additional identity code field, and this mechanism
45 by the manufacturer's identity code.
47 For example, ARM has identity code 0x7F 0x7F 0x7F 0x7F 0x3B,
49 as JEP106 identity code of 0x3B and a continuation code of
51 identity code.
70 vendors. The format is "jep106:XXYY:ZZZZ" where XX is identity
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
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->version & 0x3) == SOC) { in dib0090_identify()
350 identity->in_soc = 1; in dib0090_identify()
[all …]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
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->version & 0x3) == SOC) { in dib0090_identify()
350 identity->in_soc = 1; in dib0090_identify()
[all …]
/kernel/linux/linux-5.10/include/linux/usb/
Dtypec.h90 * struct usb_pd_identity - USB Power Delivery identity data
96 * USB power delivery Discover Identity command response data.
164 * @identity: Result of Discover Identity command
171 struct usb_pd_identity *identity; member
178 * @identity: Discover Identity command data
180 * Details about a partner that is attached to USB Type-C port. If @identity
181 * member exists when partner is registered, a directory named "identity" is
187 struct usb_pd_identity *identity; member
/kernel/linux/linux-6.6/include/linux/usb/
Dtypec.h104 * struct usb_pd_identity - USB Power Delivery identity data
110 * USB power delivery Discover Identity command response data.
186 * @identity: Result of Discover Identity command
194 struct usb_pd_identity *identity; member
203 * @identity: Discover Identity command data
206 * Details about a partner that is attached to USB Type-C port. If @identity
207 * member exists when partner is registered, a directory named "identity" is
218 struct usb_pd_identity *identity; member
/kernel/liteos_a/kernel/extended/trace/
Dlos_trace.c84 STATIC VOID OsTraceSetFrame(TraceEventFrame *frame, UINT32 eventType, UINTPTR identity, const UINTP… 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, status.totalUsedSize, status.totalFreeSize); in OsTraceHook()
/kernel/liteos_m/components/trace/
Dlos_trace.c82 STATIC VOID OsTraceSetFrame(TraceEventFrame *frame, UINT32 eventType, UINTPTR identity, const UINTP… 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, status.totalUsedSize, status.totalFreeSize); in OsTraceHook()
/kernel/linux/linux-6.6/fs/nls/
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/fs/nls/
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/arch/arm/mm/
Didmap.c16 * Note: accesses outside of the kernel image and the identity map area
33 pr_warn("Failed to allocate identity pmd.\n"); in idmap_add_pmd()
89 pr_info("Setting up static identity map for 0x%lx - 0x%lx\n", addr, end); in identity_mapping_add()
129 /* Switch to the identity mapping. */ in setup_mm_for_reboot()
135 * We don't have a clean ASID for the identity mapping, which in setup_mm_for_reboot()
/kernel/linux/linux-6.6/Documentation/arch/ia64/
Daliasing.rst58 in the system because of constraints imposed by the identity mapping
64 Kernel Identity Mappings
67 Linux/ia64 identity mappings are done with large pages, currently
72 identity mapping only when the entire granule supports cacheable
76 can referenced safely by an identity mapping.
80 software. This allows UC identity mappings to cover granules that
102 by a kernel identity mapping, the user mapping must use the same
143 identity mapping. This is obviously safe for things in
196 This mmap is done with user pages, not kernel identity mappings,
/kernel/linux/linux-6.6/arch/arm/mm/
Didmap.c16 * Note: accesses outside of the kernel image and the identity map area
33 pr_warn("Failed to allocate identity pmd.\n"); in idmap_add_pmd()
96 pr_info("Setting up static identity map for 0x%lx - 0x%lx\n", addr, end); in identity_mapping_add()
136 /* Switch to the identity mapping. */ in setup_mm_for_reboot()
142 * We don't have a clean ASID for the identity mapping, which in setup_mm_for_reboot()
/kernel/linux/linux-6.6/include/linux/platform_data/
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-5.10/Documentation/ia64/
Daliasing.rst58 in the system because of constraints imposed by the identity mapping
67 Linux/ia64 identity mappings are done with large pages, currently
72 identity mapping only when the entire granule supports cacheable
76 can referenced safely by an identity mapping.
80 software. This allows UC identity mappings to cover granules that
102 by a kernel identity mapping, the user mapping must use the same
143 identity mapping. This is obviously safe for things in
196 This mmap is done with user pages, not kernel identity mappings,
/kernel/linux/linux-6.6/drivers/watchdog/
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()
/kernel/linux/linux-5.10/drivers/watchdog/
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()
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Dtypec.rst91 show the result of Discover Identity command, the partner descriptor structure
93 create a sysfs directory for the identity under the partner device. The result
94 of Discover Identity command can then be reported with the following API:
103 Structured VDM "Discover Identity", the port driver needs to register the cable
124 the result of Discover Identity command, the cable descriptor structure should
126 sysfs directory for the identity under the cable device. The result of Discover
127 Identity command can then be reported with the following API:
/kernel/linux/linux-6.6/Documentation/driver-api/usb/
Dtypec.rst91 show the result of Discover Identity command, the partner descriptor structure
93 create a sysfs directory for the identity under the partner device. The result
94 of Discover Identity command can then be reported with the following API:
103 Structured VDM "Discover Identity", the port driver needs to register the cable
124 the result of Discover Identity command, the cable descriptor structure should
126 sysfs directory for the identity under the cable device. The result of Discover
127 Identity command can then be reported with the following API:

12345678910>>...45