Searched refs:rst (Results 1 - 25 of 289) sorted by last modified time

1234567891011>>

/linux-master/net/core/
H A Dfilter.c7328 if (!th->ack || th->rst || th->syn)
7401 if (!th->syn || th->ack || th->fin || th->rst)
/linux-master/drivers/dma/
H A Dtegra186-gpc-dma.c256 struct reset_control *rst; member in struct:tegra_dma
1375 tdma->rst = devm_reset_control_get_exclusive(&pdev->dev, "gpcdma");
1376 if (IS_ERR(tdma->rst)) {
1377 return dev_err_probe(&pdev->dev, PTR_ERR(tdma->rst),
1380 reset_control_reset(tdma->rst);
1510 reset_control_reset(tdma->rst);
/linux-master/net/ipv4/
H A Dtcp_ao.c1023 if (th->syn || th->rst)
H A Droute.c3146 tcph->rst = 1;
H A Dtcp_minisocks.c113 paws_reject = tcp_paws_reject(&tmp_opt, th->rst);
128 if (th->rst)
181 (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq || th->rst))) {
184 if (th->rst) {
224 if (th->syn && !th->rst && !th->ack && !paws_reject &&
238 if (!th->rst) {
670 paws_reject = tcp_paws_reject(&tmp_opt, th->rst);
H A Dsyncookies.c414 !th->ack || th->rst)
/linux-master/drivers/soc/mediatek/
H A Dmtk-svs.c378 * @rst: svs platform reset control
392 struct reset_control *rst; member in struct:svs_platform
1721 ret = reset_control_assert(svsp->rst);
1743 ret = reset_control_deassert(svsp->rst);
1759 reset_control_assert(svsp->rst));
2175 svsp->rst = devm_reset_control_get_optional(svsp->dev, "svs_rst");
2176 if (IS_ERR(svsp->rst))
2177 return dev_err_probe(svsp->dev, PTR_ERR(svsp->rst),
/linux-master/drivers/tty/serial/8250/
H A D8250_dw.c600 data->rst = devm_reset_control_get_optional_exclusive(dev, NULL);
601 if (IS_ERR(data->rst))
602 return PTR_ERR(data->rst);
604 reset_control_deassert(data->rst);
606 err = devm_add_action_or_reset(dev, dw8250_reset_control_assert, data->rst);
H A D8250_tegra.c22 struct reset_control *rst; member in struct:tegra_uart
84 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL);
85 if (IS_ERR(uart->rst))
86 return PTR_ERR(uart->rst);
102 ret = reset_control_deassert(uart->rst);
116 reset_control_assert(uart->rst);
128 reset_control_assert(uart->rst);
H A D8250_of.c26 struct reset_control *rst; member in struct:of_serial_info
121 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL);
122 if (IS_ERR(info->rst)) {
123 ret = PTR_ERR(info->rst);
127 ret = reset_control_deassert(info->rst);
239 reset_control_assert(info->rst);
/linux-master/net/netfilter/
H A Dnf_flow_table_ip.c31 if (unlikely(tcph->fin || tcph->rst)) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2345 struct hisi_sas_rst *rst = local
2348 if (hisi_sas_controller_prereset(rst->hisi_hba))
2351 if (!hisi_sas_controller_reset(rst->hisi_hba))
2352 rst->done = true;
2354 complete(rst->completion);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2964 if (th->fin || th->rst)
2970 /* sample on all syn/fin/rst packets or once every atr sample rate */
2973 !th->rst &&
2998 dtype_cmd |= (th->fin || th->rst) ?
/linux-master/scripts/
H A Dkernel-doc29 -rst [-sphinx-version VERSION] [-enable-lineno] |
51 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.
99 # rst-mode
115 # in rst this can refer to any type
142 my $output_mode = "rst";
304 } elsif ($cmd eq "rst") {
305 $output_mode = "rst";
2094 emit_warning("${file}:$.", "This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst\n$_");
2372 if ($output_mode eq "rst") {
2441 =item -rst
[all...]
/linux-master/net/ipv6/
H A Dsyncookies.c183 !th->ack || th->rst)
/linux-master/include/soc/tegra/
H A Dmc.h129 const struct tegra_mc_reset *rst);
131 const struct tegra_mc_reset *rst);
133 const struct tegra_mc_reset *rst);
135 const struct tegra_mc_reset *rst);
137 const struct tegra_mc_reset *rst);
139 const struct tegra_mc_reset *rst);
/linux-master/drivers/staging/nvec/
H A Dnvec.c729 reset_control_assert(nvec->rst);
731 reset_control_deassert(nvec->rst);
808 nvec->rst = devm_reset_control_get_exclusive(dev, "i2c");
809 if (IS_ERR(nvec->rst)) {
811 return PTR_ERR(nvec->rst);
/linux-master/drivers/remoteproc/
H A Dstm32_rproc.c81 struct reset_control *rst; member in struct:stm32_rproc
538 err = reset_control_assert(ddata->rst);
736 ddata->rst = devm_reset_control_get_optional(dev, "mcu_rst");
737 if (!ddata->rst) {
739 ddata->rst = devm_reset_control_get_by_index(dev, 0);
741 if (IS_ERR(ddata->rst))
742 return dev_err_probe(dev, PTR_ERR(ddata->rst),
/linux-master/drivers/phy/tegra/
H A Dxusb.c1209 padctl->rst = devm_reset_control_get(&pdev->dev, NULL);
1210 if (IS_ERR(padctl->rst)) {
1211 err = PTR_ERR(padctl->rst);
1233 err = reset_control_deassert(padctl->rst);
1269 reset_control_assert(padctl->rst);
1289 err = reset_control_assert(padctl->rst);
/linux-master/drivers/memory/tegra/
H A Dtegra20.c280 const struct tegra_mc_reset *rst)
287 value = mc_readl(mc, rst->reset);
288 mc_writel(mc, value & ~BIT(rst->bit), rst->reset);
296 const struct tegra_mc_reset *rst)
303 value = mc_readl(mc, rst->reset);
304 mc_writel(mc, value | BIT(rst->bit), rst->reset);
312 const struct tegra_mc_reset *rst)
319 value = mc_readl(mc, rst
279 tegra20_mc_hotreset_assert(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
295 tegra20_mc_hotreset_deassert(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
311 tegra20_mc_block_dma(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
327 tegra20_mc_dma_idling(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
333 tegra20_mc_reset_status(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
339 tegra20_mc_unblock_dma(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
[all...]
H A Dmc.c137 const struct tegra_mc_reset *rst)
144 value = mc_readl(mc, rst->control) | BIT(rst->bit);
145 mc_writel(mc, value, rst->control);
153 const struct tegra_mc_reset *rst)
155 return (mc_readl(mc, rst->status) & BIT(rst->bit)) != 0;
159 const struct tegra_mc_reset *rst)
166 value = mc_readl(mc, rst->control) & ~BIT(rst
136 tegra_mc_block_dma_common(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
152 tegra_mc_dma_idling_common(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
158 tegra_mc_unblock_dma_common(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
174 tegra_mc_reset_status_common(struct tegra_mc *mc, const struct tegra_mc_reset *rst) argument
209 const struct tegra_mc_reset *rst; local
269 const struct tegra_mc_reset *rst; local
308 const struct tegra_mc_reset *rst; local
[all...]
/linux-master/drivers/watchdog/
H A Dsp805_wdt.c236 struct reset_control *rst; local
269 rst = devm_reset_control_get_optional_exclusive(&adev->dev, NULL);
270 if (IS_ERR(rst))
271 return dev_err_probe(&adev->dev, PTR_ERR(rst), "Can not get reset\n");
273 reset_control_deassert(rst);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c662 struct kvm_xen_vcpu_attr rst; local
684 rst.type = KVM_XEN_VCPU_ATTR_TYPE_RUNSTATE_CURRENT;
685 rst.u.runstate.state = uc.args[1] + RUNSTATE_runnable -
687 vcpu_ioctl(vcpu, KVM_XEN_VCPU_SET_ATTR, &rst);
693 rst.type = KVM_XEN_VCPU_ATTR_TYPE_RUNSTATE_ADJUST;
694 memset(&rst.u, 0, sizeof(rst.u));
695 rst.u.runstate.state = (uint64_t)-1;
696 rst.u.runstate.time_blocked =
698 rst
1055 struct kvm_xen_vcpu_attr rst = { local
[all...]
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra-xusb.c84 struct reset_control *rst; member in struct:tegra_xusb_padctl
903 padctl->rst = devm_reset_control_get_exclusive(&pdev->dev, NULL);
904 if (IS_ERR(padctl->rst))
905 return PTR_ERR(padctl->rst);
907 err = reset_control_deassert(padctl->rst);
957 reset_control_assert(padctl->rst);
967 err = reset_control_assert(padctl->rst);
/linux-master/drivers/phy/st/
H A Dphy-stm32-usbphyc.c149 struct reset_control *rst; member in struct:stm32_usbphyc
646 usbphyc->rst = devm_reset_control_get(dev, NULL);
647 if (!IS_ERR(usbphyc->rst)) {
648 reset_control_assert(usbphyc->rst);
650 reset_control_deassert(usbphyc->rst);
652 ret = PTR_ERR(usbphyc->rst);

Completed in 596 milliseconds

1234567891011>>