Searched refs:logoff (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/vga/ |
D | Kconfig | 28 X isn't running and delayed switching until the next logoff. This
|
/linux-4.1.27/fs/cifs/ |
D | smb2ops.c | 1426 .logoff = SMB2_logoff, 1504 .logoff = SMB2_logoff, 1585 .logoff = SMB2_logoff,
|
D | cifsglob.h | 243 int (*logoff)(const unsigned int, struct cifs_ses *); member
|
D | smb1ops.c | 1046 .logoff = CIFSSMBLogoff,
|
D | connect.c | 2290 if (ses->status == CifsExiting && server->ops->logoff) { in cifs_put_smb_ses() 2292 rc = server->ops->logoff(xid, ses); in cifs_put_smb_ses()
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | xd.c | 35 static int xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff, 1138 u16 logoff, u8 start_page, u8 end_page) in xd_init_page() argument 1161 0xFF, (u8)(logoff >> 8)); in xd_init_page() 1162 rtsx_add_cmd(chip, WRITE_REG_CMD, XD_BLOCK_ADDR1_L, 0xFF, (u8)logoff); in xd_init_page()
|