Home
last modified time | relevance | path

Searched full:construct (Results 1 – 25 of 982) sorted by relevance

12345678910>>...40

/kernel/linux/linux-6.6/arch/arm64/crypto/
Dsm4-ce-ccm-core.S131 /* construct CTRs */
163 /* construct CTRs */
178 /* construct CTRs */
243 /* construct CTRs */
275 /* construct CTRs */
290 /* construct CTRs */
Dsm4-ce-gcm-core.S217 /* construct CTR0 */ \
409 /* construct CTRs */
463 /* construct CTRs */
483 /* construct CTRs */
622 /* construct CTRs */
657 /* construct CTRs */
675 /* construct CTRs */
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.c211 DRM_DEV_ERROR(dev->dev, "failed to construct LCDC encoder\n"); in mdp4_modeset_init_intf()
230 DRM_DEV_ERROR(dev->dev, "failed to construct DTV encoder\n"); in mdp4_modeset_init_intf()
238 /* Construct bridge/connector for HDMI: */ in mdp4_modeset_init_intf()
258 "failed to construct DSI encoder: %d\n", ret); in mdp4_modeset_init_intf()
306 /* construct non-private planes: */ in modeset_init()
311 "failed to construct plane for VG%d\n", i + 1); in modeset_init()
321 "failed to construct plane for RGB%d\n", i + 1); in modeset_init()
329 DRM_DEV_ERROR(dev->dev, "failed to construct crtc for %s\n", in modeset_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.c223 DRM_DEV_ERROR(dev->dev, "failed to construct LCDC encoder\n"); in mdp4_modeset_init_intf()
245 DRM_DEV_ERROR(dev->dev, "failed to construct DTV encoder\n"); in mdp4_modeset_init_intf()
253 /* Construct bridge/connector for HDMI: */ in mdp4_modeset_init_intf()
275 "failed to construct DSI encoder: %d\n", ret); in mdp4_modeset_init_intf()
324 /* construct non-private planes: */ in modeset_init()
329 "failed to construct plane for VG%d\n", i + 1); in modeset_init()
340 "failed to construct plane for RGB%d\n", i + 1); in modeset_init()
348 DRM_DEV_ERROR(dev->dev, "failed to construct crtc for %s\n", in modeset_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_kms.c329 DRM_DEV_ERROR(dev->dev, "failed to construct encoder\n"); in construct_encoder()
441 * Construct encoders and modeset initialize connector devices in modeset_init()
462 * Construct planes equaling the number of hw pipes, and CRTCs for the in modeset_init()
481 DRM_DEV_ERROR(dev->dev, "failed to construct plane %d (%d)\n", i, ret); in modeset_init()
497 DRM_DEV_ERROR(dev->dev, "failed to construct crtc %d (%d)\n", i, ret); in modeset_init()
671 DRM_DEV_ERROR(dev->dev, "failed to construct pipe for %s (%d)\n", in construct_pipes()
701 /* Construct RGB pipes: */ in hwpipe_init()
707 /* Construct video (VIG) pipes: */ in hwpipe_init()
713 /* Construct DMA pipes: */ in hwpipe_init()
719 /* Construct cursor pipes: */ in hwpipe_init()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_kms.c346 DRM_DEV_ERROR(dev->dev, "failed to construct encoder\n"); in construct_encoder()
470 * Construct encoders and modeset initialize connector devices in modeset_init()
487 * Construct planes equaling the number of hw pipes, and CRTCs for the in modeset_init()
506 DRM_DEV_ERROR(dev->dev, "failed to construct plane %d (%d)\n", i, ret); in modeset_init()
523 DRM_DEV_ERROR(dev->dev, "failed to construct crtc %d (%d)\n", i, ret); in modeset_init()
710 DRM_DEV_ERROR(dev->dev, "failed to construct pipe for %s (%d)\n", in construct_pipes()
740 /* Construct RGB pipes: */ in hwpipe_init()
746 /* Construct video (VIG) pipes: */ in hwpipe_init()
752 /* Construct DMA pipes: */ in hwpipe_init()
758 /* Construct cursor pipes: */ in hwpipe_init()
[all …]
/kernel/linux/linux-5.10/net/core/
Dhwbm.c36 if (bm_pool->construct) in hwbm_pool_refill()
37 if (bm_pool->construct(bm_pool, buf)) { in hwbm_pool_refill()
/kernel/linux/linux-6.6/net/core/
Dhwbm.c36 if (bm_pool->construct) in hwbm_pool_refill()
37 if (bm_pool->construct(bm_pool, buf)) { in hwbm_pool_refill()
/kernel/linux/linux-6.6/fs/smb/server/
Dauth.c227 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
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_pcl.c86 * 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
/kernel/linux/linux-5.10/arch/x86/crypto/
Dglue_helper-asm-avx2.S69 /* construct IVs */ \
124 /* load IV and construct second IV */ \
133 /* construct and store IVs, also xor with source */ \
Dglue_helper-asm-avx.S53 /* construct IVs */ \
99 /* construct and store IVs, also xor with source */ \
/kernel/linux/linux-5.10/include/drm/
Ddrm_print.h137 * drm_coredump_printer - construct a &drm_printer that can output to a buffer
188 * drm_seq_file_printer - construct a &drm_printer that outputs to &seq_file
205 * drm_info_printer - construct a &drm_printer that outputs to dev_printk()
221 * drm_debug_printer - construct a &drm_printer that outputs to pr_debug()
237 * drm_err_printer - construct a &drm_printer that outputs to pr_err()
/kernel/linux/linux-5.10/net/dsa/
Dtag_dsa.c27 * Construct tagged FROM_CPU DSA tag from 802.1q tag. in dsa_xmit()
46 * Construct untagged FROM_CPU DSA tag. in dsa_xmit()
Dtag_edsa.c43 * Construct tagged FROM_CPU DSA tag from 802.1q tag. in edsa_xmit()
66 * Construct untagged FROM_CPU DSA tag. in edsa_xmit()
/kernel/linux/linux-5.10/arch/sh/kernel/
Dsh_bios.c116 * - construct a cflag setting for the first rs_open()
125 * Now construct a cflag setting. in sh_console_setup()
/kernel/linux/linux-6.6/arch/sh/kernel/
Dsh_bios.c116 * - construct a cflag setting for the first rs_open()
125 * Now construct a cflag setting. in sh_console_setup()
/kernel/linux/linux-6.6/Documentation/arch/x86/
Dmds.rst51 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.
/kernel/linux/linux-5.10/Documentation/x86/
Dmds.rst51 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.
/kernel/linux/linux-5.10/net/sunrpc/
Daddr.c121 * 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.
/kernel/linux/linux-6.6/net/sunrpc/
Daddr.c121 * 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.
/kernel/linux/linux-6.6/drivers/scsi/libsas/
DKconfig15 use the domain device construct (like the aic94xxx).
/kernel/linux/linux-5.10/drivers/scsi/libsas/
DKconfig16 use the domain device construct (like the aic94xxx).
/kernel/linux/linux-6.6/arch/mips/include/asm/
Dhazards.h58 * gcc has a tradition of misscompiling the previous construct using the
134 * gcc has a tradition of misscompiling the previous construct using the
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dhazards.h58 * gcc has a tradition of misscompiling the previous construct using the
134 * gcc has a tradition of misscompiling the previous construct using the

12345678910>>...40