Home
last modified time | relevance | path

Searched refs:vdm (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfpdouble.c208 struct vfp_double *vdm, u32 fpscr) in vfp_propagate_nan()
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()
207 vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) vfp_propagate_nan() argument
441 struct vfp_double vdm; vfp_double_fcvts() local
484 struct vfp_double vdm; vfp_double_fuito() local
496 struct vfp_double vdm; vfp_double_fsito() local
508 struct vfp_double vdm; vfp_double_ftoui() local
587 struct vfp_double vdm; vfp_double_ftosi() local
683 vfp_double_fadd_nonnumber(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) vfp_double_fadd_nonnumber() argument
725 vfp_double_add(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) vfp_double_add() argument
790 vfp_double_multiply(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) vfp_double_multiply() argument
853 struct vfp_double vdd, vdp, vdn, vdm; vfp_double_multiply_accumulate() local
920 struct vfp_double vdd, vdn, vdm; vfp_double_fmul() local
940 struct vfp_double vdd, vdn, vdm; vfp_double_fnmul() local
962 struct vfp_double vdd, vdn, vdm; vfp_double_fadd() local
983 struct vfp_double vdd, vdn, vdm; vfp_double_fsub() local
1009 struct vfp_double vdd, vdn, vdm; vfp_double_fdiv() local
[all...]
/kernel/linux/linux-6.6/arch/arm/vfp/
H A Dvfpdouble.c208 struct vfp_double *vdm, u32 fpscr) in vfp_propagate_nan()
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()
207 vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) vfp_propagate_nan() argument
441 struct vfp_double vdm; vfp_double_fcvts() local
484 struct vfp_double vdm; vfp_double_fuito() local
496 struct vfp_double vdm; vfp_double_fsito() local
508 struct vfp_double vdm; vfp_double_ftoui() local
587 struct vfp_double vdm; vfp_double_ftosi() local
683 vfp_double_fadd_nonnumber(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) vfp_double_fadd_nonnumber() argument
725 vfp_double_add(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) vfp_double_add() argument
790 vfp_double_multiply(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) vfp_double_multiply() argument
853 struct vfp_double vdd, vdp, vdn, vdm; vfp_double_multiply_accumulate() local
920 struct vfp_double vdd, vdn, vdm; vfp_double_fmul() local
940 struct vfp_double vdd, vdn, vdm; vfp_double_fnmul() local
962 struct vfp_double vdd, vdn, vdm; vfp_double_fadd() local
983 struct vfp_double vdd, vdn, vdm; vfp_double_fsub() local
1009 struct vfp_double vdd, vdn, vdm; vfp_double_fdiv() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/
H A Dbus.c199 if (!pdev->ops || !pdev->ops->vdm) in typec_altmode_vdm()
202 return pdev->ops->vdm(pdev, header, vdo, count); in typec_altmode_vdm()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dtypec_altmode.h53 * @vdm: Callback for SVID specific commands
61 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dtypec_altmode.h53 * @vdm: Callback for SVID specific commands
61 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, member
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_typec_vdm.c147 .vdm = cros_typec_port_amode_vdm,
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H A Ddisplayport.c244 .vdm = ucsi_displayport_vdm,
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H A Ddisplayport.c270 .vdm = ucsi_displayport_vdm,
/kernel/linux/linux-5.10/drivers/usb/typec/altmodes/
H A Ddisplayport.c335 .vdm = dp_altmode_vdm,
/kernel/linux/linux-6.6/drivers/usb/typec/altmodes/
H A Ddisplayport.c354 .vdm = dp_altmode_vdm,
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H A Dtcpm.c1068 /* Set ready, vdm state machine will actually send */ in tcpm_queue_vdm()
1701 .vdm = tcpm_altmode_vdm,
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H A Dtcpm.c1464 /* Set ready, vdm state machine will actually send */ in tcpm_queue_vdm()
2268 .vdm = tcpm_altmode_vdm,

Completed in 19 milliseconds