| /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/include/linux/usb/ |
| H A D | typec.h | 116 * 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/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/drivers/hv/ |
| H A D | mshv_root_hv_call.c | 817 const union hv_stats_object_identity *identity, in hv_call_map_stats_page2() argument 834 input->identity = *identity; in hv_call_map_stats_page2() 859 const union hv_stats_object_identity *identity, in hv_call_map_stats_page() argument 875 input->identity = *identity; in hv_call_map_stats_page() 900 const union hv_stats_object_identity *identity, in hv_map_stats_page() argument 914 ret = hv_call_map_stats_page2(type, identity, in hv_map_stats_page() 918 ret = hv_call_map_stats_page(type, identity, addr); in hv_map_stats_page() 930 const union hv_stats_object_identity *identity) in hv_call_unmap_stats_page() argument 941 input->identity = *identity; in hv_call_unmap_stats_page() 950 const union hv_stats_object_identity *identity) in hv_unmap_stats_page() argument [all …]
|
| /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() 822 * typec_partner_set_identity - Report result from Discover Identity command [all …]
|
| H A D | class.h | 23 struct usb_pd_identity *identity; member 32 struct usb_pd_identity *identity; member
|
| /linux/drivers/gpu/drm/etnaviv/ |
| 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/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/Documentation/netlink/specs/ |
| H A D | handshake.yaml | 63 name: peer-identity 112 - peer-identity
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | debugfs.c | 63 DEFINE_SHOW_ATTRIBUTE(identity); 68 if (debugfs_lookup("identity", pdsc->dentry)) in pdsc_debugfs_add_ident() 71 debugfs_create_file("identity", 0400, pdsc->dentry, in pdsc_debugfs_add_ident()
|
| /linux/drivers/input/mouse/ |
| H A D | synaptics.c | 256 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify() 260 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify() 294 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes() 329 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability() 377 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution() 411 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution() 969 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons() 970 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons() 1450 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect() 1501 if (info.identity != priv->info.identity || in synaptics_reconnect() [all …]
|
| /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()
|
| /linux/arch/x86/boot/startup/ |
| H A D | sev-startup.c | 76 * This can be invoked in early boot while running identity mapped, so in early_snp_set_memory_private() 101 * This can be invoked in early boot while running identity mapped, so in early_snp_set_memory_shared() 167 * It is very early in the boot and the kernel is running identity in svsm_setup()
|