/Linux-v6.6/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gpu.c | 45 *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 …]
|
D | etnaviv_perfmon.c | 65 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()
|
D | etnaviv_gpu.h | 112 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()
|
D | etnaviv_buffer.c | 188 if (gpu->identity.features & chipFeatures_PIPE_3D) { in etnaviv_buffer_config_mmuv2() 198 if (gpu->identity.features & chipFeatures_PIPE_2D) { in etnaviv_buffer_config_mmuv2() 238 bool has_blt = !!(gpu->identity.minor_features5 & in etnaviv_buffer_end() 352 bool has_blt = !!(gpu->identity.minor_features5 & in etnaviv_buffer_queue()
|
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | dib0090.c | 166 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-v6.6/drivers/watchdog/ |
D | sb_wdog.c | 100 .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()
|
D | mlx_wdt.c | 213 .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()
|
D | pm8916_wdt.c | 121 .identity = "QCOM PM8916 PON WDT", 128 .identity = "QCOM PM8916 PON WDT",
|
/Linux-v6.6/fs/nls/ |
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-v6.6/drivers/gpu/ipu-v3/ |
D | ipu-ic-csc.c | 18 static const struct ipu_ic_csc_params identity = { variable 98 &identity, 101 &identity, 105 &identity, 108 &identity,
|
/Linux-v6.6/Documentation/ABI/testing/ |
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
|
D | sysfs-class-typec | 211 What: /sys/class/typec/<port>-partner/identity/ 279 What: /sys/class/typec/<port>-{partner|cable}/identity/ 291 What: /sys/class/typec/<port>-{partner|cable}/identity/id_header 299 What: /sys/class/typec/<port>-{partner|cable}/identity/cert_stat 307 What: /sys/class/typec/<port>-{partner|cable}/identity/product 315 What: /sys/class/typec/<port>-{partner|cable}/identity/product_type_vdo1 323 What: /sys/class/typec/<port>-{partner|cable}/identity/product_type_vdo2 331 What: /sys/class/typec/<port>-{partner|cable}/identity/product_type_vdo3
|
/Linux-v6.6/drivers/input/mouse/ |
D | synaptics.c | 247 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify() 251 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify() 285 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes() 320 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability() 368 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution() 402 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution() 933 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons() 934 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons() 1415 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect() 1466 if (info.identity != priv->info.identity || in synaptics_reconnect() [all …]
|
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv50/ |
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-v6.6/drivers/usb/typec/ |
D | class.h | 22 struct usb_pd_identity *identity; member 30 struct usb_pd_identity *identity; member
|
D | class.c | 64 return partner->identity; in get_pd_identity() 68 return cable->identity; in get_pd_identity() 693 if (!partner->identity) in typec_partner_set_identity() 869 if (desc->identity) { in typec_register_partner() 875 partner->identity = desc->identity; in typec_register_partner() 1154 if (!cable->identity) in typec_cable_set_identity() 1186 if (desc->identity) { in typec_register_cable() 1192 cable->identity = desc->identity; in typec_register_cable() 1800 if (to_typec_partner(partner_dev)->identity) in typec_set_data_role()
|
/Linux-v6.6/include/linux/platform_data/ |
D | mlxreg.h | 80 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member 202 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
|
/Linux-v6.6/Documentation/arch/ia64/ |
D | aliasing.rst | 58 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-v6.6/Documentation/admin-guide/device-mapper/ |
D | linear.rst | 23 # Create an identity mapping for a device 24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
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() 172 if (!ior->identity && !ior->asy.outp && ior->arm.outp == outp) { in nvkm_outp_acquire()
|
/Linux-v6.6/net/tipc/ |
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-v6.6/include/linux/usb/ |
D | typec.h | 194 struct usb_pd_identity *identity; member 218 struct usb_pd_identity *identity; member
|
/Linux-v6.6/include/uapi/linux/ |
D | watchdog.h | 21 __u8 identity[32]; /* Identity of the board */ member
|
/Linux-v6.6/drivers/usb/typec/tipd/ |
D | core.c | 59 struct usb_pd_identity identity; member 204 tps->partner_identity = id.identity; in tps6598x_read_partner_identity() 239 desc.identity = NULL; in tps6598x_connect() 245 desc.identity = &tps->partner_identity; in tps6598x_connect() 262 if (desc.identity) in tps6598x_connect()
|
/Linux-v6.6/Documentation/process/ |
D | code-of-conduct.rst | 12 size, disability, ethnicity, sex characteristics, gender identity and 14 personal appearance, race, religion, or sexual identity and orientation.
|