Searched refs:vsn (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/arm/vfp/ |
D | vfpsingle.c | 215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan() argument 221 tn = vfp_single_type(vsn); in vfp_propagate_nan() 238 nan = vsn; in vfp_propagate_nan() 729 vfp_single_fadd_nonnumber(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_fadd_nonnumber() argument 736 tn = vfp_single_type(vsn); in vfp_single_fadd_nonnumber() 743 if (vsn->sign ^ vsm->sign) { in vfp_single_fadd_nonnumber() 753 vsp = vsn; in vfp_single_fadd_nonnumber() 759 vsp = vsn; in vfp_single_fadd_nonnumber() 764 return vfp_propagate_nan(vsd, vsn, vsm, fpscr); in vfp_single_fadd_nonnumber() 771 vfp_single_add(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_add() argument [all …]
|
/linux-6.12.1/drivers/mmc/core/ |
D | sdio_cis.c | 175 unsigned vsn; in cistpl_funce_func() local 186 vsn = func->card->cccr.sdio_vsn; in cistpl_funce_func() 187 min_size = (vsn == SDIO_SDIO_REV_1_00) ? 28 : 42; in cistpl_funce_func() 189 if (size == 28 && vsn == SDIO_SDIO_REV_1_10) { in cistpl_funce_func() 192 vsn = SDIO_SDIO_REV_1_00; in cistpl_funce_func() 201 if (vsn > SDIO_SDIO_REV_1_00) in cistpl_funce_func()
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sdm845-sony-xperia-tama-akatsuki.dts | 43 /delete-property/ vsn-supply;
|
D | sdm845-sony-xperia-tama.dtsi | 531 vsn-supply = <&ibb>;
|
D | sm7225-fairphone-fp4.dts | 669 vsn-supply = <&lcdb_dummy>;
|
/linux-6.12.1/arch/arm/boot/dts/qcom/ |
D | msm8226-motorola-falcon.dts | 32 vsn-supply = <®_lcd_neg>;
|
D | qcom-msm8926-motorola-peregrine.dts | 33 vsn-supply = <®_lcd_neg>;
|
/linux-6.12.1/fs/ntfs3/ |
D | inode.c | 702 static int ntfs_get_block_bmap(struct inode *inode, sector_t vsn, in ntfs_get_block_bmap() argument 706 (u64)vsn << inode->i_sb->s_blocksize_bits, in ntfs_get_block_bmap()
|