Home
last modified time | relevance | path

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

12345678910>>...25

/linux-6.14.4/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c46 *value = gpu->identity.model; in etnaviv_gpu_get_param()
50 *value = gpu->identity.revision; in etnaviv_gpu_get_param()
54 *value = gpu->identity.features; in etnaviv_gpu_get_param()
58 *value = gpu->identity.minor_features0; in etnaviv_gpu_get_param()
62 *value = gpu->identity.minor_features1; in etnaviv_gpu_get_param()
66 *value = gpu->identity.minor_features2; in etnaviv_gpu_get_param()
70 *value = gpu->identity.minor_features3; in etnaviv_gpu_get_param()
74 *value = gpu->identity.minor_features4; in etnaviv_gpu_get_param()
78 *value = gpu->identity.minor_features5; in etnaviv_gpu_get_param()
82 *value = gpu->identity.minor_features6; in etnaviv_gpu_get_param()
[all …]
Detnaviv_perfmon.c67 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_perf_reg_read()
88 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_reg_read()
105 if (gpu->identity.model == chipModel_GC880 || in hi_total_cycle_read()
106 gpu->identity.model == chipModel_GC2000 || in hi_total_cycle_read()
107 gpu->identity.model == chipModel_GC2100) in hi_total_cycle_read()
119 if (gpu->identity.model == chipModel_GC880 || in hi_total_idle_cycle_read()
120 gpu->identity.model == chipModel_GC2000 || in hi_total_idle_cycle_read()
121 gpu->identity.model == chipModel_GC2100) in hi_total_idle_cycle_read()
473 if (gpu->identity.features & meta->feature) in num_pm_domains()
489 if (!(gpu->identity.features & meta->feature)) in pm_domain()
Detnaviv_gpu.h114 struct etnaviv_chip_identity identity; member
190 if (gpu->identity.model == chipModel_GC300 && in gpu_fix_power_address()
191 gpu->identity.revision < 0x2000) in gpu_fix_power_address()
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-class-typec224 What: /sys/class/typec/<port>-partner/identity/
229 of showing the result of Discover Identity USB power delivery
234 in Discover Identity command result.
298 USB Type-C partner/cable Power Delivery Identity objects
306 What: /sys/class/typec/<port>-{partner|cable}/identity/
311 of showing the result of Discover Identity USB power delivery
316 in Discover Identity command result.
318 What: /sys/class/typec/<port>-{partner|cable}/identity/id_header
322 ID Header VDO part of Discover Identity command result. The
323 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
/linux-6.14.4/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 …]
/linux-6.14.4/drivers/nvme/common/
Dkeyring.c96 char *identity; in nvme_tls_psk_lookup() local
101 identity = kzalloc(identity_len, GFP_KERNEL); in nvme_tls_psk_lookup()
102 if (!identity) in nvme_tls_psk_lookup()
105 snprintf(identity, identity_len, "NVMe%u%c%02u %s %s", in nvme_tls_psk_lookup()
112 keyring_id, identity); in nvme_tls_psk_lookup()
115 identity, false); in nvme_tls_psk_lookup()
118 identity, PTR_ERR(keyref)); in nvme_tls_psk_lookup()
119 kfree(identity); in nvme_tls_psk_lookup()
122 kfree(identity); in nvme_tls_psk_lookup()
/linux-6.14.4/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()
/linux-6.14.4/include/linux/usb/
Dtypec.h116 * struct usb_pd_identity - USB Power Delivery identity data
122 * USB power delivery Discover Identity command response data.
206 * @identity: Result of Discover Identity command
214 struct usb_pd_identity *identity; member
223 * @identity: Discover Identity command data
229 * Details about a partner that is attached to USB Type-C port. If @identity
230 * member exists when partner is registered, a directory named "identity" is
241 struct usb_pd_identity *identity; member
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_migrate_doc.h21 * table BOs for updates, and identity map the entire device's VRAM with 1 GB
26 * several pages are needed to setup the identity mappings (exact number based
46 * has VRAM the bind VM page table BOs are in VRAM and the identity mapping can
78 * Update copy and clear code to use identity mapped VRAM.
85 * Is it possible to identity map the sysmem? We should explore this.
Dxe_irq.c297 u32 *identity) in gt_irq_handler() argument
314 identity[bit] = gt_engine_identity(xe, mmio, bank, bit); in gt_irq_handler()
320 class = INTR_ENGINE_CLASS(identity[bit]); in gt_irq_handler()
321 instance = INTR_ENGINE_INSTANCE(identity[bit]); in gt_irq_handler()
322 intr_vec = INTR_ENGINE_INTR(identity[bit]); in gt_irq_handler()
355 u32 identity[32]; in xelp_irq_handler() local
366 gt_irq_handler(tile, master_ctl, intr_dw, identity); in xelp_irq_handler()
417 u32 identity[32]; in dg1_irq_handler() local
452 gt_irq_handler(tile, master_ctl, intr_dw, identity); in dg1_irq_handler()
/linux-6.14.4/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()
/linux-6.14.4/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
/linux-6.14.4/drivers/watchdog/
Dsb_wdog.c100 .identity = "SiByte Watchdog",
132 ident.identity); in sbwdog_release()
277 ident.identity, in sbwdog_interrupt()
297 ident.identity, ret); in sbwdog_init()
306 ident.identity, (void *)user_dog); in sbwdog_init()
309 ident.identity, ret); in sbwdog_init()
316 ident.identity, in sbwdog_init()
Dmlx_wdt.c212 .identity = "mlx-wdt-main",
218 .identity = "mlx-wdt-aux",
242 if (strnstr(pdata->identity, mlxreg_wdt_main_info.identity, in mlxreg_wdt_config()
243 sizeof(mlxreg_wdt_main_info.identity))) in mlxreg_wdt_config()
/linux-6.14.4/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:
/linux-6.14.4/arch/x86/boot/compressed/
Dident_map_64.c3 * This code is used on x86_64 to create page table identity mappings on
17 /* These actually do the work of building the kernel identity maps. */
91 * Adds the specified range to the identity mappings.
157 * command line to be mapped in the identity mapping. Map them in initialize_identity_maps()
170 * need to be accessed by uncompressed kernel via the identity mapping. in initialize_identity_maps()
384 * Error code is sane - now identity map the 2M region around in do_boot_page_fault()
/linux-6.14.4/arch/x86/kernel/acpi/
Dmadt_playdead.S14 * rsi: PGD of the identity mapping
22 /* Switch to identity mapping */
/linux-6.14.4/drivers/gpu/ipu-v3/
Dipu-ic-csc.c17 /* identity matrix */
18 static const struct ipu_ic_csc_params identity = { variable
98 &identity,
101 &identity,
105 &identity,
108 &identity,
/linux-6.14.4/drivers/usb/typec/
Dclass.c66 return partner->identity; in get_pd_identity()
70 return cable->identity; in get_pd_identity()
166 .name = "identity",
196 sysfs_notify(&dev->kobj, "identity", "id_header"); in typec_report_identity()
197 sysfs_notify(&dev->kobj, "identity", "cert_stat"); in typec_report_identity()
198 sysfs_notify(&dev->kobj, "identity", "product"); in typec_report_identity()
199 sysfs_notify(&dev->kobj, "identity", "product_type_vdo1"); in typec_report_identity()
200 sysfs_notify(&dev->kobj, "identity", "product_type_vdo2"); in typec_report_identity()
201 sysfs_notify(&dev->kobj, "identity", "product_type_vdo3"); in typec_report_identity()
822 * typec_partner_set_identity - Report result from Discover Identity command
[all …]
/linux-6.14.4/Documentation/admin-guide/device-mapper/
Dlinear.rst23 # Create an identity mapping for a device
24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/
Dia_css_macc_table.host.c13 * ineffective: 16 of "identity 2x2 matrix" {8192,0,0,8192}
30 * ineffective: 16 of "identity 2x2 matrix" {4096,0,0,4096}
Dia_css_macc_types.h49 16 of "identity 2x2 matix" {8192,0,0,8192}
52 16 of "identity 2x2 matix" {4096,0,0,4096} */
/linux-6.14.4/Documentation/netlink/specs/
Dhandshake.yaml63 name: peer-identity
109 - peer-identity
/linux-6.14.4/drivers/platform/chrome/
Dcros_ec_typec.h55 /* Port partner PD identity info. */
57 /* Port cable PD identity info. */

12345678910>>...25