/Linux-v5.15/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gpu.c | 45 *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 …]
|
D | etnaviv_perfmon.c | 65 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()
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-typec | 203 What: /sys/class/typec/<port>-partner>/identity/ 208 of showing the result of Discover Identity USB power delivery 213 in Discover Identity command result. 263 USB Type-C partner/cable Power Delivery Identity objects 271 What: /sys/class/typec/<port>-{partner|cable}/identity/ 276 of showing the result of Discover Identity USB power delivery 281 in Discover Identity command result. 283 What: /sys/class/typec/<port>-{partner|cable}/identity/id_header 287 ID Header VDO part of Discover Identity command result. The 288 value will show 0 until Discover Identity command result becomes [all …]
|
D | sysfs-devices-soc | 31 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-v5.15/drivers/media/dvb-frontends/ |
D | dib0090.c | 166 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-v5.15/include/linux/usb/ |
D | typec.h | 91 * struct usb_pd_identity - USB Power Delivery identity data 97 * USB power delivery Discover Identity command response data. 173 * @identity: Result of Discover Identity command 181 struct usb_pd_identity *identity; member 190 * @identity: Discover Identity command data 193 * Details about a partner that is attached to USB Type-C port. If @identity 194 * member exists when partner is registered, a directory named "identity" is 205 struct usb_pd_identity *identity; member
|
/Linux-v5.15/fs/nls/ |
D | nls_utf8.c | 12 static unsigned char identity[256]; variable 47 .charset2lower = identity, /* no conversion */ 48 .charset2upper = identity, 55 identity[i] = i; in init_nls_utf8()
|
/Linux-v5.15/arch/arm/mm/ |
D | idmap.c | 16 * 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()
|
/Linux-v5.15/Documentation/ia64/ |
D | aliasing.rst | 58 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,
|
/Linux-v5.15/drivers/watchdog/ |
D | sb_wdog.c | 100 .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()
|
D | mlx_wdt.c | 214 .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()
|
/Linux-v5.15/Documentation/driver-api/usb/ |
D | typec.rst | 91 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-v5.15/drivers/usb/typec/ |
D | class.c | 63 return partner->identity; in get_pd_identity() 67 return cable->identity; in get_pd_identity() 163 .name = "identity", 193 sysfs_notify(&dev->kobj, "identity", "id_header"); in typec_report_identity() 194 sysfs_notify(&dev->kobj, "identity", "cert_stat"); in typec_report_identity() 195 sysfs_notify(&dev->kobj, "identity", "product"); in typec_report_identity() 196 sysfs_notify(&dev->kobj, "identity", "product_type_vdo1"); in typec_report_identity() 197 sysfs_notify(&dev->kobj, "identity", "product_type_vdo2"); in typec_report_identity() 198 sysfs_notify(&dev->kobj, "identity", "product_type_vdo3"); in typec_report_identity() 683 * typec_partner_set_identity - Report result from Discover Identity command [all …]
|
D | class.h | 22 struct usb_pd_identity *identity; member 30 struct usb_pd_identity *identity; member
|
/Linux-v5.15/arch/x86/boot/compressed/ |
D | ident_map_64.c | 3 * This code is used on x86_64 to create page table identity mappings on 12 * Since we're dealing with identity mappings, physical and virtual 25 /* These actually do the work of building the kernel identity maps. */ 91 * Adds the specified range to the identity mappings. 156 * command line to be mapped in the identity mapping. Map them in initialize_identity_maps() 347 * Error code is sane - now identity map the 2M region around in do_boot_page_fault()
|
/Linux-v5.15/arch/s390/mm/ |
D | kasan_init.c | 278 * [0, memsize] - as identity mapping in kasan_early_init() 279 * [__sha(0), __sha(memsize)] - shadow memory for identity mapping in kasan_early_init() 352 /* populate kasan shadow (for identity mapping and zero page mapping) */ in kasan_early_init() 367 /* memory allocated for identity mapping structs will be freed later */ in kasan_early_init() 369 /* populate identity mapping */ in kasan_early_init() 383 * while swapper_pg_dir has just been initialized with identity mapping. in kasan_copy_shadow_mapping()
|
D | dump_pagetables.c | 44 [IDENTITY_BEFORE_NR] = {0, "Identity Mapping Start"}, 45 [IDENTITY_BEFORE_END_NR] = {(unsigned long)_stext, "Identity Mapping End"}, 52 [IDENTITY_AFTER_NR] = {(unsigned long)_end, "Identity Mapping Start"}, 53 [IDENTITY_AFTER_END_NR] = {0, "Identity Mapping End"},
|
/Linux-v5.15/arch/x86/mm/ |
D | mem_encrypt_identity.c | 13 * Since we're dealing with identity mappings, physical and virtual 308 /* Physical addresses gives us the identity mapped virtual addresses */ in sme_encrypt_kernel() 328 * We're running identity mapped, so we must obtain the address to the in sme_encrypt_kernel() 417 /* Add encrypted kernel (identity) mappings */ in sme_encrypt_kernel() 423 /* Add decrypted, write-protected kernel (non-identity) mappings */ in sme_encrypt_kernel() 430 /* Add encrypted initrd (identity) mappings */ in sme_encrypt_kernel() 436 * Add decrypted, write-protected initrd (non-identity) mappings in sme_encrypt_kernel() 558 * identity mapped, so we must obtain the address to the SME command in sme_enable()
|
/Linux-v5.15/include/linux/platform_data/ |
D | mlxreg.h | 111 * @identity: device identity name; 120 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
|
/Linux-v5.15/drivers/gpu/ipu-v3/ |
D | ipu-ic-csc.c | 17 /* identity matrix */ 18 static const struct ipu_ic_csc_params identity = { variable 98 &identity, 101 &identity, 105 &identity, 108 &identity,
|
/Linux-v5.15/Documentation/admin-guide/device-mapper/ |
D | linear.rst | 23 # Create an identity mapping for a device 24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.c | 123 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()
|
/Linux-v5.15/security/selinux/ss/ |
D | constraint.h | 9 * identity or role unless it is in a privileged type. 12 * identity.
|
/Linux-v5.15/include/uapi/linux/ |
D | watchdog.h | 21 __u8 identity[32]; /* Identity of the board */ member
|
/Linux-v5.15/drivers/platform/chrome/ |
D | cros_ec_typec.c | 50 /* Port partner PD identity info. */ 52 /* Port cable PD identity info. */ 178 * Fill an initial PD identity, which will then be updated with info in cros_typec_add_partner() 181 p_desc.identity = &port->p_identity; in cros_typec_add_partner() 744 * Parse the PD identity data from the EC PD discovery responses and copy that to the supplied 745 * PD identity struct. 752 /* First, update the PD identity VDOs for the partner. */ in cros_typec_parse_pd_identity() 760 /* Copy the remaining identity VDOs till a maximum of 6. */ in cros_typec_parse_pd_identity() 786 /* Parse the PD identity data, even if only 0s were returned. */ in cros_typec_handle_sop_prime_disc() 810 c_desc.identity = &port->c_identity; in cros_typec_handle_sop_prime_disc() [all …]
|