Home
last modified time | relevance | path

Searched refs:u2f (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/docs/system/devices/
H A Dusb-u2f.rst15 ``u2f-passthru``
18 The ``u2f-passthru`` device allows you to connect a real hardware
31 |qemu_system| -usb -device u2f-passthru,hidraw=/dev/hidraw0
33 If you don't specify the device, the ``u2f-passthru`` device will
38 |qemu_system| -usb -device u2f-passthru
40 ``u2f-emulated``
43 ``u2f-emulated`` is a completely software emulated U2F device.
60 there are three possible ways to configure the ``u2f-emulated`` device:
71 |qemu_system| -usb -device u2f-emulated
82 |qemu_system| -usb -device u2f-emulated,dir=$dir
[all …]
H A Dusb.rst209 ``u2f-{emulated,passthru}``
210 :doc:`usb-u2f`
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dmul-subnormal-single-1.c27 u2f (unsigned int v) in u2f() function
47 float x = u2f (ux); in tstmul()
48 float y = u2f (uy); in tstmul()
/openbmc/qemu/hw/usb/
H A Dmeson.build63 system_ss.add(when: 'CONFIG_USB_U2F', if_true: files('u2f.c'))
65 system_ss.add(when: 'CONFIG_USB_U2F', if_true: [libudev, files('u2f-passthru.c')])
67 if u2f.found()
68 system_ss.add(when: 'CONFIG_USB_U2F', if_true: [u2f, files('u2f-emulated.c')])
/openbmc/qemu/docs/system/
H A Ddevice-emulation.rst100 devices/usb-u2f.rst
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh518 --enable-u2f) printf "%s" -Du2f=enabled ;;
519 --disable-u2f) printf "%s" -Du2f=disabled ;;
/openbmc/qemu/docs/
H A Dqdev-device-use.txt344 * u2f -device u2f-{emulated,passthru}
/openbmc/qemu/
H A Dmeson_options.txt223 option('u2f', type : 'feature', value : 'auto', feature
H A Dmeson.build2087 u2f = not_found variable
2088 if not get_option('u2f').auto() or have_system
2089 u2f = dependency('u2f-emu', required: get_option('u2f'), variable
4783 summary_info += {'U2F support': u2f}
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]