Searched refs:newstatus (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | main.c | 1469 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.1.27/fs/afs/ |
D | vnode.c | 452 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()
|
D | fsclient.c | 666 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.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 2601 u32 newstatus = 0; in brcmf_sdio_dpc() local 2659 err = r_sdreg32(bus, &newstatus, in brcmf_sdio_dpc() 2663 !!(newstatus & (I_HMB_FC_STATE | I_HMB_FC_CHANGE))); in brcmf_sdio_dpc() 2664 intstatus |= (newstatus & bus->hostintmask); in brcmf_sdio_dpc()
|
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 5132 int newstatus = 0; in light_write() local 5139 newstatus = 1; in light_write() 5141 newstatus = 0; in light_write() 5146 return light_set_status(newstatus); in light_write()
|