Home
last modified time | relevance | path

Searched refs:tap (Results 1 – 25 of 78) sorted by relevance

1234

/linux/drivers/net/
A Dtap.c173 rcu_assign_pointer(q->tap, tap); in tap_set_queue()
198 tap = rtnl_dereference(q->tap); in tap_disable_queue()
229 tap = rtnl_dereference(q->tap); in tap_put_queue()
397 tap->count_rx_dropped(tap); in tap_handle_frame()
727 tap = rcu_dereference(q->tap); in tap_get_user()
769 tap = rcu_dereference(q->tap); in tap_get_user()
771 tap->count_tx_dropped(tap); in tap_get_user()
919 tap = rtnl_dereference(q->tap); in tap_get_tap_dev()
1212 tap = rcu_dereference(q->tap); in tap_get_user_xdp()
1228 tap = rcu_dereference(q->tap); in tap_get_user_xdp()
[all …]
A Dmacvtap.c30 struct tap_dev tap; member
56 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_tx_dropped()
64 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_rx_dropped()
73 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_update_features()
87 INIT_LIST_HEAD(&vlantap->tap.queue_list); in macvtap_newlink()
92 vlantap->tap.tap_features = TUN_OFFLOADS; in macvtap_newlink()
114 vlantap->tap.dev = vlantap->vlan.dev; in macvtap_newlink()
125 tap_del_queues(&vlantap->tap); in macvtap_dellink()
189 if (vlantap->tap.minor == 0) in macvtap_device_event()
194 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
[all …]
/linux/drivers/net/ipvlan/
A Dipvtap.c47 struct tap_dev tap; member
52 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_count_tx_dropped()
60 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_count_rx_dropped()
69 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_update_features()
83 INIT_LIST_HEAD(&vlantap->tap.queue_list); in ipvtap_newlink()
88 vlantap->tap.tap_features = TUN_OFFLOADS; in ipvtap_newlink()
106 vlantap->tap.dev = vlantap->vlan.dev; in ipvtap_newlink()
117 tap_del_queues(&vlan->tap); in ipvtap_dellink()
176 if (vlantap->tap.minor == 0) in ipvtap_device_event()
181 tap_free_minor(ipvtap_major, &vlantap->tap); in ipvtap_device_event()
[all …]
/linux/include/linux/
A Dif_tap.h47 void (*update_features)(struct tap_dev *tap, netdev_features_t features);
48 void (*count_tx_dropped)(struct tap_dev *tap);
49 void (*count_rx_dropped)(struct tap_dev *tap);
67 struct tap_dev __rcu *tap; member
77 void tap_del_queues(struct tap_dev *tap);
78 int tap_get_minor(dev_t major, struct tap_dev *tap);
79 void tap_free_minor(dev_t major, struct tap_dev *tap);
80 int tap_queue_resize(struct tap_dev *tap);
/linux/Documentation/devicetree/bindings/mmc/
A Dsdhci-am654.yaml56 # PHY output tap delays:
62 description: Output tap delay for SD/MMC legacy timing
80 description: Output tap delay for SD UHS SDR12 timing
86 description: Output tap delay for SD UHS SDR25 timing
92 description: Output tap delay for SD UHS SDR50 timing
110 description: Output tap delay for eMMC DDR52 timing
116 description: Output tap delay for eMMC HS200 timing
122 description: Output tap delay for eMMC HS400 timing
127 # PHY input tap delays:
162 description: Input tap delay for MMC DDR50 timing
[all …]
/linux/Documentation/devicetree/bindings/spi/
A Dnvidia,tegra210-quad-peripheral-props.yaml14 nvidia,tx-clk-tap-delay:
16 Delays the clock going out to device with this tap value.
23 nvidia,rx-clk-tap-delay:
25 Delays the clock coming in from the device with this tap value.
A Dnvidia,tegra114-spi.yaml97 nvidia,rx-clk-tap-delay = <0>;
98 nvidia,tx-clk-tap-delay = <16>;
A Dnvidia,tegra210-quad.yaml96 nvidia,tx-clk-tap-delay = <0>;
97 nvidia,rx-clk-tap-delay = <0>;
/linux/tools/testing/selftests/net/
A Dtest_vxlan_under_vrf.sh51 ip link del veth-tap 2>/dev/null || true
100 ip link add veth-tap type veth peer name veth-hv
102 ip link set veth-tap netns ${hv[$id]}
103 ip -netns ${hv[$id]} link set veth-tap master br0
104 ip -netns ${hv[$id]} link set veth-tap up
A Dtap.c363 FIXTURE(tap) in FIXTURE() argument
368 FIXTURE_SETUP(tap) in FIXTURE_SETUP() argument
383 FIXTURE_TEARDOWN(tap) in FIXTURE_TEARDOWN() argument
397 TEST_F(tap, test_packet_valid_udp_gso) in TEST_F() argument
409 TEST_F(tap, test_packet_valid_udp_csum) in TEST_F() argument
421 TEST_F(tap, test_packet_crash_tap_invalid_eth_proto) in TEST_F() argument
A D.gitignore46 tap
/linux/arch/arm64/boot/dts/amd/
A Damd-seattle-xgbe-b.dtsi52 amd,serdes-dfe-tap-config = <3>, <3>, <3>;
53 amd,serdes-dfe-tap-enable = <0>, <0>, <7>;
78 amd,serdes-dfe-tap-config = <3>, <3>, <3>;
79 amd,serdes-dfe-tap-enable = <0>, <0>, <7>;
/linux/drivers/mmc/host/
A Dsdhci-of-aspeed.c130 u8 tap, bool enable, u32 reg) in aspeed_sdc_set_phase_tap() argument
134 reg |= tap << __ffs(desc->tap_mask); in aspeed_sdc_set_phase_tap()
168 unsigned int tap; in aspeed_sdhci_phase_to_tap() local
187 tap = div_u64(phase_period_ps, prop_delay_ps); in aspeed_sdhci_phase_to_tap()
188 if (tap > ASPEED_SDHCI_NR_TAPS) { in aspeed_sdhci_phase_to_tap()
191 tap, phase_deg, rate_hz, ASPEED_SDHCI_NR_TAPS); in aspeed_sdhci_phase_to_tap()
192 tap = ASPEED_SDHCI_NR_TAPS; in aspeed_sdhci_phase_to_tap()
195 return inverted | tap; in aspeed_sdhci_phase_to_tap()
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 …]
A Drenesas_sdhi.h19 u32 tap; /* sampling clock position for SDR104/HS400 (8 TAP) */ member
/linux/Documentation/devicetree/bindings/net/
A Damd-xgbe.txt49 - amd,serdes-dfe-tap-config: DFE taps available to run
50 - amd,serdes-dfe-tap-enable: DFE taps to enable
74 amd,serdes-dfe-tap-config = <3>, <3>, <1>;
75 amd,serdes-dfe-tap-enable = <0>, <0>, <127>;
/linux/sound/soc/meson/
A Daxg-pdm.c64 const unsigned int *tap; member
368 regmap_write(priv->map, PDM_COEFF_DATA, lpf[i].tap[j]); in axg_pdm_set_lpf_filters()
555 .tap = lpf1_default_tap,
561 .tap = lpf2_default_tap,
567 .tap = lpf3_default_tap,
/linux/tools/testing/selftests/tc-testing/
A D.gitignore5 *.tap
/linux/tools/testing/selftests/hid/
A Drun-hid-tools-tests.sh28 python3 -u -m pytest $PYTEST_XDIST ./tests/$TARGET --tap-stream --udevd
/linux/tools/testing/selftests/tc-testing/plugin-lib/
A DvalgrindPlugin.py24 self.tap = ''
161 self.tap += more_tap_output
/linux/drivers/iio/adc/
A Dadi-axi-adc.c164 unsigned int tap) in axi_adc_iodelays_set() argument
170 if (tap > FIELD_MAX(AXI_ADC_DELAY_CTRL_MASK)) in axi_adc_iodelays_set()
176 ret = regmap_write(st->regmap, ADI_AXI_ADC_REG_DELAY(lane), tap); in axi_adc_iodelays_set()
/linux/Documentation/input/devices/
A Dappletouch.rst33 tap for middle button mouse emulation, 3 finger tap for right button mouse
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)
/linux/Documentation/devicetree/bindings/input/touchscreen/
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 {
/linux/Documentation/devicetree/bindings/input/
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 {

Completed in 38 milliseconds

1234