Searched refs:vdm (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/arch/arm/vfp/ |
D | vfpdouble.c | 208 struct vfp_double *vdm, u32 fpscr) in vfp_propagate_nan() argument 215 if (vdm) in vfp_propagate_nan() 216 tm = vfp_double_type(vdm); in vfp_propagate_nan() 232 nan = vdm; in vfp_propagate_nan() 270 struct vfp_double vdm, vdd; in vfp_double_fsqrt() local 273 vfp_double_unpack(&vdm, vfp_get_double(dm)); in vfp_double_fsqrt() 274 tm = vfp_double_type(&vdm); in vfp_double_fsqrt() 279 ret = vfp_propagate_nan(vdp, &vdm, NULL, fpscr); in vfp_double_fsqrt() 280 else if (vdm.sign == 0) { in vfp_double_fsqrt() 282 vdp = &vdm; in vfp_double_fsqrt() [all …]
|
/linux-6.6.21/include/linux/usb/ |
D | typec_altmode.h | 61 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, member
|
/linux-6.6.21/drivers/usb/typec/ |
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()
|
/linux-6.6.21/drivers/platform/chrome/ |
D | cros_typec_vdm.c | 147 .vdm = cros_typec_port_amode_vdm,
|
/linux-6.6.21/drivers/usb/typec/ucsi/ |
D | displayport.c | 270 .vdm = ucsi_displayport_vdm,
|
/linux-6.6.21/Documentation/driver-api/usb/ |
D | typec_bus.rst | 46 ``->vdm`` is the most important callback in the operation callbacks vector. It
|
/linux-6.6.21/drivers/usb/typec/altmodes/ |
D | displayport.c | 354 .vdm = dp_altmode_vdm,
|
/linux-6.6.21/drivers/usb/typec/tcpm/ |
D | tcpm.c | 2268 .vdm = tcpm_altmode_vdm,
|