Searched refs:rst (Results 151 - 175 of 291) sorted by relevance

1234567891011>>

/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/net/ipv4/
H A Dtcp_minisocks.c114 paws_reject = tcp_paws_reject(&tmp_opt, th->rst);
129 if (th->rst)
182 (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq || th->rst))) {
185 if (th->rst) {
225 if (th->syn && !th->rst && !th->ack && !paws_reject &&
239 if (!th->rst) {
670 paws_reject = tcp_paws_reject(&tmp_opt, th->rst);
/linux-master/drivers/spi/
H A Dspi-tegra114.c171 struct reset_control *rst; member in struct:tegra_spi_data
1078 reset_control_assert(tspi->rst);
1080 reset_control_deassert(tspi->rst);
1134 reset_control_assert(tspi->rst);
1136 reset_control_deassert(tspi->rst);
1209 reset_control_assert(tspi->rst);
1211 reset_control_deassert(tspi->rst);
1361 tspi->rst = devm_reset_control_get_exclusive(&pdev->dev, "spi");
1362 if (IS_ERR(tspi->rst)) {
1364 ret = PTR_ERR(tspi->rst);
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dinterrupt.h376 unsigned long rst = search_kernel_restart_table(regs->nip); local
377 if (rst)
378 regs_set_return_ip(regs, rst);
/linux-master/net/ipv6/netfilter/
H A Dnf_tproxy_ipv6.c54 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) {
/linux-master/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c22 #include <asm/octeon/cvmx-rst-defs.h>
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive
62 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno']
H A DrstFlatTable.py46 from docutils.parsers.rst import directives, roles
47 from docutils.parsers.rst.directives.tables import Table
/linux-master/drivers/soc/renesas/
H A Drcar-rst.c11 #include <linux/soc/renesas/rcar-rst.h>
88 { .compatible = "renesas,r8a7742-rst", .data = &rcar_rst_gen2 },
89 { .compatible = "renesas,r8a7743-rst", .data = &rcar_rst_gen2 },
90 { .compatible = "renesas,r8a7744-rst", .data = &rcar_rst_gen2 },
91 { .compatible = "renesas,r8a7745-rst", .data = &rcar_rst_gen2 },
92 { .compatible = "renesas,r8a77470-rst", .data = &rcar_rst_gen2 },
94 { .compatible = "renesas,r8a774a1-rst", .data = &rcar_rst_gen3 },
95 { .compatible = "renesas,r8a774b1-rst", .data = &rcar_rst_gen3 },
96 { .compatible = "renesas,r8a774c0-rst", .data = &rcar_rst_gen3 },
97 { .compatible = "renesas,r8a774e1-rst",
[all...]
/linux-master/drivers/clk/meson/
H A Ds4-pll.c51 .rst = {
285 .rst = {
357 .rst = {
418 .rst = {
/linux-master/net/ipv4/netfilter/
H A Dnf_tproxy_ipv4.c31 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) {
H A Dnf_reject_ipv4.c157 if (oth->rst)
214 tcph->rst = 1;
/linux-master/drivers/dma/lgm/
H A Dlgm-dma.c204 int rst; member in struct:ldma_chan
247 struct reset_control *rst; member in struct:ldma_dev
715 c->rst = 1;
868 reg |= c->rst ? DMA_CCTRL_RST : 0;
1410 c->rst = DMA_CHAN_RST;
1430 c->rst = DMA_CHAN_RST;
1471 reset_control_assert(d->rst);
1597 d->rst = devm_reset_control_get_optional(dev, NULL);
1598 if (IS_ERR(d->rst))
1599 return PTR_ERR(d->rst);
[all...]
/linux-master/include/uapi/linux/
H A Dtcp.h35 rst:1, member in struct:tcphdr
49 rst:1, member in struct:tcphdr
/linux-master/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c922 struct reset_control *rst; local
956 rst = devm_reset_control_get(ge2d->dev, NULL);
957 if (IS_ERR(rst)) {
959 return PTR_ERR(rst);
968 reset_control_assert(rst);
970 reset_control_deassert(rst);
/linux-master/sound/soc/img/
H A Dimg-spdif-in.c724 struct reset_control *rst; local
757 rst = devm_reset_control_get_exclusive(&pdev->dev, "rst");
758 if (IS_ERR(rst)) {
759 if (PTR_ERR(rst) == -EPROBE_DEFER) {
768 reset_control_assert(rst);
769 reset_control_deassert(rst);
/linux-master/sound/soc/stm/
H A Dstm32_i2s.c1027 struct reset_control *rst; local
1085 rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL);
1086 if (IS_ERR(rst))
1087 return dev_err_probe(&pdev->dev, PTR_ERR(rst),
1090 reset_control_assert(rst);
1092 reset_control_deassert(rst);
H A Dstm32_spdifrx.c956 struct reset_control *rst; local
990 rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL);
991 if (IS_ERR(rst))
992 return dev_err_probe(&pdev->dev, PTR_ERR(rst),
995 reset_control_assert(rst);
997 reset_control_deassert(rst);
/linux-master/drivers/input/keyboard/
H A Dtegra-kbc.c106 struct reset_control *rst; member in struct:tegra_kbc
367 reset_control_assert(kbc->rst);
369 reset_control_deassert(kbc->rst);
650 kbc->rst = devm_reset_control_get(&pdev->dev, "kbc");
651 if (IS_ERR(kbc->rst)) {
653 return PTR_ERR(kbc->rst);
/linux-master/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c111 struct reset_control *rst; member in struct:csi_state
238 ret = reset_control_assert(state->rst);
828 state->rst = devm_reset_control_array_get_exclusive(dev);
829 if (IS_ERR(state->rst)) {
830 dev_err(dev, "Failed to get reset: %pe\n", state->rst);
831 return PTR_ERR(state->rst);
/linux-master/drivers/gpio/
H A Dgpio-dwapb.c119 struct reset_control *rst; member in struct:dwapb_gpio
636 reset_control_assert(gpio->rst);
643 gpio->rst = devm_reset_control_get_optional_shared(gpio->dev, NULL);
644 if (IS_ERR(gpio->rst))
645 return dev_err_probe(gpio->dev, PTR_ERR(gpio->rst),
648 err = reset_control_deassert(gpio->rst);
/linux-master/drivers/hwmon/
H A Daspeed-pwm-tacho.c183 struct reset_control *rst; member in struct:aspeed_pwm_tacho_data
904 reset_control_assert(priv->rst);
930 priv->rst = devm_reset_control_get_exclusive(dev, NULL);
931 if (IS_ERR(priv->rst)) {
934 return PTR_ERR(priv->rst);
936 reset_control_deassert(priv->rst);
/linux-master/drivers/i2c/busses/
H A Di2c-aspeed.c145 struct reset_control *rst; member in struct:aspeed_i2c_bus
1020 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL);
1021 if (IS_ERR(bus->rst)) {
1024 return PTR_ERR(bus->rst);
1026 reset_control_deassert(bus->rst);
1098 reset_control_assert(bus->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);
/linux-master/fs/ntfs3/
H A Dfslog.c2309 struct NTFS_RESTART *rst; local
2323 rst = NULL;
2345 rst = kmalloc(len, GFP_NOFS);
2346 if (!rst) {
2351 /* Copy the data into the 'rst' buffer. */
2352 err = read_log_rec_buf(log, rh, rst);
2356 *rst_ = rst;
2357 rst = NULL;
2361 kfree(rst);
3736 struct NTFS_RESTART *rst local
[all...]

Completed in 581 milliseconds

1234567891011>>