Home
last modified time | relevance | path

Searched refs:gph (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/arm/boot/dts/samsung/
H A Ds3c64xx-pinctrl.dtsi66 gph: gph-gpio-bank { label
268 samsung,pins = "gph-1";
274 samsung,pins = "gph-0";
280 samsung,pins = "gph-2";
286 samsung,pins = "gph-2", "gph-3", "gph-4", "gph-5";
292 samsung,pins = "gph-2", "gph-3", "gph-4", "gph-5",
293 "gph-6", "gph-7", "gph-8", "gph-9";
317 samsung,pins = "gph-6";
323 samsung,pins = "gph-6", "gph-7", "gph-8", "gph-9";
355 "gph-8", "gph-9";
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_handle.c680 struct xfs_getparents_by_handle gph; member
715 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents_put_listent()
762 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents_expand_lastrec()
778 struct xfs_getparents *gp = &gpx->gph.gph_request; in xfs_getparents()
854 ASSERT(gpx->context.firstu <= gpx->gph.gph_request.gp_bufsize); in xfs_getparents()
857 if (copy_to_user(u64_to_user_ptr(gpx->gph.gph_request.gp_buffer), in xfs_getparents()
876 struct xfs_getparents *kreq = &gpx.gph.gph_request; in xfs_ioc_getparents()
906 struct xfs_getparents_by_handle *kreq = &gpx.gph; in xfs_ioc_getparents_by_handle()
/linux-6.15/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c266 creq->gph.param0 = cpu_to_be16(skreq->cryptlen); in nitrox_skcipher_crypt()
267 creq->gph.param1 = 0; in nitrox_skcipher_crypt()
269 creq->gph.param2 = cpu_to_be16(ivsize); in nitrox_skcipher_crypt()
270 creq->gph.param3 = 0; in nitrox_skcipher_crypt()
H A Dnitrox_aead.c165 creq->gph.param0 = cpu_to_be16(rctx->cryptlen); in nitrox_set_creq()
166 creq->gph.param1 = cpu_to_be16(rctx->cryptlen + rctx->assoclen); in nitrox_set_creq()
167 creq->gph.param2 = cpu_to_be16(rctx->ivsize + rctx->assoclen); in nitrox_set_creq()
170 creq->gph.param3 = cpu_to_be16(param3.param); in nitrox_set_creq()
H A Dnitrox_req.h74 struct gphdr gph; member
H A Dnitrox_reqmgr.c486 sr->instr.fdata[0] = *((u64 *)&req->gph); in nitrox_process_se_request()