Home
last modified time | relevance | path

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

1234567891011

/Linux-v5.4/drivers/gpu/drm/etnaviv/
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 …]
Detnaviv_perfmon.c56 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_reg_read()
78 if (gpu->identity.model == chipModel_GC880 || in hi_total_cycle_read()
79 gpu->identity.model == chipModel_GC2000 || in hi_total_cycle_read()
80 gpu->identity.model == chipModel_GC2100) in hi_total_cycle_read()
92 if (gpu->identity.model == chipModel_GC880 || in hi_total_idle_cycle_read()
93 gpu->identity.model == chipModel_GC2000 || in hi_total_idle_cycle_read()
94 gpu->identity.model == chipModel_GC2100) in hi_total_idle_cycle_read()
Detnaviv_hwdb.c41 struct etnaviv_chip_identity *ident = &gpu->identity; in etnaviv_fill_identity_from_hwdb()
/Linux-v5.4/drivers/media/dvb-frontends/
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 …]
/Linux-v5.4/fs/nls/
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-v5.4/drivers/watchdog/
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()
Dmlx_wdt.c178 .identity = "mlx-wdt-main",
184 .identity = "mlx-wdt-aux",
208 if (strnstr(pdata->identity, mlxreg_wdt_main_info.identity, in mlxreg_wdt_config()
209 sizeof(mlxreg_wdt_main_info.identity))) in mlxreg_wdt_config()
Dpm8916_wdt.c115 .identity = "QCOM PM8916 PON WDT",
121 .identity = "QCOM PM8916 PON WDT",
Dwatchdog_core.c114 (const char *)wdd->info->identity; in watchdog_init_timeout()
275 (const char *)wdd->info->identity; in watchdog_register_device()
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-ic-csc.c18 static const struct ipu_ic_csc_params identity = { variable
98 &identity,
101 &identity,
105 &identity,
108 &identity,
/Linux-v5.4/drivers/input/mouse/
Dsynaptics.c238 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify()
242 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify()
276 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes()
311 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability()
359 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution()
393 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution()
924 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons()
925 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons()
1403 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect()
1454 if (info.identity != priv->info.identity || in synaptics_reconnect()
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c133 if (outp->identity) { in nvkm_outp_acquire()
144 if (!ior->identity && !ior->asy.outp && ior->arm.outp == outp) in nvkm_outp_acquire()
150 if (!ior->identity && in nvkm_outp_acquire()
160 if (!ior->identity && !ior->asy.outp && ior->type == type && in nvkm_outp_acquire()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-typec128 What: /sys/class/typec/<port>-partner>/identity/
140 What: /sys/class/typec/<port>-partner/identity/id_header
148 What: /sys/class/typec/<port>-partner/identity/cert_stat
156 What: /sys/class/typec/<port>-partner/identity/product
190 What: /sys/class/typec/<port>-cable/identity/
200 What: /sys/class/typec/<port>-cable/identity/id_header
208 What: /sys/class/typec/<port>-cable/identity/cert_stat
216 What: /sys/class/typec/<port>-cable/identity/product
/Linux-v5.4/Documentation/ia64/
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,
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dlinear.rst23 # Create an identity mapping for a device
24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
/Linux-v5.4/drivers/usb/typec/
Dclass.c26 struct usb_pd_identity *identity; member
33 struct usb_pd_identity *identity; member
88 return partner->identity; in get_pd_identity()
92 return cable->identity; in get_pd_identity()
608 if (!partner->identity) in typec_partner_set_identity()
659 if (desc->identity) { in typec_register_partner()
665 partner->identity = desc->identity; in typec_register_partner()
845 if (!cable->identity) in typec_cable_set_identity()
876 if (desc->identity) { in typec_register_cable()
882 cable->identity = desc->identity; in typec_register_cable()
Dtps6598x.c63 struct usb_pd_identity identity; member
189 tps->partner_identity = id.identity; in tps6598x_read_partner_identity()
212 desc.identity = NULL; in tps6598x_connect()
218 desc.identity = &tps->partner_identity; in tps6598x_connect()
230 if (desc.identity) in tps6598x_connect()
/Linux-v5.4/include/linux/usb/
Dtypec.h152 struct usb_pd_identity *identity; member
168 struct usb_pd_identity *identity; member
/Linux-v5.4/net/tipc/
Ddiscover.c115 tipc_bearer_xmit_skb(net, b->identity, skb, maddr); in tipc_disc_msg_xmit()
367 d->bearer_id = b->identity; in tipc_disc_create()
405 d->bearer_id = b->identity; in tipc_disc_reset()
414 tipc_bearer_xmit_skb(net, b->identity, skb, &maddr); in tipc_disc_reset()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_gt_irq.c105 gen11_gt_identity_handler(struct intel_gt *gt, const u32 identity) in gen11_gt_identity_handler() argument
107 const u8 class = GEN11_INTR_ENGINE_CLASS(identity); in gen11_gt_identity_handler()
108 const u8 instance = GEN11_INTR_ENGINE_INSTANCE(identity); in gen11_gt_identity_handler()
109 const u16 intr = GEN11_INTR_ENGINE_INTR(identity); in gen11_gt_identity_handler()
/Linux-v5.4/include/uapi/linux/
Dwatchdog.h21 __u8 identity[32]; /* Identity of the board */ member
/Linux-v5.4/include/linux/platform_data/
Dmlxreg.h138 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
/Linux-v5.4/drivers/net/wireless/ti/wl1251/
Dcmd.h22 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity,
291 u8 identity; member
Dcmd.c169 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity, in wl1251_cmd_vbm() argument
191 vbm->tim.identity = identity; in wl1251_cmd_vbm()
/Linux-v5.4/Documentation/process/
Dcode-of-conduct.rst12 size, disability, ethnicity, sex characteristics, gender identity and
14 personal appearance, race, religion, or sexual identity and orientation.

1234567891011