Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtmrvl_debugfs.c84 priv->btmrvl_dev.pscmd = result; in btmrvl_pscmd_write()
86 if (priv->btmrvl_dev.pscmd) { in btmrvl_pscmd_write()
102 ret = snprintf(buf, sizeof(buf) - 1, "%d\n", priv->btmrvl_dev.pscmd); in btmrvl_pscmd_read()
H A Dbtmrvl_drv.h76 u8 pscmd; member
H A Dbtmrvl_main.c341 if (priv->btmrvl_dev.pscmd) { in btmrvl_prepare_command()
342 priv->btmrvl_dev.pscmd = 0; in btmrvl_prepare_command()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbtmrvl.rst34 psmode=[n], pscmd
46 echo 1 > /debug/btmrvl/config/pscmd
50 echo 1 > /debug/btmrvl/config/pscmd
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py60 pscmd = "ps" variable in oeTest
404 oeRuntimeTest.pscmd = "ps -ef"
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst9054 - *pscmd:* Equals "ps -ef" if ``procps`` is installed in the image.
9055 Otherwise, ``pscmd`` equals "ps" (busybox).