Home
last modified time | relevance | path

Searched defs:intf (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c42 struct mlx4_interface *intf; member
50 static void mlx4_add_device(struct mlx4_interface *intf, struct mlx4_priv *priv) in mlx4_add_device()
74 static void mlx4_remove_device(struct mlx4_interface *intf, struct mlx4_priv *priv) in mlx4_remove_device()
90 int mlx4_register_interface(struct mlx4_interface *intf) in mlx4_register_interface()
115 void mlx4_unregister_interface(struct mlx4_interface *intf) in mlx4_unregister_interface()
201 struct mlx4_interface *intf; in mlx4_register_device() local
219 struct mlx4_interface *intf; in mlx4_unregister_device() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb.c28 static int mt76x2u_probe(struct usb_interface *intf, in mt76x2u_probe()
88 static void mt76x2u_disconnect(struct usb_interface *intf) in mt76x2u_disconnect()
102 static int __maybe_unused mt76x2u_suspend(struct usb_interface *intf, in mt76x2u_suspend()
112 static int __maybe_unused mt76x2u_resume(struct usb_interface *intf) in mt76x2u_resume()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c254 static int mt7921u_suspend(struct usb_interface *intf, pm_message_t state) in mt7921u_suspend()
281 static int mt7921u_resume(struct usb_interface *intf) in mt7921u_resume()
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8723du.c20 static int rtw8723du_probe(struct usb_interface *intf, in rtw8723du_probe()
H A Drtw8821cu.c34 rtw_8821cu_probe(struct usb_interface * intf,const struct usb_device_id * id) rtw_8821cu_probe() argument
H A Drtw8822bu.c74 rtw8822bu_probe(struct usb_interface * intf,const struct usb_device_id * id) rtw8822bu_probe() argument
H A Drtw8822cu.c28 static int rtw8822cu_probe(struct usb_interface *intf, in rtw8822bu_probe() argument
H A Dusb.c766 rtw_usb_intf_init(struct rtw_dev * rtwdev,struct usb_interface * intf) rtw_usb_intf_init() argument
791 rtw_usb_intf_deinit(struct rtw_dev * rtwdev,struct usb_interface * intf) rtw_usb_intf_deinit() argument
800 rtw_usb_probe(struct usb_interface * intf,const struct usb_device_id * id) rtw_usb_probe() argument
882 rtw_usb_disconnect(struct usb_interface * intf) rtw_usb_disconnect() argument
[all...]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dusb.c242 static int mt7925u_suspend(struct usb_interface *intf, pm_message_t state) in mt7925u_suspend()
274 static int mt7925u_resume(struct usb_interface *intf) in mt7925u_resume()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dusb.c220 static int mt7663u_suspend(struct usb_interface *intf, pm_message_t state) in mt7663u_suspend()
239 static int mt7663u_resume(struct usb_interface *intf) in mt7663u_resume()
/freebsd/tests/sys/netpfil/pf/
H A Dpfsync_defer.py76 def ping(intf): argument
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_kperf.c53 int blocksize, num_blocks, intf, op, i; in main() local
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c106 struct mlx5_interface *intf; member
791 static void mlx5_add_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_add_device()
814 static void mlx5_remove_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_remove_device()
835 struct mlx5_interface *intf; in mlx5_register_device() local
850 struct mlx5_interface *intf; in mlx5_unregister_device() local
859 int mlx5_register_interface(struct mlx5_interface *intf) in mlx5_register_interface()
876 void mlx5_unregister_interface(struct mlx5_interface *intf) in mlx5_unregister_interface()
/freebsd/sys/dev/xen/console/
H A Dxen_console.c122 struct xencons_interface *intf; member
323 struct xencons_interface *intf; in xencons_write_ring() local
355 struct xencons_interface *intf; in xencons_read_ring() local
/freebsd/usr.sbin/bhyve/
H A Dtpm_device.c37 struct tpm_intf *intf; member
/freebsd/sys/dev/oce/
H A Doce_hw.c238 pci_sli_intf_t intf; in oce_hw_pci_alloc() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1079 usb_altnum_to_altsetting(const struct usb_interface *intf, uint8_t alt_index) in usb_altnum_to_altsetting()
1122 usbd_get_intfdata(struct usb_interface *intf) in usbd_get_intfdata()
1262 usb_set_intfdata(struct usb_interface *intf, void *data) in usb_set_intfdata()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h315 #define interface_to_usbdev(intf) (intf)->linux_udev argument
316 #define interface_to_bsddev(intf) (intf)->linux_udev argument
/freebsd/crypto/krb5/src/kadmin/server/
H A Dauth.c69 const int intf = PLUGIN_INTERFACE_KADM5_AUTH; in auth_init() local
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dusb.c293 mt76u_set_endpoints(struct usb_interface *intf, in mt76u_set_endpoints()
1074 int __mt76u_init(struct mt76_dev *dev, struct usb_interface *intf, in __mt76u_init()
1120 int mt76u_init(struct mt76_dev *dev, struct usb_interface *intf) in mt76u_init()
/freebsd/sys/contrib/zlib/
H A Dzconf.h166 # define intf z_intf macro
416 typedef int FAR intf; typedef
H A Dzconf.h.in155 # define intf z_intf macro
405 typedef int FAR intf; typedef
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dhostrealm.c73 const int intf = PLUGIN_INTERFACE_HOSTREALM; in get_modules() local
H A Dlocalauth.c109 const int intf = PLUGIN_INTERFACE_LOCALAUTH; in get_modules() local
/freebsd/sys/dev/cxgb/
H A Dcxgb_ioctl.h162 uint32_t intf:4; member

12