/openbmc/qemu/tests/qemu-iotests/ |
H A D | check | 190 with TestRunner(env, tap=args.tap,
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 335 static void tegra_sdhci_set_tap(struct sdhci_host *host, unsigned int tap) in tegra_sdhci_set_tap() argument 354 reg |= tap << SDHCI_CLOCK_CTRL_TAP_SHIFT; in tegra_sdhci_set_tap() 859 u8 word, bit, edge1, tap, window; in tegra_sdhci_tap_correction() local 884 tap = word * TUNING_WORD_BIT_SIZE + bit; in tegra_sdhci_tap_correction() 889 first_fail_tap = tap; in tegra_sdhci_tap_correction() 894 start_pass_tap = tap; in tegra_sdhci_tap_correction() 897 first_pass_tap = tap; in tegra_sdhci_tap_correction() 903 end_pass_tap = tap - 1; in tegra_sdhci_tap_correction() 910 start_pass_tap = tap; in tegra_sdhci_tap_correction() 914 tap = start_pass_tap + window / 2; in tegra_sdhci_tap_correction() [all …]
|
H A D | renesas_sdhi.h | 17 u32 tap; /* sampling clock position for SDR104/HS400 (8 TAP) */ member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
H A D | long-help | 93 --ifmode <tun/tap> 96 * tap: virtual ethernet interface 98 conf-variable: Interface mode <tun/tap>
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx7d-sdb.dts | 374 fsl,tuning-start-tap = <20>; 385 fsl,tuning-start-tap = <20>; 397 fsl,tuning-start-tap = <20>;
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/ |
H A D | xarchiver_0.5.4.21.bb | 19 # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
|
/openbmc/linux/Documentation/input/devices/ |
H A D | appletouch.rst | 33 tap for middle button mouse emulation, 3 finger tap for right button mouse
|
H A D | elantech.rst | 192 C: 1 = enable corner tap 216 0xff = tap again to release) 220 tap make timeout? 224 tap release timeout? 247 c = 1 when corner tap detected 255 byte 1 = 0xf0 when corner tap detected 275 when corner tap detected: 389 0x7f = never i.e. tap again to release)
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | buildebpfPlugin.py | 16 self.tap = ''
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 289 "^event-(tap(-double|-triple)?|hold|palm|swipe-(x|y)-(pos|neg)(-hold)?)$": 303 description: Specifies the maximum duration of tap/swipe gestures. 309 Specifies the maximum duration between subsequent tap gestures 322 Specifies the minimum (swipe) or maximum (tap and hold) distance 714 event-tap { 718 event-tap-double { 722 event-tap-triple {
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | azoteq,iqs7222.yaml | 250 "^event-(press|tap|(swipe|flick)-(x|y)-(pos|neg))$": 272 Specifies the length of time (in ms) within which a tap, swipe 282 Specifies the length of time (in ms) for which a tap gesture must 295 For tap gestures, this property specifies the distance from the 715 "^event-(press|tap|(swipe|flick)-(pos|neg))$": 730 Specifies the length of time (in ms) within which a tap, swipe 740 Specifies the length of time (in ms) for which a tap gesture must 900 "^event-(press|tap|(swipe|flick)-(pos|neg))$": 911 "^event-(press|tap|(swipe|flick)-(pos|neg))$": 1129 event-tap {
|
/openbmc/u-boot/doc/ |
H A D | README.virtio | 78 -netdev tap,ifname=tap0,id=net0 \ 86 -netdev tap,ifname=tap0,id=net0 \ 97 -netdev tap,ifname=tap0,id=net0 \ 108 -netdev tap,ifname=tap0,id=net0 \
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/ |
H A D | checksecurity_2.0.16.bb | 29 …pt-long perl-module-file-glob perl-module-carp perl-module-env perl-module-tap-parser-iterator-arr…
|
/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/ |
H A D | qemuloongarch.inc | 29 QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no"
|
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/ |
H A D | qemuriscv.inc | 32 QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no"
|
/openbmc/linux/drivers/net/ |
H A D | Kconfig | 181 tristate "MAC-VLAN based tap driver" 186 This adds a specialized tap character device driver that is based 189 macvtap', and then be accessed through the tap user space interface. 219 tristate "IP-VLAN based tap driver" 224 This adds a specialized tap character device driver that is based 227 ipvtap', and then be accessed through the tap user space interface. 408 This option is selected by any driver implementing tap user space 409 interface for a virtual interface to re-use core tap functionality. 447 messages if they tap into the netlink device, record pcaps for further
|
H A D | Makefile | 32 obj-$(CONFIG_TAP) += tap.o
|
/openbmc/linux/drivers/input/mouse/ |
H A D | cypress_ps2.h | 149 unsigned int tap:1; /* multi-finger tap detected. */ member
|
/openbmc/qemu/qapi/ |
H A D | net.json | 210 # @fd: file descriptor of an already opened tap 213 # tap 225 # @vnet_hdr: enable the IFF_VNET_HDR flag on the tap interface 236 # @queues: number of queues to be created for multiqueue capable tap 239 # polling for tap (since 2.7) 724 'data': [ 'none', 'nic', 'user', 'tap', 'l2tpv3', 'socket', 'stream', 749 'tap': 'NetdevTapOptions',
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-mci.h | 132 u8 tap; member
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | qemuboot.bbclass | 58 # QB_TAP_OPT: network option for 'tap' mode, e.g., 59 # "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" 68 # QB_CMDLINE_IP_TAP: This parameter is similar to the QB_CMDLINE_IP_SLIRP parameter. Since the tap …
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | meson.build | 80 protocol: 'tap', env: script_env, depends: script_deps)
|
/openbmc/qemu/docs/system/i386/ |
H A D | microvm.rst | 82 -netdev tap,id=tap0,script=no,downscript=no \ 106 -netdev tap,id=tap0,script=no,downscript=no \
|
/openbmc/qemu/tests/unit/ |
H A D | meson.build | 198 args: ['--tap', '-k'], 199 protocol: 'tap',
|
/openbmc/qemu/net/ |
H A D | tap-bsd.c | 201 void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp) in tap_set_sndbuf() argument
|