Home
last modified time | relevance | path

Searched refs:newstat (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/misc/
Dphantom.c62 static int phantom_status(struct phantom_device *dev, unsigned long newstat) in phantom_status() argument
64 pr_debug("phantom_status %lx %lx\n", dev->status, newstat); in phantom_status()
66 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { in phantom_status()
71 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { in phantom_status()
76 dev->status = newstat; in phantom_status()
/linux-6.6.21/fs/
Dstat.c432 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2() argument
745 COMPAT_SYSCALL_DEFINE2(newstat, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
/linux-6.6.21/drivers/net/ethernet/broadcom/
Dtg3.c2785 static inline u32 tg3_set_function_status(struct tg3 *tp, u32 newstat) in tg3_set_function_status() argument
2797 status |= (newstat << shift); in tg3_set_function_status()