Searched refs:psstate (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/libertas/
H A Dcmdresp.c52 if (priv->psstate != PS_STATE_FULL_POWER) {
143 priv->psstate = PS_STATE_AWAKE;
163 priv->psstate = PS_STATE_FULL_POWER;
249 if (priv->psstate == PS_STATE_FULL_POWER) {
254 priv->psstate = PS_STATE_PRE_SLEEP;
283 if (priv->psstate == PS_STATE_FULL_POWER) {
289 priv->psstate = PS_STATE_AWAKE;
H A Dmain.c471 else if (priv->psstate == PS_STATE_SLEEP)
495 "psmode %d, psstate %d\n",
497 priv->psmode, priv->psstate);
577 if (priv->psstate == PS_STATE_PRE_SLEEP &&
592 priv->psstate = PS_STATE_AWAKE;
601 if ((priv->psstate == PS_STATE_SLEEP) ||
602 (priv->psstate == PS_STATE_PRE_SLEEP))
870 priv->psstate = PS_STATE_FULL_POWER;
1151 if (priv->psstate == PS_STATE_SLEEP)
1152 priv->psstate
[all...]
H A Dcmd.c172 if (priv->psstate == PS_STATE_FULL_POWER) {
395 if (priv->psstate == PS_STATE_FULL_POWER) {
962 if (priv->psstate != PS_STATE_FULL_POWER)
1326 if ((priv->psstate == PS_STATE_SLEEP) ||
1327 (priv->psstate == PS_STATE_PRE_SLEEP)) {
1329 "EXEC_NEXT_CMD: cannot send cmd 0x%04x in psstate %d\n",
1331 priv->psstate);
1336 "0x%04x in psstate %d\n",
1337 le16_to_cpu(cmd->command), priv->psstate);
1338 } else if (priv->psstate !
[all...]
H A Ddev.h78 u32 psstate; member in struct:lbs_private
H A Ddebugfs.c843 {"psstate", item_size(psstate), item_addr(psstate)},
H A Dif_spi.c903 (card->priv->psstate != PS_STATE_FULL_POWER &&
H A Dif_usb.c1131 if (priv->psstate != PS_STATE_FULL_POWER)
/drivers/bluetooth/
H A Dbtmrvl_debugfs.c44 struct dentry *psstate; member in struct:btmrvl_debugfs_data
414 dbg->psstate = debugfs_create_file("psstate", 0444, dbg->status_dir,
440 debugfs_remove(dbg->psstate);

Completed in 95 milliseconds