/linux-6.12.1/arch/arm64/crypto/ |
D | sm4-ce-ccm-core.S | 131 /* construct CTRs */ 163 /* construct CTRs */ 178 /* construct CTRs */ 243 /* construct CTRs */ 275 /* construct CTRs */ 290 /* construct CTRs */
|
D | sm4-ce-gcm-core.S | 217 /* construct CTR0 */ \ 409 /* construct CTRs */ 463 /* construct CTRs */ 483 /* construct CTRs */ 622 /* construct CTRs */ 657 /* construct CTRs */ 675 /* construct CTRs */
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_kms.c | 274 DRM_DEV_ERROR(dev->dev, "failed to construct encoder\n"); in construct_encoder() 386 * Construct encoders and modeset initialize connector devices in modeset_init() 407 * Construct planes equaling the number of hw pipes, and CRTCs for the in modeset_init() 426 DRM_DEV_ERROR(dev->dev, "failed to construct plane %d (%d)\n", i, ret); in modeset_init() 442 DRM_DEV_ERROR(dev->dev, "failed to construct crtc %d (%d)\n", i, ret); in modeset_init() 590 DRM_DEV_ERROR(dev->dev, "failed to construct pipe for %s (%d)\n", in construct_pipes() 620 /* Construct RGB pipes: */ in hwpipe_init() 626 /* Construct video (VIG) pipes: */ in hwpipe_init() 632 /* Construct DMA pipes: */ in hwpipe_init() 638 /* Construct cursor pipes: */ in hwpipe_init() [all …]
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_kms.c | 208 DRM_DEV_ERROR(dev->dev, "failed to construct LCDC encoder\n"); in mdp4_modeset_init_intf() 227 DRM_DEV_ERROR(dev->dev, "failed to construct DTV encoder\n"); in mdp4_modeset_init_intf() 235 /* Construct bridge/connector for HDMI: */ in mdp4_modeset_init_intf() 255 "failed to construct DSI encoder: %d\n", ret); in mdp4_modeset_init_intf() 303 /* construct non-private planes: */ in modeset_init() 308 "failed to construct plane for VG%d\n", i + 1); in modeset_init() 318 "failed to construct plane for RGB%d\n", i + 1); in modeset_init() 326 DRM_DEV_ERROR(dev->dev, "failed to construct crtc for %s\n", in modeset_init()
|
/linux-6.12.1/net/core/ |
D | hwbm.c | 36 if (bm_pool->construct) in hwbm_pool_refill() 37 if (bm_pool->construct(bm_pool, buf)) { in hwbm_pool_refill()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gt_printk.h | 64 * xe_gt_err_printer - Construct a &drm_printer that outputs to xe_gt_err() 79 * xe_gt_info_printer - Construct a &drm_printer that outputs to xe_gt_info()
|
/linux-6.12.1/fs/netfs/ |
D | write_issue.c | 214 stream->construct = subreq; in netfs_prepare_write() 254 struct netfs_io_subrequest *subreq = stream->construct; in netfs_issue_write() 258 stream->construct = NULL; in netfs_issue_write() 273 struct netfs_io_subrequest *subreq = stream->construct; in netfs_advance_write() 288 if (!stream->construct) in netfs_advance_write() 290 subreq = stream->construct; in netfs_advance_write() 425 } else if (!upload->construct) { in netfs_write_folio()
|
/linux-6.12.1/fs/smb/server/ |
D | auth.c | 227 char *construct = NULL; in ksmbd_auth_ntlmv2() local 257 construct = kzalloc(len, GFP_KERNEL); in ksmbd_auth_ntlmv2() 258 if (!construct) { in ksmbd_auth_ntlmv2() 263 memcpy(construct, cryptkey, CIFS_CRYPTO_KEY_SIZE); in ksmbd_auth_ntlmv2() 264 memcpy(construct + CIFS_CRYPTO_KEY_SIZE, &ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2() 266 rc = crypto_shash_update(CRYPTO_HMACMD5(ctx), construct, len); in ksmbd_auth_ntlmv2() 291 kfree(construct); in ksmbd_auth_ntlmv2() 296 * ksmbd_decode_ntlmssp_auth_blob() - helper function to construct 379 * ksmbd_decode_ntlmssp_neg_blob() - helper function to construct 406 * ksmbd_build_ntlmssp_challenge_blob() - helper function to construct
|
/linux-6.12.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_pcl.c | 86 * pcl_alloc_call - Construct a parsed chunk list for the Call body 137 * pcl_alloc_read - Construct a parsed chunk list for normal Read chunks 188 * pcl_alloc_write - Construct a parsed chunk list from a Write list
|
D | svc_rdma_rw.c | 464 /* Construct RDMA Write WRs to send a portion of an xdr_buf containing 524 * svc_rdma_iov_write - Construct RDMA Writes from an iov 543 * svc_rdma_pages_write - Construct RDMA Writes from pages 567 * svc_rdma_xb_write - Construct RDMA Writes to write an xdr_buf 664 * svc_rdma_prepare_reply_chunk - Construct WR chain for writing the Reply chunk 867 * svc_rdma_read_multiple_chunks - Construct RDMA Reads to pull data item Read chunks 919 * svc_rdma_read_data_item - Construct RDMA Reads to pull data item Read chunks
|
/linux-6.12.1/arch/sh/kernel/ |
D | sh_bios.c | 116 * - construct a cflag setting for the first rs_open() 125 * Now construct a cflag setting. in sh_console_setup()
|
/linux-6.12.1/Documentation/arch/x86/ |
D | mds.rst | 51 exception. The rationale behind this assumption is that the code construct 62 The existence of such a construct in the kernel cannot be excluded with 67 whether it can be used to create such a construct.
|
/linux-6.12.1/net/sunrpc/ |
D | addr.c | 121 * rpc_ntop - construct a presentation address in @buf 230 * rpc_pton - Construct a sockaddr in @sap 257 * rpc_sockaddr2uaddr - Construct a universal address string from @sap.
|
/linux-6.12.1/drivers/scsi/libsas/ |
D | Kconfig | 15 use the domain device construct (like the aic94xxx).
|
/linux-6.12.1/include/drm/ |
D | drm_print.h | 238 * drm_coredump_printer - construct a &drm_printer that can output to a buffer 340 * drm_seq_file_printer - construct a &drm_printer that outputs to &seq_file 357 * drm_info_printer - construct a &drm_printer that outputs to dev_printk() 373 * drm_dbg_printer - construct a &drm_printer for drm device specific output 396 * drm_err_printer - construct a &drm_printer that outputs to drm_err()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | hazards.h | 58 * gcc has a tradition of misscompiling the previous construct using the 134 * gcc has a tradition of misscompiling the previous construct using the
|
/linux-6.12.1/include/net/ |
D | hwbm.h | 15 int (*construct)(struct hwbm_pool *bm_pool, void *buf); member
|
D | mctpdevice.h | 6 * Copyright (c) 2021 Code Construct
|
/linux-6.12.1/sound/pci/asihpi/ |
D | hpi_version.h | 23 /** Construct hpi version number from major, minor, release numbers */
|
/linux-6.12.1/tools/bpf/ |
D | bpf_asm.c | 17 * pretty print a C-like construct.
|
/linux-6.12.1/drivers/hwmon/ |
D | ltc4215.c | 182 /* Construct a sensor_device_attribute structure for each register */ 201 * Finally, construct an array of pointers to members of the above objects,
|
/linux-6.12.1/drivers/net/ipa/ |
D | ipa_data.h | 30 * GSI channels. A channel is a GSI construct, and represents a single 36 * An endpoint is an IPA construct representing a single channel anywhere
|
/linux-6.12.1/drivers/md/ |
D | dm-zero.c | 17 * Construct a dummy mapping that only returns zeros
|
/linux-6.12.1/tools/perf/util/ |
D | expr.h | 26 * Union two sets of ids (hashmaps) and construct a third, freeing ids1 and
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | ucontext.h | 32 * - Legacy programs that construct a 64-bit sigcontext from scratch
|