Home
last modified time | relevance | path

Searched refs:get_interface (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_cpp.h342 int (*get_interface)(struct device *dev); member
Dnfp_cppcore.c1182 ifc = ops->get_interface(parent); in nfp_cpp_from_operations()
Dnfp6000_pcie.c1283 .get_interface = nfp6000_get_interface,
/linux-6.12.1/drivers/tty/
Dsynclink_gt.c460 static int get_interface(struct slgt_info *info, int __user *if_mode);
1020 ret = get_interface(info, argp); in ioctl()
2761 static int get_interface(struct slgt_info *info, int __user *if_mode) in get_interface() function