HomeSort by: relevance | last modified time | path
    Searched refs:rst (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/mpl/bind/dist/doc/arm/_static/
custom.css 20 .rst-content code.literal {
23 .rst-content code.xref {
  /src/sys/dev/fdt/
fdt_reset.c 84 struct fdtbus_reset *rst = NULL; local
114 rst = kmem_alloc(sizeof(*rst), KM_SLEEP);
115 rst->rst_rc = rc;
116 rst->rst_priv = rst_priv;
128 return rst;
145 fdtbus_reset_put(struct fdtbus_reset *rst)
147 struct fdtbus_reset_controller *rc = rst->rst_rc;
149 rc->rc_funcs->release(rc->rc_dev, rst->rst_priv);
150 kmem_free(rst, sizeof(*rst))
    [all...]
dwcwdt_fdt.c 64 struct fdtbus_reset *rst; local
79 rst = fdtbus_reset_get_index(phandle, 0);
80 if (rst && fdtbus_reset_assert(rst) != 0) {
84 if (rst && fdtbus_reset_deassert(rst) != 0) {
ahcisata_fdt.c 64 struct fdtbus_reset *rst; local
97 for (i = 0; (rst = fdtbus_reset_get_index(phandle, i)) != NULL; i++)
98 if (fdtbus_reset_deassert(rst) != 0) {
dwiic_fdt.c 107 struct fdtbus_reset *rst = fdtbus_reset_get_index(phandle, 0); local
108 if (rst != NULL) {
109 if (fdtbus_reset_deassert(rst) != 0) {
ehci_fdt.c 74 struct fdtbus_reset *rst; local
96 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
97 if (fdtbus_reset_deassert(rst) != 0) {
ohci_fdt.c 74 struct fdtbus_reset *rst; local
96 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
97 if (fdtbus_reset_deassert(rst) != 0) {
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
lang-rst 3 # Test of gettext facilities in the RST format.
8 tmpfiles="$tmpfiles prog.rst"
9 cat <<\EOF > prog.rst
12 'rstconv options Convert rst file'#10#10+
14 ' -i file Use specified file instead of stdin as input .rst (OPTIONAL)'#10+
27 ${XGETTEXT} -o prog.pot --omit-header --add-location prog.rst
34 "rstconv options Convert rst file\n"
37 " -i file Use specified file instead of stdin as input .rst (OPTIONAL)\n"
70 if (${RSTCONV} -o prog.pot -i prog.rst) >/dev/null 2>&1; then
75 msgid "rstconv [-h|--help] Displays this help\nrstconv options Convert rst file\n\nOptions are:\n -i file Use specified file instead of stdin as input .rst (OPTIONAL)\n (…)
    [all...]
  /src/sys/arch/arm/sunxi/
sun9i_a80_mmcclk.c 83 struct fdtbus_reset *rst; local
101 rst = fdtbus_reset_get(phandle, "ahb");
102 if (rst == NULL || fdtbus_reset_deassert(rst) != 0) {
sunxi_de2_ccu.c 129 struct fdtbus_reset *rst; local
152 rst = fdtbus_reset_get_index(phandle, 0);
153 if (rst == NULL || fdtbus_reset_deassert(rst) != 0) {
sunxi_twi.c 131 struct fdtbus_reset *rst; local
158 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL)
159 if (fdtbus_reset_deassert(rst) != 0) {
sunxi_dwhdmi.c 234 struct fdtbus_reset *rst; local
296 rst = fdtbus_reset_get(phandle, "ctrl");
297 if (rst == NULL || fdtbus_reset_deassert(rst) != 0) {
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_builtin.c 346 CONFIG_RAW_TABLE *rst = (CONFIG_RAW_TABLE *) ptr; local
348 return (rst->defval);
355 CONFIG_NINT_TABLE *rst = (CONFIG_NINT_TABLE *) ptr; local
357 return (rst->defval);
388 const CONFIG_RAW_TABLE *rst; local
429 for (rst = pcf_raw_table; rst->name; rst++)
430 PCF_PARAM_TABLE_ENTER(pcf_param_table, rst->name,
432 (void *) rst, pcf_conv_raw_parameter)
    [all...]
  /src/sys/arch/atari/stand/libsa/
diskio.c 37 typedef struct { rdsec_f rds; u_int rst; u_int rend; } bdevd_t; member in struct:__anon1220
70 bootdev.rst = pd->p_offset;
93 daddr_t stb = dd->rst + dblk;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
tegra.h 15 struct reset_control *rst; member in struct:nvkm_device_tegra
  /src/sys/arch/arm/rockchip/
rk3399_pcie_phy.c 78 struct fdtbus_reset *rst; local
80 rst = fdtbus_reset_get(phandle, name);
81 fdtbus_reset_assert(rst);
82 fdtbus_reset_put(rst);
88 struct fdtbus_reset *rst; local
90 rst = fdtbus_reset_get(phandle, name);
91 fdtbus_reset_deassert(rst);
92 fdtbus_reset_put(rst);
rk3288_usb.c 155 struct fdtbus_reset *rst; local
169 rst = fdtbus_reset_get(phandle, "phy-reset");
170 if (rst == NULL || fdtbus_reset_deassert(rst) != 0) {
  /src/sys/arch/evbmips/rasoc/
autoconf.c 107 const uint32_t rst = bus_space_read_4(bst, ra_sysctl_bsh, local
109 if ((rst & map->map_rst) != 0) {
111 rst & ~map->map_rst);
  /src/sys/arch/arm/amlogic/
mesongxl_usb3phy.c 161 struct fdtbus_reset *rst; local
192 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++) {
193 if (fdtbus_reset_deassert(rst) != 0) {
  /src/sys/arch/arm/ti/
ti_ehci.c 76 struct fdtbus_reset *rst; local
98 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
99 if (fdtbus_reset_deassert(rst) != 0) {
  /src/sys/arch/riscv/starfive/
jh71x0_eth.c 141 struct fdtbus_reset *rst; local
142 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++) {
143 if (fdtbus_reset_deassert(rst) != 0) {
jh71x0_temp.c 157 struct fdtbus_reset * rst = fdtbus_reset_get(phandle, cr); local
158 if (rst == NULL) {
162 error = fdtbus_reset_deassert(rst);
  /src/external/gpl2/gettext/bin/xgettext/
Makefile 20 x-rst.c \
  /src/external/mit/libuv/dist/docs/src/sphinx-plugins/
manpage.py 14 from docutils.parsers.rst.roles import set_classes
  /src/sys/arch/evbarm/gumstix/
gxio.c 463 int rst = (CPU_IS_PXA250) ? 80 : 32; local
467 const int rst = 32, irq = 99; local
469 const int rst = 80, irq = 36; local
476 pxa2x0_gpio_set_function(rst, GPIO_OUT | GPIO_SET); /* RESET 1 */
478 pxa2x0_gpio_set_function(rst, GPIO_OUT | GPIO_CLR);

Completed in 22 milliseconds

1 2 3 4