Home
last modified time | relevance | path

Searched refs:tap (Results 51 – 75 of 154) sorted by relevance

1234567

/openbmc/qemu/tests/qemu-iotests/
H A Dcheck190 with TestRunner(env, tap=args.tap,
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-tegra.c335 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 Drenesas_sdhi.h17 u32 tap; /* sampling clock position for SDR104/HS400 (8 TAP) */ member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help93 --ifmode <tun/tap>
96 * tap: virtual ethernet interface
98 conf-variable: Interface mode <tun/tap>
/openbmc/u-boot/arch/arm/dts/
H A Dimx7d-sdb.dts374 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 Dxarchiver_0.5.4.21.bb19 # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
/openbmc/linux/Documentation/input/devices/
H A Dappletouch.rst33 tap for middle button mouse emulation, 3 finger tap for right button mouse
H A Delantech.rst192 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 DbuildebpfPlugin.py16 self.tap = ''
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml289 "^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 Dazoteq,iqs7222.yaml250 "^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 DREADME.virtio78 -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 Dchecksecurity_2.0.16.bb29 …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 Dqemuloongarch.inc29 QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no"
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/
H A Dqemuriscv.inc32 QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no"
/openbmc/linux/drivers/net/
H A DKconfig181 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 DMakefile32 obj-$(CONFIG_TAP) += tap.o
/openbmc/linux/drivers/input/mouse/
H A Dcypress_ps2.h149 unsigned int tap:1; /* multi-finger tap detected. */ member
/openbmc/qemu/qapi/
H A Dnet.json210 # @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 Dddbridge-mci.h132 u8 tap; member
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemuboot.bbclass58 # 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 Dmeson.build80 protocol: 'tap', env: script_env, depends: script_deps)
/openbmc/qemu/docs/system/i386/
H A Dmicrovm.rst82 -netdev tap,id=tap0,script=no,downscript=no \
106 -netdev tap,id=tap0,script=no,downscript=no \
/openbmc/qemu/tests/unit/
H A Dmeson.build198 args: ['--tap', '-k'],
199 protocol: 'tap',
/openbmc/qemu/net/
H A Dtap-bsd.c201 void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp) in tap_set_sndbuf() argument

1234567