Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/orinoco/
Dmain.c1469 u16 newstatus; in __orinoco_ev_info() local
1485 newstatus = le16_to_cpu(linkstatus.linkstatus); in __orinoco_ev_info()
1489 if (newstatus == HERMES_LINKSTATUS_AP_OUT_OF_RANGE && in __orinoco_ev_info()
1496 connected = (newstatus == HERMES_LINKSTATUS_CONNECTED) in __orinoco_ev_info()
1497 || (newstatus == HERMES_LINKSTATUS_AP_CHANGE) in __orinoco_ev_info()
1498 || (newstatus == HERMES_LINKSTATUS_AP_IN_RANGE); in __orinoco_ev_info()
1505 if (newstatus != priv->last_linkstatus) { in __orinoco_ev_info()
1506 priv->last_linkstatus = newstatus; in __orinoco_ev_info()
1507 print_linkstatus(dev, newstatus); in __orinoco_ev_info()
/linux-4.4.14/fs/afs/
Dvnode.c452 struct afs_file_status *newstatus, in afs_vnode_create() argument
480 newstatus, newcb, &afs_sync_call); in afs_vnode_create()
634 struct afs_file_status *newstatus, in afs_vnode_symlink() argument
662 newfid, newstatus, &afs_sync_call); in afs_vnode_symlink()
Dfsclient.c666 struct afs_file_status *newstatus, in afs_fs_create() argument
688 call->reply3 = newstatus; in afs_fs_create()
935 struct afs_file_status *newstatus, in afs_fs_symlink() argument
960 call->reply3 = newstatus; in afs_fs_symlink()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c2599 u32 newstatus = 0; in brcmf_sdio_dpc() local
2657 err = r_sdreg32(bus, &newstatus, in brcmf_sdio_dpc()
2661 !!(newstatus & (I_HMB_FC_STATE | I_HMB_FC_CHANGE))); in brcmf_sdio_dpc()
2662 intstatus |= (newstatus & bus->hostintmask); in brcmf_sdio_dpc()
/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c5133 int newstatus = 0; in light_write() local
5140 newstatus = 1; in light_write()
5142 newstatus = 0; in light_write()
5147 return light_set_status(newstatus); in light_write()