Home
last modified time | relevance | path

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

/linux/arch/arm/vfp/
H A Dvfpdouble.c208 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/include/linux/usb/
H A Dtypec_altmode.h65 * @vdm: Callback for SVID specific commands
73 int (*vdm)(struct typec_altmode *altmode, const u32 hdr,
94 * @vdm: Callback for SVID specific commands
99 int (*vdm)(struct typec_altmode *altmode, enum typec_plug_index sop,
63 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, global() member
89 int (*vdm)(struct typec_altmode *altmode, enum typec_plug_index sop, global() member
/linux/drivers/platform/chrome/
H A Dcros_typec_vdm.c147 .vdm = cros_typec_port_amode_vdm,
/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c273 .vdm = ucsi_displayport_vdm,
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c525 .vdm = dp_altmode_vdm,
530 .vdm = dp_cable_altmode_vdm,
/linux/Documentation/driver-api/usb/
H A Dtypec_bus.rst46 ``->vdm`` is the most important callback in the operation callbacks vector. It
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c2945 .vdm = tcpm_altmode_vdm,
2993 .vdm = tcpm_cable_altmode_vdm,