| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gpu.c | 49 *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 …]
|
| H A D | etnaviv_gpu.h | 114 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/drivers/nvme/common/ |
| H A D | keyring.c | 95 char *identity; in nvme_tls_psk_lookup() local 100 identity = kzalloc(identity_len, GFP_KERNEL); in nvme_tls_psk_lookup() 101 if (!identity) in nvme_tls_psk_lookup() 104 snprintf(identity, identity_len, "NVMe%u%c%02u %s %s", in nvme_tls_psk_lookup() 111 keyring_id, identity); in nvme_tls_psk_lookup() 114 identity, false); in nvme_tls_psk_lookup() 117 identity, PTR_ERR(keyref)); in nvme_tls_psk_lookup() 118 kfree(identity); in nvme_tls_psk_lookup() 121 kfree(identity); in nvme_tls_psk_lookup() 136 * Refresh a generated version 1 TLS PSK with the identity generated [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A 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/drivers/media/dvb-frontends/ |
| H A 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/drivers/hv/ |
| H A D | mshv_root_hv_call.c | 831 const union hv_stats_object_identity *identity, in hv_call_map_stats_page2() argument 848 input->identity = *identity; in hv_call_map_stats_page2() 873 const union hv_stats_object_identity *identity) in hv_stats_get_area_type() argument 877 return identity->hv.stats_area_type; in hv_stats_get_area_type() 879 return identity->lp.stats_area_type; in hv_stats_get_area_type() 881 return identity->partition.stats_area_type; in hv_stats_get_area_type() 883 return identity->vp.stats_area_type; in hv_stats_get_area_type() 901 const union hv_stats_object_identity *identity, in hv_call_map_stats_page() argument 917 input->identity = *identity; in hv_call_map_stats_page() 928 if (hv_stats_get_area_type(type, identity) == HV_STATS_AREA_PARENT && in hv_call_map_stats_page() [all …]
|
| H A D | mshv_debugfs.c | 60 union hv_stats_object_identity identity = { in mshv_lp_stats_unmap() local 67 mshv_lps_stats[lp_index], &identity); in mshv_lp_stats_unmap() 77 union hv_stats_object_identity identity = { in mshv_lp_stats_map() local 84 err = hv_map_stats_page(HV_STATS_OBJECT_LOGICAL_PROCESSOR, &identity, in mshv_lp_stats_map() 287 union hv_stats_object_identity identity = { in mshv_partition_stats_unmap() local 294 &identity); in mshv_partition_stats_unmap() 305 union hv_stats_object_identity identity = { in mshv_partition_stats_map() local 312 err = hv_map_stats_page(HV_STATS_OBJECT_PARTITION, &identity, &stats); in mshv_partition_stats_map() 568 union hv_stats_object_identity identity = { in mshv_hv_stats_unmap() local 573 err = hv_unmap_stats_page(HV_STATS_OBJECT_HYPERVISOR, NULL, &identity); in mshv_hv_stats_unmap() [all …]
|
| /linux/fs/nls/ |
| H A 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/arch/arm/mm/ |
| H A 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() 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/include/linux/platform_data/ |
| H A D | mlxreg.h | 75 * @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/drivers/watchdog/ |
| H A D | sb_wdog.c | 100 .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()
|
| H A D | mlx_wdt.c | 212 .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/Documentation/driver-api/usb/ |
| H A 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/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 3 * 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/drivers/gpu/ipu-v3/ |
| H A 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/drivers/usb/typec/ |
| H A D | class.c | 66 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() 916 * typec_partner_set_identity - Report result from Discover Identity command [all …]
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | linear.rst | 23 # Create an identity mapping for a device 24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | debugfs.c | 63 DEFINE_SHOW_ATTRIBUTE(identity); 70 dentry = debugfs_lookup("identity", pdsc->dentry); in pdsc_debugfs_add_ident() 76 debugfs_create_file("identity", 0400, pdsc->dentry, in pdsc_debugfs_add_ident()
|
| /linux/drivers/input/mouse/ |
| H A D | synaptics.c | 257 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify() 261 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify() 295 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes() 330 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability() 378 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution() 412 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution() 970 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons() 971 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons() 1451 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect() 1502 if (info.identity ! in synaptics_reconnect() [all...] |
| /linux/Documentation/netlink/specs/ |
| H A D | handshake.yaml | 69 name: peer-identity 120 - peer-identity
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | wndwc57e.c | 85 const u32 identity[12] = { in wndwc57e_csc_clr() local 92 if ((ret = PUSH_WAIT(push, 1 + ARRAY_SIZE(identity)))) in wndwc57e_csc_clr() 95 PUSH_MTHD(push, NVC57E, SET_FMT_COEFFICIENT_C00, identity, ARRAY_SIZE(identity)); in wndwc57e_csc_clr()
|
| /linux/security/selinux/ss/ |
| H A D | constraint.h | 9 * identity or role unless it is in a privileged type. 12 * identity.
|
| /linux/include/uapi/linux/ |
| H A D | watchdog.h | 21 __u8 identity[32]; /* Identity of the board */ member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | outp.c | 123 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_or() 161 if (outp->identity) { in nvkm_outp_acquire_or() 172 if (!ior->identity && !ior->asy.outp && ior->arm.outp == outp) { in nvkm_outp_acquire_or()
|
| /linux/net/tipc/ |
| H A D | discover.c | 52 * @bearer_id: identity of bearer issuing requests 117 tipc_bearer_xmit_skb(net, b->identity, skb, maddr); in tipc_disc_msg_xmit() 373 d->bearer_id = b->identity; in tipc_disc_create() 410 d->bearer_id = b->identity; in tipc_disc_reset() 419 tipc_bearer_xmit_skb(net, b->identity, skb, &maddr); in tipc_disc_reset()
|