Home
last modified time | relevance | path

Searched defs:to_peer (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Ddevice_node.h105 static inline struct hmdfs_peer *to_peer(struct kobject *x) in to_peer() function
/kernel/linux/linux-5.10/drivers/staging/fwserial/
Dfwserial.h106 #define to_peer(ptr, field) (container_of(ptr, struct fwtty_peer, field)) macro