Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/gpu/drm/etnaviv/
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()
164 *value = gpu->identity.eco_id; in etnaviv_gpu_get_param()
237 gpu->identity.register_max = 1 << gpu->identity.register_max; in etnaviv_hw_specs()
245 gpu->identity.thread_count = 1 << gpu->identity.thread_count; in etnaviv_hw_specs()
367 gpu->identity.model = gpu->identity.model & 0x0400; in etnaviv_hw_identify()
396 gpu->identity.eco_id = 1; in etnaviv_hw_identify()
399 gpu->identity.eco_id = 1; in etnaviv_hw_identify()
403 gpu->identity.model, gpu->identity.revision); in etnaviv_hw_identify()
[all …]
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()
A Detnaviv_buffer.c187 if (gpu->identity.features & chipFeatures_PIPE_3D) { in etnaviv_buffer_config_mmuv2()
197 if (gpu->identity.features & chipFeatures_PIPE_2D) { in etnaviv_buffer_config_mmuv2()
237 bool has_blt = !!(gpu->identity.minor_features5 & in etnaviv_buffer_end()
351 bool has_blt = !!(gpu->identity.minor_features5 & in etnaviv_buffer_queue()
/linux/drivers/media/dvb-frontends/
A Ddib0090.c331 struct dib0090_identity *identity = &state->identity; in dib0090_identify() local
335 identity->p1g = 0; in dib0090_identify()
354 identity->p1g = 1; in dib0090_identify()
358 identity->p1g = 1; in dib0090_identify()
362 identity->p1g = 1; in dib0090_identify()
366 identity->p1g = 1; in dib0090_identify()
392 identity->p1g = 1; in dib0090_identify()
422 struct dib0090_identity *identity = &state->identity; in dib0090_fw_identify() local
425 identity->p1g = 0; in dib0090_fw_identify()
1399 if ((!state->identity.p1g) || (!state->identity.in_soc) in dib0090_update_rframp_7090()
[all …]
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/
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()
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()
A Dpm8916_wdt.c115 .identity = "QCOM PM8916 PON WDT",
121 .identity = "QCOM PM8916 PON WDT",
/linux/fs/nls/
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/Documentation/ABI/testing/
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
A Dsysfs-class-typec203 What: /sys/class/typec/<port>-partner/identity/
271 What: /sys/class/typec/<port>-{partner|cable}/identity/
283 What: /sys/class/typec/<port>-{partner|cable}/identity/id_header
291 What: /sys/class/typec/<port>-{partner|cable}/identity/cert_stat
299 What: /sys/class/typec/<port>-{partner|cable}/identity/product
307 What: /sys/class/typec/<port>-{partner|cable}/identity/product_type_vdo1
315 What: /sys/class/typec/<port>-{partner|cable}/identity/product_type_vdo2
323 What: /sys/class/typec/<port>-{partner|cable}/identity/product_type_vdo3
/linux/drivers/gpu/ipu-v3/
A Dipu-ic-csc.c18 static const struct ipu_ic_csc_params identity = { variable
98 &identity,
101 &identity,
105 &identity,
108 &identity,
/linux/drivers/input/mouse/
A Dsynaptics.c284 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes()
319 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability()
367 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution()
401 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution()
932 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons()
1414 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect()
1465 if (info.identity != priv->info.identity || in synaptics_reconnect()
1471 priv->info.identity, info.identity, in synaptics_reconnect()
1570 if (SYN_ID_DISGEST_SUPPORTED(info->identity)) in synaptics_init_ps2()
1590 SYN_ID_MODEL(info->identity), in synaptics_init_ps2()
[all …]
/linux/drivers/gpu/drm/nouveau/dispnv50/
A Dwndwc57e.c87 const u32 identity[12] = { in wndwc57e_csc_clr() local
94 if ((ret = PUSH_WAIT(push, 1 + ARRAY_SIZE(identity)))) in wndwc57e_csc_clr()
97 PUSH_MTHD(push, NVC57E, SET_FMT_COEFFICIENT_C00, identity, ARRAY_SIZE(identity)); in wndwc57e_csc_clr()
/linux/Documentation/ia64/
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,
/linux/drivers/usb/typec/
A Dclass.h22 struct usb_pd_identity *identity; member
30 struct usb_pd_identity *identity; member
A Dclass.c63 return partner->identity; in get_pd_identity()
67 return cable->identity; in get_pd_identity()
691 if (!partner->identity) in typec_partner_set_identity()
815 if (desc->identity) { in typec_register_partner()
821 partner->identity = desc->identity; in typec_register_partner()
1100 if (!cable->identity) in typec_cable_set_identity()
1132 if (desc->identity) { in typec_register_cable()
1138 cable->identity = desc->identity; in typec_register_cable()
1647 if (to_typec_partner(partner_dev)->identity) in typec_set_data_role()
/linux/include/linux/platform_data/
A Dmlxreg.h80 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
202 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Doutp.c123 if (!ior->identity && !!ior->func->hda.hpd == hda && in nvkm_outp_acquire_hda()
133 if (!ior->identity && !!ior->func->hda.hpd == hda && in nvkm_outp_acquire_hda()
161 if (outp->identity) { in nvkm_outp_acquire()
172 if (!ior->identity && !ior->asy.outp && ior->arm.outp == outp) { in nvkm_outp_acquire()
/linux/Documentation/admin-guide/device-mapper/
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/
A Ddiscover.c117 tipc_bearer_xmit_skb(net, b->identity, skb, maddr); in tipc_disc_msg_xmit()
370 d->bearer_id = b->identity; in tipc_disc_create()
407 d->bearer_id = b->identity; in tipc_disc_reset()
416 tipc_bearer_xmit_skb(net, b->identity, skb, &maddr); in tipc_disc_reset()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_gt_irq.c94 gen11_gt_identity_handler(struct intel_gt *gt, const u32 identity) in gen11_gt_identity_handler() argument
96 const u8 class = GEN11_INTR_ENGINE_CLASS(identity); in gen11_gt_identity_handler()
97 const u8 instance = GEN11_INTR_ENGINE_INSTANCE(identity); in gen11_gt_identity_handler()
98 const u16 intr = GEN11_INTR_ENGINE_INTR(identity); in gen11_gt_identity_handler()
/linux/include/linux/usb/
A Dtypec.h181 struct usb_pd_identity *identity; member
205 struct usb_pd_identity *identity; member
/linux/drivers/usb/typec/tipd/
A Dcore.c57 struct usb_pd_identity identity; member
207 tps->partner_identity = id.identity; in tps6598x_read_partner_identity()
247 desc.identity = NULL; in tps6598x_connect()
253 desc.identity = &tps->partner_identity; in tps6598x_connect()
265 if (desc.identity) in tps6598x_connect()
/linux/drivers/net/wireless/ti/wl1251/
A Dcmd.c169 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity, in wl1251_cmd_vbm() argument
189 vbm->tim.identity = identity; in wl1251_cmd_vbm()

Completed in 50 milliseconds

1234567891011