Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 25 of 253) sorted by relevance

1234567891011

/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c49 *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 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/drivers/nvme/common/
H A Dkeyring.c95 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/media/dvb-frontends/
H A 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 …]
H A Dves1x93.c450 u8 identity; in ves1x93_attach() local
462 identity = ves1x93_readreg(state, 0x1e); in ves1x93_attach()
463 switch (identity) { in ves1x93_attach()
/linux/drivers/watchdog/
H A 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()
H A 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()
H A Dpm8916_wdt.c121 .identity = "QCOM PM8916 PON WDT",
128 .identity = "QCOM PM8916 PON WDT",
/linux/fs/nls/
H A 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/drivers/hv/
H A Dmshv_root_hv_call.c831 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 Dmshv_debugfs.c60 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 …]
H A Dmshv_root_main.c996 union hv_stats_object_identity identity = { in mshv_vp_stats_unmap() local
1002 identity.vp.stats_area_type = HV_STATS_AREA_SELF; in mshv_vp_stats_unmap()
1005 &identity); in mshv_vp_stats_unmap()
1011 identity.vp.stats_area_type = HV_STATS_AREA_PARENT; in mshv_vp_stats_unmap()
1014 &identity); in mshv_vp_stats_unmap()
1024 union hv_stats_object_identity identity = { in mshv_vp_stats_map() local
1030 identity.vp.stats_area_type = HV_STATS_AREA_SELF; in mshv_vp_stats_map()
1031 err = hv_map_stats_page(HV_STATS_OBJECT_VP, &identity, in mshv_vp_stats_map()
1045 identity.vp.stats_area_type = HV_STATS_AREA_PARENT; in mshv_vp_stats_map()
1046 err = hv_map_stats_page(HV_STATS_OBJECT_VP, &identity, in mshv_vp_stats_map()
[all …]
/linux/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c18 static const struct ipu_ic_csc_params identity = { variable
98 &identity,
101 &identity,
105 &identity,
108 &identity,
/linux/Documentation/ABI/testing/
H A 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/drivers/input/mouse/
H A Dsynaptics.c256 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 Dwndwc57e.c85 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/include/linux/platform_data/
H A Dmlxreg.h80 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 Dlinear.rst23 # Create an identity mapping for a device
24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
/linux/net/tipc/
H A Ddiscover.c117 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 Doutp.c123 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/include/hyperv/
H A Dhvhdk_mini.h237 union hv_stats_object_identity identity; member
243 union hv_stats_object_identity identity; member
254 union hv_stats_object_identity identity; member
/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.c128 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 Dcmd.h21 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity,
286 u8 identity; member
/linux/include/uapi/linux/
H A Dwatchdog.h21 __u8 identity[32]; /* Identity of the board */ member
/linux/Documentation/process/
H A Dcode-of-conduct.rst12 size, disability, ethnicity, sex characteristics, gender identity and
14 personal appearance, race, religion, or sexual identity and orientation.

1234567891011