Home
last modified time | relevance | path

Searched refs:vdm (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/vfp/
A Dvfpdouble.c215 if (vdm) in vfp_propagate_nan()
322 vdm.significand >>= 1 + (vdm.exponent & 1); in vfp_double_fsqrt()
501 vdm.significand = vdm.sign ? -m : m; in vfp_double_fsito()
562 if (vdm.exponent | vdm.significand) { in vfp_double_ftoui()
639 if (vdm.exponent | vdm.significand) { in vfp_double_ftosi()
861 if (vdm.exponent == 0 && vdm.significand) in vfp_double_multiply_accumulate()
928 if (vdm.exponent == 0 && vdm.significand) in vfp_double_fmul()
948 if (vdm.exponent == 0 && vdm.significand) in vfp_double_fnmul()
970 if (vdm.exponent == 0 && vdm.significand) in vfp_double_fadd()
991 if (vdm.exponent == 0 && vdm.significand) in vfp_double_fsub()
[all …]
/linux/drivers/usb/typec/
A Dbus.c193 if (!pdev->ops || !pdev->ops->vdm) in typec_altmode_vdm()
196 return pdev->ops->vdm(pdev, header, vdo, count); in typec_altmode_vdm()
/linux/include/linux/usb/
A Dtypec_altmode.h61 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, member
/linux/drivers/usb/typec/ucsi/
A Ddisplayport.c270 .vdm = ucsi_displayport_vdm,
/linux/Documentation/driver-api/usb/
A Dtypec_bus.rst46 ``->vdm`` is the most important callback in the operation callbacks vector. It
/linux/drivers/usb/typec/altmodes/
A Ddisplayport.c326 .vdm = dp_altmode_vdm,
/linux/drivers/usb/typec/tcpm/
A Dtcpm.c2225 .vdm = tcpm_altmode_vdm,

Completed in 23 milliseconds