Searched refs:rst (Results 126 - 150 of 289) sorted by relevance

1234567891011>>

/linux-master/drivers/clk/renesas/
H A Dclk-r8a7779.c18 #include <linux/soc/renesas/rcar-rst.h>
H A Dclk-r8a7778.c12 #include <linux/soc/renesas/rcar-rst.h>
/linux-master/net/core/
H A Dtso.c36 tcph->rst = 0;
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-csidphy.c136 struct reset_control *rst; member in struct:rockchip_inno_csidphy
437 priv->rst = devm_reset_control_get(dev, "apb");
438 if (IS_ERR(priv->rst)) {
440 return PTR_ERR(priv->rst);
/linux-master/drivers/reset/
H A Dreset-k210.c13 #include <dt-bindings/reset/k210-rst.h>
119 { .compatible = "canaan,k210-rst" },
126 .name = "k210-rst",
/linux-master/Documentation/sphinx/
H A Dkernel_abi.py21 .. code-block:: rst
44 from docutils.parsers.rst import directives, Directive
70 "rst" : directives.unchanged
87 if 'rst' in self.options:
88 args.append('--rst-source')
100 code_block = "\n\n.. code-block:: rst\n :linenos:\n"
H A Dkernel_feat.py20 .. code-block:: rst
42 from docutils.parsers.rst import directives, Directive
120 code_block = "\n\n.. code-block:: rst\n :linenos:\n"
/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.h118 struct reset_control *rst; member in struct:sun4i_csi
/linux-master/drivers/soc/tegra/fuse/
H A Dfuse-tegra.c236 fuse->rst = devm_reset_control_get_optional(&pdev->dev, "fuse");
237 if (IS_ERR(fuse->rst))
238 return dev_err_probe(&pdev->dev, PTR_ERR(fuse->rst), "failed to get FUSE reset\n");
248 err = reset_control_reset(fuse->rst);
/linux-master/drivers/gpu/drm/radeon/
H A Dsi_smc.c163 u32 rst = RREG32_SMC(SMC_SYSCON_RESET_CNTL); local
166 if (!(rst & RST_REG) && !(clk & CK_DISABLE))
/linux-master/tools/include/uapi/linux/
H A Dtcp.h35 rst:1, member in struct:tcphdr
49 rst:1, member in struct:tcphdr
/linux-master/scripts/
H A Ddocumentation-file-ref-check15 "Documentation/scsi/scsi_mid_low_api.rst" => "Documentation/Configure.help",
66 $f = "$f.rst";
69 $f = "$d$f.rst";
119 $ref =~ s/(txt|rst)\[\d+]$/$1/;
140 # Discard some build examples from Documentation/target/tcm_mod_builder.rst
210 # usual reason for breakage: file renamed to .rst
212 $new =~ s/\.txt$/.rst/;
H A Dget_abi.pl44 "rst-source!" => \$description_is_rst,
431 $d =~ s,Documentation/(?!devicetree)(\S+)\.rst,:doc:`/$1`,g;
990 [--(no-)rst-source] [--dir=<dir>] [--show-hints]
1018 =item B<--rst-source> and B<--no-rst-source>
1021 selecting between a rst-compliant source ABI (B<--rst-source>), or a
1023 logic (B<--no-rst-source>).
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_smc.c155 u32 rst = RREG32_SMC(SMC_SYSCON_RESET_CNTL); local
158 if (!(rst & RST_REG) && !(clk & CK_DISABLE))
/linux-master/drivers/char/hw_random/
H A Dstm32-rng.c75 struct reset_control *rst; member in struct:stm32_rng_private
523 priv->rst = devm_reset_control_get(&ofdev->dev, NULL);
524 if (!IS_ERR(priv->rst)) {
525 reset_control_assert(priv->rst);
527 reset_control_deassert(priv->rst);
/linux-master/sound/soc/sunxi/
H A Dsun4i-spdif.c185 struct reset_control *rst; member in struct:sun4i_spdif_dev
675 host->rst = devm_reset_control_get_optional_exclusive(&pdev->dev,
677 if (PTR_ERR(host->rst) == -EPROBE_DEFER) {
682 if (!IS_ERR(host->rst))
683 reset_control_deassert(host->rst);
H A Dsun4i-codec.c236 struct reset_control *rst; member in struct:sun4i_codec
1725 scodec->rst = devm_reset_control_get_exclusive(&pdev->dev,
1727 if (IS_ERR(scodec->rst)) {
1729 return PTR_ERR(scodec->rst);
1759 if (scodec->rst) {
1760 ret = reset_control_deassert(scodec->rst);
1817 if (scodec->rst)
1818 reset_control_assert(scodec->rst);
1830 if (scodec->rst)
1831 reset_control_assert(scodec->rst);
[all...]
H A Dsun4i-i2s.c213 struct reset_control *rst; member in struct:sun4i_i2s
1546 i2s->rst = devm_reset_control_get_exclusive(&pdev->dev, NULL);
1547 if (IS_ERR(i2s->rst)) {
1549 return PTR_ERR(i2s->rst);
1553 if (!IS_ERR(i2s->rst)) {
1554 ret = reset_control_deassert(i2s->rst);
1603 if (!IS_ERR(i2s->rst))
1604 reset_control_assert(i2s->rst);
1617 if (!IS_ERR(i2s->rst))
1618 reset_control_assert(i2s->rst);
[all...]
/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);
/linux-master/drivers/spi/
H A Dspi-tegra20-slink.c160 struct reset_control *rst; member in struct:tegra_slink_data
852 reset_control_assert(tspi->rst);
854 reset_control_deassert(tspi->rst);
925 reset_control_assert(tspi->rst);
927 reset_control_assert(tspi->rst);
1051 tspi->rst = devm_reset_control_get_exclusive(&pdev->dev, "spi");
1052 if (IS_ERR(tspi->rst)) {
1054 ret = PTR_ERR(tspi->rst);
1084 reset_control_assert(tspi->rst);
1086 reset_control_deassert(tspi->rst);
[all...]
/linux-master/drivers/hwmon/
H A Dmr75203.c174 struct reset_control *rst; member in struct:pvt_device
618 reset_control_assert(pvt->rst);
625 ret = reset_control_deassert(pvt->rst);
789 pvt->rst = devm_reset_control_get_optional_exclusive(dev, NULL);
790 if (IS_ERR(pvt->rst))
791 return dev_err_probe(dev, PTR_ERR(pvt->rst),
794 if (pvt->rst) {
/linux-master/drivers/usb/musb/
H A Dsunxi.c85 struct reset_control *rst; member in struct:sunxi_glue
242 ret = reset_control_deassert(glue->rst);
268 reset_control_assert(glue->rst);
290 reset_control_assert(glue->rst);
750 glue->rst = devm_reset_control_get(&pdev->dev, NULL);
751 if (IS_ERR(glue->rst))
752 return dev_err_probe(&pdev->dev, PTR_ERR(glue->rst),
/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/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.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);

Completed in 234 milliseconds

1234567891011>>