Searched refs:u2f (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/docs/system/devices/ |
H A D | usb-u2f.rst | 15 ``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 D | usb.rst | 209 ``u2f-{emulated,passthru}`` 210 :doc:`usb-u2f`
|
/openbmc/u-boot/post/lib_powerpc/fpu/ |
H A D | mul-subnormal-single-1.c | 27 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 D | meson.build | 63 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 D | device-emulation.rst | 100 devices/usb-u2f.rst
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 518 --enable-u2f) printf "%s" -Du2f=enabled ;; 519 --disable-u2f) printf "%s" -Du2f=disabled ;;
|
/openbmc/qemu/docs/ |
H A D | qdev-device-use.txt | 344 * u2f -device u2f-{emulated,passthru}
|
/openbmc/qemu/ |
H A D | meson_options.txt | 223 option('u2f', type : 'feature', value : 'auto', feature
|
H A D | meson.build | 2087 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 D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |