/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gpu.c | 49 *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 …]
|
D | etnaviv_perfmon.c | 57 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_reg_read() 79 if (gpu->identity.model == chipModel_GC880 || in hi_total_cycle_read() 80 gpu->identity.model == chipModel_GC2000 || in hi_total_cycle_read() 81 gpu->identity.model == chipModel_GC2100) in hi_total_cycle_read() 93 if (gpu->identity.model == chipModel_GC880 || in hi_total_idle_cycle_read() 94 gpu->identity.model == chipModel_GC2000 || in hi_total_idle_cycle_read() 95 gpu->identity.model == chipModel_GC2100) in hi_total_idle_cycle_read() 437 if (gpu->identity.features & meta->feature) in num_pm_domains() 453 if (!(gpu->identity.features & meta->feature)) in pm_domain()
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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 | 214 .identity = "mlx-wdt-main", 220 .identity = "mlx-wdt-aux", 244 if (strnstr(pdata->identity, mlxreg_wdt_main_info.identity, in mlxreg_wdt_config() 245 sizeof(mlxreg_wdt_main_info.identity))) in mlxreg_wdt_config()
|
/kernel/liteos_a/kernel/extended/trace/ |
D | los_trace.c | 84 STATIC VOID OsTraceSetFrame(TraceEventFrame *frame, UINT32 eventType, UINTPTR identity, const UINTP… in OsTraceSetFrame() argument 99 frame->identity = identity; in OsTraceSetFrame() 142 VOID OsTraceHook(UINT32 eventType, UINTPTR identity, const UINTPTR *params, UINT16 paramCount) in OsTraceHook() argument 146 … OsTraceObjAdd(eventType, identity); /* handle important obj info, these can not be filtered */ in OsTraceHook() 150 UINTPTR id = identity; in OsTraceHook() 152 if (OsTraceHwiFilter(identity)) { in OsTraceHook() 156 id = OsTraceGetMaskTid(identity); in OsTraceHook() 159 LOS_MemInfoGet((VOID *)identity, &status); in OsTraceHook() 160 LOS_TRACE(MEM_INFO, identity, status.totalUsedSize, status.totalFreeSize); in OsTraceHook()
|
/kernel/liteos_m/components/trace/ |
D | los_trace.c | 82 STATIC VOID OsTraceSetFrame(TraceEventFrame *frame, UINT32 eventType, UINTPTR identity, const UINTP… in OsTraceSetFrame() argument 96 frame->identity = identity; in OsTraceSetFrame() 132 VOID OsTraceHook(UINT32 eventType, UINTPTR identity, const UINTPTR *params, UINT16 paramCount) in OsTraceHook() argument 135 … OsTraceObjAdd(eventType, identity); /* handle important obj info, these can not be filtered */ in OsTraceHook() 139 UINTPTR id = identity; in OsTraceHook() 141 if (OsTraceHwiFilter(identity)) { in OsTraceHook() 145 id = OsTraceGetMaskTid(identity); in OsTraceHook() 148 LOS_MemInfoGet((VOID *)identity, &status); in OsTraceHook() 149 LOS_TRACE(MEM_INFO, identity, status.totalUsedSize, status.totalFreeSize); in OsTraceHook()
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/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 | 142 What: /sys/class/typec/<port>-partner>/identity/ 154 What: /sys/class/typec/<port>-partner/identity/id_header 162 What: /sys/class/typec/<port>-partner/identity/cert_stat 170 What: /sys/class/typec/<port>-partner/identity/product 205 What: /sys/class/typec/<port>-cable/identity/ 215 What: /sys/class/typec/<port>-cable/identity/id_header 223 What: /sys/class/typec/<port>-cable/identity/cert_stat 231 What: /sys/class/typec/<port>-cable/identity/product
|
/kernel/linux/linux-5.10/fs/ |
D | io-wq.c | 442 if (mmget_not_zero(work->identity->mm)) { in io_wq_switch_mm() 443 kthread_use_mm(work->identity->mm); in io_wq_switch_mm() 444 worker->mm = work->identity->mm; in io_wq_switch_mm() 458 if (work->identity->blkcg_css != worker->blkcg_css) { in io_wq_switch_blkcg() 459 kthread_associate_blkcg(work->identity->blkcg_css); in io_wq_switch_blkcg() 460 worker->blkcg_css = work->identity->blkcg_css; in io_wq_switch_blkcg() 468 const struct cred *old_creds = override_creds(work->identity->creds); in io_wq_switch_creds() 470 worker->cur_creds = work->identity->creds; in io_wq_switch_creds() 481 current->files != work->identity->files) { in io_impersonate_work() 483 current->files = work->identity->files; in io_impersonate_work() [all …]
|
/kernel/liteos_a/testsuites/unittest/extended/trace/smoke/ |
D | trace_test_003.cpp | 38 .identity = 0x0001, in TestCase() 48 info.identity = 0x0002; in TestCase()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
D | synaptics.c | 246 error = synaptics_query_int(psmouse, SYN_QUE_IDENTIFY, &info->identity); in synaptics_identify() 250 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify() 284 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() 933 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons() 1411 SYN_ID_DISGEST_SUPPORTED(priv->info.identity)) in synaptics_disconnect() 1462 if (info.identity != priv->info.identity || in synaptics_reconnect() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | wndwc57e.c | 87 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()
|
/kernel/linux/linux-5.10/Documentation/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,
|
/kernel/linux/linux-5.10/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
|
/kernel/liteos_a/apps/trace/src/ |
D | trace.c | 53 uintptr_t identity; member 96 info.identity = strtoul(argv[3], NULL, 0); /* 3, argv number */ in TraceWrite()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.c | 123 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()
|
/kernel/linux/linux-5.10/drivers/usb/typec/ |
D | class.c | 26 struct usb_pd_identity *identity; member 33 struct usb_pd_identity *identity; member 89 return partner->identity; in get_pd_identity() 93 return cable->identity; in get_pd_identity() 567 if (!partner->identity) in typec_partner_set_identity() 618 if (desc->identity) { in typec_register_partner() 624 partner->identity = desc->identity; in typec_register_partner() 850 if (!cable->identity) in typec_cable_set_identity() 881 if (desc->identity) { in typec_register_cable() 887 cable->identity = desc->identity; in typec_register_cable()
|
D | tps6598x.c | 64 struct usb_pd_identity identity; member 189 tps->partner_identity = id.identity; in tps6598x_read_partner_identity() 229 desc.identity = NULL; in tps6598x_connect() 235 desc.identity = &tps->partner_identity; in tps6598x_connect() 247 if (desc.identity) in tps6598x_connect()
|
/kernel/linux/linux-5.10/net/tipc/ |
D | discover.c | 116 tipc_bearer_xmit_skb(net, b->identity, skb, maddr); in tipc_disc_msg_xmit() 369 d->bearer_id = b->identity; in tipc_disc_create() 406 d->bearer_id = b->identity; in tipc_disc_reset() 415 tipc_bearer_xmit_skb(net, b->identity, skb, &maddr); in tipc_disc_reset()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | typec.h | 171 struct usb_pd_identity *identity; member 187 struct usb_pd_identity *identity; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_gt_irq.c | 132 gen11_gt_identity_handler(struct intel_gt *gt, const u32 identity) in gen11_gt_identity_handler() argument 134 const u8 class = GEN11_INTR_ENGINE_CLASS(identity); in gen11_gt_identity_handler() 135 const u8 instance = GEN11_INTR_ENGINE_INSTANCE(identity); in gen11_gt_identity_handler() 136 const u16 intr = GEN11_INTR_ENGINE_INTR(identity); in gen11_gt_identity_handler()
|
/kernel/liteos_a/testsuites/unittest/extended/trace/ |
D | It_test_trace.h | 51 uintptr_t identity; member
|