Searched refs:get_interface (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cpp.h | 321 * @get_interface: Return CPP interface 346 int (*get_interface)(struct device *dev); member
|
H A D | nfp_cppcore.c | 1183 ifc = ops->get_interface(parent); in nfp_cpp_from_operations()
|
H A D | nfp6000_pcie.c | 1287 .get_interface = nfp6000_get_interface,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cpp.h | 317 * @get_interface: Return CPP interface 342 int (*get_interface)(struct device *dev); member
|
H A D | nfp_cppcore.c | 1182 ifc = ops->get_interface(parent); in nfp_cpp_from_operations()
|
H A D | nfp6000_pcie.c | 1283 .get_interface = nfp6000_get_interface,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink_gt.c | 464 static int get_interface(struct slgt_info *info, int __user *if_mode); 1029 ret = get_interface(info, argp); in ioctl() 2777 static int get_interface(struct slgt_info *info, int __user *if_mode) in get_interface() function 2779 DBGINFO(("%s get_interface=%x\n", info->device_name, info->if_mode)); in get_interface()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | synclink_gt.c | 459 static int get_interface(struct slgt_info *info, int __user *if_mode); 1019 ret = get_interface(info, argp); in ioctl() 2760 static int get_interface(struct slgt_info *info, int __user *if_mode) in get_interface() function 2762 DBGINFO(("%s get_interface=%x\n", info->device_name, info->if_mode)); in get_interface()
|
/kernel/linux/linux-5.10/drivers/char/pcmcia/ |
H A D | synclink_cs.c | 1854 static int get_interface(MGSLPC_INFO * info, int __user *if_mode) in get_interface() function 1858 printk("get_interface(%s)=%d\n", info->device_name, info->if_mode); in get_interface() 2255 return get_interface(info, argp); in mgslpc_ioctl()
|
Completed in 27 milliseconds