Searched refs:vdm (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/arm/vfp/ |
| H A D | vfpdouble.c | 215 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 D | typec_altmode.h | 63 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 D | bus.c | 230 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 D | thunderbolt.c | 286 .vdm = tbt_altmode_vdm, 291 .vdm = tbt_cable_altmode_vdm,
|
| H A D | displayport.c | 498 .vdm = dp_altmode_vdm, 503 .vdm = dp_cable_altmode_vdm,
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | cros_typec_vdm.c | 147 .vdm = cros_typec_port_amode_vdm,
|
| H A D | cros_typec_altmode.c | 272 .vdm = cros_typec_altmode_vdm,
|
| /linux-6.15/drivers/usb/typec/ucsi/ |
| H A D | displayport.c | 273 .vdm = ucsi_displayport_vdm,
|
| /linux-6.15/Documentation/driver-api/usb/ |
| H A D | typec_bus.rst | 46 ``->vdm`` is the most important callback in the operation callbacks vector. It
|
| /linux-6.15/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 2867 .vdm = tcpm_altmode_vdm, 2919 .vdm = tcpm_cable_altmode_vdm,
|