/Linux-v4.19/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gpu.c | 41 *value = gpu->identity.model; in etnaviv_gpu_get_param() 45 *value = gpu->identity.revision; in etnaviv_gpu_get_param() 49 *value = gpu->identity.features; in etnaviv_gpu_get_param() 53 *value = gpu->identity.minor_features0; in etnaviv_gpu_get_param() 57 *value = gpu->identity.minor_features1; in etnaviv_gpu_get_param() 61 *value = gpu->identity.minor_features2; in etnaviv_gpu_get_param() 65 *value = gpu->identity.minor_features3; in etnaviv_gpu_get_param() 69 *value = gpu->identity.minor_features4; in etnaviv_gpu_get_param() 73 *value = gpu->identity.minor_features5; in etnaviv_gpu_get_param() 77 *value = gpu->identity.minor_features6; in etnaviv_gpu_get_param() [all …]
|
D | etnaviv_hwdb.c | 41 struct etnaviv_chip_identity *ident = &gpu->identity; in etnaviv_fill_identity_from_hwdb()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | dib0090.c | 178 struct dib0090_identity identity; member 202 struct dib0090_identity identity; member 343 struct dib0090_identity *identity = &state->identity; in dib0090_identify() local 347 identity->p1g = 0; in dib0090_identify() 348 identity->in_soc = 0; in dib0090_identify() 355 identity->version = v & 0xff; in dib0090_identify() 356 identity->product = (v >> 8) & 0xf; in dib0090_identify() 358 if (identity->product != KROSUS) in dib0090_identify() 361 if ((identity->version & 0x3) == SOC) { in dib0090_identify() 362 identity->in_soc = 1; in dib0090_identify() [all …]
|
D | ves1x93.c | 463 u8 identity; in ves1x93_attach() local 475 identity = ves1x93_readreg(state, 0x1e); in ves1x93_attach() 476 switch (identity) { in ves1x93_attach()
|
/Linux-v4.19/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-v4.19/drivers/watchdog/ |
D | sb_wdog.c | 100 .identity = "SiByte Watchdog", 132 ident.identity); in sbwdog_release() 276 ident.identity, in sbwdog_interrupt() 296 ident.identity, ret); in sbwdog_init() 305 ident.identity, (void *)user_dog); in sbwdog_init() 308 ident.identity, ret); in sbwdog_init() 315 ident.identity, in sbwdog_init()
|
D | ebc-c384_wdt.c | 96 .identity = MODULE_NAME
|
D | twl4030_wdt.c | 61 .identity = "TWL4030 Watchdog",
|
D | imx2_wdt.c | 82 .identity = "imx2+ watchdog", 87 .identity = "imx2+ watchdog",
|
D | ep93xx_wdt.c | 80 .identity = "EP93xx Watchdog",
|
/Linux-v4.19/drivers/input/mouse/ |
D | synaptics.c | 234 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify() 238 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify() 272 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes() 307 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability() 355 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution() 389 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution() 920 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons() 921 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons() 1399 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect() 1450 if (info.identity != priv->info.identity || in synaptics_reconnect() [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.c | 133 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()
|
D | outp.h | 19 bool identity; member
|
/Linux-v4.19/Documentation/device-mapper/ |
D | linear.txt | 18 # Create an identity mapping for a device 19 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
|
/Linux-v4.19/Documentation/ia64/ |
D | aliasing.txt | 52 in the system because of constraints imposed by the identity mapping 60 Linux/ia64 identity mappings are done with large pages, currently 65 identity mapping only when the entire granule supports cacheable 69 can referenced safely by an identity mapping. 73 software. This allows UC identity mappings to cover granules that 92 by a kernel identity mapping, the user mapping must use the same 130 identity mapping. This is obviously safe for things in 176 This mmap is done with user pages, not kernel identity mappings,
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-typec | 128 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
|
D | sysfs-class-watchdog | 9 What: /sys/class/watchdog/watchdogn/identity 13 It is a read only file. It contains identity string of
|
/Linux-v4.19/drivers/usb/typec/ |
D | tps6598x.c | 61 struct usb_pd_identity identity; member 159 tps->partner_identity = id.identity; in tps6598x_read_partner_identity() 182 desc.identity = NULL; in tps6598x_connect() 188 desc.identity = &tps->partner_identity; in tps6598x_connect() 200 if (desc.identity) in tps6598x_connect()
|
D | class.c | 25 struct usb_pd_identity *identity; member 32 struct usb_pd_identity *identity; member 87 return partner->identity; in get_pd_identity() 91 return cable->identity; in get_pd_identity() 602 if (!partner->identity) in typec_partner_set_identity() 653 if (desc->identity) { in typec_register_partner() 659 partner->identity = desc->identity; in typec_register_partner() 839 if (!cable->identity) in typec_cable_set_identity() 870 if (desc->identity) { in typec_register_cable() 876 cable->identity = desc->identity; in typec_register_cable()
|
/Linux-v4.19/include/linux/usb/ |
D | typec.h | 152 struct usb_pd_identity *identity; member 168 struct usb_pd_identity *identity; member
|
/Linux-v4.19/net/tipc/ |
D | discover.c | 115 tipc_bearer_xmit_skb(net, b->identity, skb, maddr); in tipc_disc_msg_xmit() 366 d->bearer_id = b->identity; in tipc_disc_create() 404 d->bearer_id = b->identity; in tipc_disc_reset() 413 tipc_bearer_xmit_skb(net, b->identity, skb, &maddr); in tipc_disc_reset()
|
/Linux-v4.19/include/uapi/linux/ |
D | watchdog.h | 21 __u8 identity[32]; /* Identity of the board */ member
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | cmd.h | 36 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity, 305 u8 identity; member
|
D | cmd.c | 169 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity, in wl1251_cmd_vbm() argument 191 vbm->tim.identity = identity; in wl1251_cmd_vbm()
|
/Linux-v4.19/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.
|