| /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() 150 char *identity; in nvme_tls_psk_refresh() local [all …]
|
| /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()
|
| H A D | pm8916_wdt.c | 121 .identity = "QCOM PM8916 PON WDT", 128 .identity = "QCOM PM8916 PON WDT",
|
| /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/drivers/gpu/ipu-v3/ |
| H A D | ipu-ic-csc.c | 18 static const struct ipu_ic_csc_params identity = { variable 98 &identity, 101 &identity, 105 &identity, 108 &identity,
|
| /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/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 …]
|
| H A D | mshv_root_main.c | 962 union hv_stats_object_identity identity = { in mshv_vp_stats_unmap() local 967 identity.vp.stats_area_type = HV_STATS_AREA_SELF; in mshv_vp_stats_unmap() 968 hv_unmap_stats_page(HV_STATS_OBJECT_VP, NULL, &identity); in mshv_vp_stats_unmap() 970 identity.vp.stats_area_type = HV_STATS_AREA_PARENT; in mshv_vp_stats_unmap() 971 hv_unmap_stats_page(HV_STATS_OBJECT_VP, NULL, &identity); in mshv_vp_stats_unmap() 977 union hv_stats_object_identity identity = { in mshv_vp_stats_map() local 983 identity.vp.stats_area_type = HV_STATS_AREA_SELF; in mshv_vp_stats_map() 984 err = hv_map_stats_page(HV_STATS_OBJECT_VP, &identity, in mshv_vp_stats_map() 989 identity.vp.stats_area_type = HV_STATS_AREA_PARENT; in mshv_vp_stats_map() 990 err = hv_map_stats_page(HV_STATS_OBJECT_VP, &identity, in mshv_vp_stats_map() [all …]
|
| /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/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()
|
| H A D | etnaviv_buffer.c | 189 if (gpu->identity.features & chipFeatures_PIPE_3D) { in etnaviv_buffer_config_mmuv2() 199 if (gpu->identity.features & chipFeatures_PIPE_2D) { in etnaviv_buffer_config_mmuv2() 239 bool has_blt = !!(gpu->identity.minor_features5 & in etnaviv_buffer_end() 353 bool has_blt = !!(gpu->identity.minor_features5 & in etnaviv_buffer_queue()
|
| /linux/include/linux/platform_data/ |
| H A D | mlxreg.h | 80 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member 202 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
|
| /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/usb/typec/ |
| H A D | class.h | 23 struct usb_pd_identity *identity; member 32 struct usb_pd_identity *identity; member
|
| /linux/net/tipc/ |
| H A D | discover.c | 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/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() 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/Documentation/arch/s390/ |
| H A D | mm.rst | 53 +- __identity_base + identity mapping start (>= 2GB) 55 | identity | phys == virt - __identity_base
|
| /linux/include/hyperv/ |
| H A D | hvhdk_mini.h | 230 union hv_stats_object_identity identity; member 236 union hv_stats_object_identity identity; member 247 union hv_stats_object_identity identity; member
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | cmd.c | 128 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity, in wl1251_cmd_vbm() argument 148 vbm->tim.identity = identity; in wl1251_cmd_vbm()
|
| H A D | cmd.h | 21 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity, 286 u8 identity; member
|
| /linux/include/uapi/linux/ |
| H A D | watchdog.h | 21 __u8 identity[32]; /* Identity of the board */ member
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | ves1x93.c | 450 u8 identity; in ves1x93_attach() local 462 identity = ves1x93_readreg(state, 0x1e); in ves1x93_attach() 463 switch (identity) { in ves1x93_attach()
|
| /linux/Documentation/process/ |
| H A D | code-of-conduct.rst | 12 size, disability, ethnicity, sex characteristics, gender identity and 14 personal appearance, race, religion, or sexual identity and orientation.
|