Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c45 *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 …]
H A Detnaviv_perfmon.c65 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()
H A Detnaviv_gpu.h112 struct etnaviv_chip_identity identity; member
179 if (gpu->identity.model == chipModel_GC300 && in gpu_fix_power_address()
180 gpu->identity.revision < 0x2000) in gpu_fix_power_address()
/openbmc/qemu/authz/
H A Dsimple.c28 const char *identity, in qauthz_simple_is_allowed() argument
33 trace_qauthz_simple_is_allowed(authz, sauthz->identity, identity); in qauthz_simple_is_allowed()
34 return g_str_equal(identity, sauthz->identity); in qauthz_simple_is_allowed()
44 g_free(sauthz->identity); in qauthz_simple_prop_set_identity()
45 sauthz->identity = g_strdup(value); in qauthz_simple_prop_set_identity()
55 return g_strdup(sauthz->identity); in qauthz_simple_prop_get_identity()
64 g_free(sauthz->identity); in qauthz_simple_finalize()
73 if (!sauthz->identity) { in qauthz_simple_complete()
96 const char *identity, in qauthz_simple_new() argument
103 "identity", identity, in qauthz_simple_new()
H A Dtrace-events4 qauthz_is_allowed(void *authz, const char *identity, bool allowed) "AuthZ %p check identity=%s allo…
7 …ar *wantidentity, const char *gotidentity) "AuthZ simple %p check want identity=%s got identity=%s"
10 …k_rule(void *authz, const char *identity, const char *rule, int format, int policy) "AuthZ list %p…
11 …uthz_list_default_policy(void *authz, const char *identity, int policy) "AuthZ list %p default ide…
18 qauthz_pam_check(void *authz, const char *identity, const char *service) "AuthZ PAM %p identity=%s …
H A Dbase.c27 const char *identity, in qauthz_is_allowed() argument
33 allowed = cls->is_allowed(authz, identity, errp); in qauthz_is_allowed()
34 trace_qauthz_is_allowed(authz, identity, allowed); in qauthz_is_allowed()
41 const char *identity, in qauthz_is_allowed_by_id() argument
65 return qauthz_is_allowed(authz, identity, errp); in qauthz_is_allowed_by_id()
H A Dpamacct.c31 const char *identity, in qauthz_pam_is_allowed() argument
39 trace_qauthz_pam_check(authz, identity, pauthz->service); in qauthz_pam_is_allowed()
41 identity, in qauthz_pam_is_allowed()
54 identity, pam_strerror(pamh, ret)); in qauthz_pam_is_allowed()
H A Dlist.c29 const char *identity, in qauthz_list_is_allowed() argument
40 trace_qauthz_list_check_rule(authz, rule->match, identity, in qauthz_list_is_allowed()
44 if (g_str_equal(rule->match, identity)) { in qauthz_list_is_allowed()
49 if (g_pattern_match_simple(rule->match, identity)) { in qauthz_list_is_allowed()
60 trace_qauthz_list_default_policy(authz, identity, lauthz->policy); in qauthz_list_is_allowed()
/openbmc/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 …]
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A Dwpa_supplicant.conf462 identity="user@example.com"
476 identity="user@example.com"
490 identity="user@example.com"
503 identity="user@example.com"
555 identity="user@example.com"
569 identity="user"
627 identity="user@example.com"
644 identity="user@example.com"
674 identity="user@example.com"
/openbmc/linux/drivers/watchdog/
H A Dsb_wdog.c100 .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()
H A Dmlx_wdt.c213 .identity = "mlx-wdt-main",
219 .identity = "mlx-wdt-aux",
243 if (strnstr(pdata->identity, mlxreg_wdt_main_info.identity, in mlxreg_wdt_config()
244 sizeof(mlxreg_wdt_main_info.identity))) in mlxreg_wdt_config()
/openbmc/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()
/openbmc/qemu/include/authz/
H A Dbase.h51 const char *identity,
75 const char *identity,
98 const char *identity,
H A Dsimple.h61 char *identity; member
68 const char *identity,
/openbmc/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,
/openbmc/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
/openbmc/qemu/docs/system/
H A Dauthz.rst8 their identity. If the authorization identity database is scoped to the QEMU
9 client this may be sufficient. It is common, however, for the identity database
18 that emit an identity upon completion.
29 the client provide a certificate to the server to prove its own identity.
36 the certificate can be used as an identity in the QEMU authorization
61 based on an exact match against a single identity. This is useful when it is
67 thus be used as the identity to match against. Alternatively if the virtual
80 "identity": "fred"
89 -object authz-simple,id=authz0,identity=fred
237 identity to verify. By convention, any network server backend that uses TLS
[all …]
/openbmc/qemu/qapi/
H A Dauthz.json43 # @match: a string or glob to match against a user identity
109 # @identity: Identifies the allowed user. Its format depends on the
111 # For authorizing based on TLS x509 certificates, the identity
117 'data': { 'identity': 'str' } }
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__receiver_ref.hpp44 template <class _GetReceiver = std::identity, class _Obj, class _Tag,
71 template <class _OpState, class _GetEnv, class _GetReceiver = std::identity>
100 template <class _OpState, class _GetEnv, class _GetReceiver = std::identity>
/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.c249 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify()
253 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify()
287 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes()
322 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability()
370 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution()
404 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution()
935 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons()
936 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons()
1417 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect()
1468 if (info.identity != priv->info.identity || in synaptics_reconnect()
[all …]
/openbmc/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()
/openbmc/linux/drivers/usb/typec/
H A Dclass.h22 struct usb_pd_identity *identity; member
30 struct usb_pd_identity *identity; member
/openbmc/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
/openbmc/linux/Documentation/arch/ia64/
H A Daliasing.rst58 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,

12345678910>>...14