Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/vfp/
H 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-6.15/include/linux/usb/
H A Dtypec_altmode.h63 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, member
89 int (*vdm)(struct typec_altmode *altmode, enum typec_plug_index sop, member
/linux-6.15/drivers/usb/typec/
H A Dbus.c230 if (!pdev->ops || !pdev->ops->vdm) in typec_altmode_vdm()
233 return pdev->ops->vdm(pdev, header, vdo, count); in typec_altmode_vdm()
342 if (!pdev->cable_ops || !pdev->cable_ops->vdm) in typec_cable_altmode_vdm()
345 return pdev->cable_ops->vdm(pdev, sop, header, vdo, count); in typec_cable_altmode_vdm()
/linux-6.15/drivers/usb/typec/altmodes/
H A Dthunderbolt.c286 .vdm = tbt_altmode_vdm,
291 .vdm = tbt_cable_altmode_vdm,
H A Ddisplayport.c498 .vdm = dp_altmode_vdm,
503 .vdm = dp_cable_altmode_vdm,
/linux-6.15/drivers/platform/chrome/
H A Dcros_typec_vdm.c147 .vdm = cros_typec_port_amode_vdm,
H A Dcros_typec_altmode.c272 .vdm = cros_typec_altmode_vdm,
/linux-6.15/drivers/usb/typec/ucsi/
H A Ddisplayport.c273 .vdm = ucsi_displayport_vdm,
/linux-6.15/Documentation/driver-api/usb/
H A Dtypec_bus.rst46 ``->vdm`` is the most important callback in the operation callbacks vector. It
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c2867 .vdm = tcpm_altmode_vdm,
2919 .vdm = tcpm_cable_altmode_vdm,