Home
last modified time | relevance | path

Searched refs:pscmd (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbtmrvl_debugfs.c71 priv->btmrvl_dev.pscmd = result; in btmrvl_pscmd_write()
73 if (priv->btmrvl_dev.pscmd) { in btmrvl_pscmd_write()
89 ret = snprintf(buf, sizeof(buf) - 1, "%d\n", priv->btmrvl_dev.pscmd); in btmrvl_pscmd_read()
H A Dbtmrvl_drv.h62 u8 pscmd; member
H A Dbtmrvl_main.c321 if (priv->btmrvl_dev.pscmd) { in btmrvl_prepare_command()
322 priv->btmrvl_dev.pscmd = 0; in btmrvl_prepare_command()
/openbmc/linux/Documentation/admin-guide/
H A Dbtmrvl.rst34 psmode=[n], pscmd
46 echo 1 > /debug/btmrvl/config/pscmd
50 echo 1 > /debug/btmrvl/config/pscmd
/openbmc/openbmc/poky/documentation/test-manual/
H A Druntime-testing.rst490 - *pscmd:* Equals "ps -ef" if ``procps`` is installed in the image.
491 Otherwise, ``pscmd`` equals "ps" (busybox).