Home
last modified time | relevance | path

Searched defs:sizeof_priv (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v4.19/include/linux/
Detherdevice.h54 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) argument
55 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) argument
60 #define devm_alloc_etherdev(dev, sizeof_priv) devm_alloc_etherdev_mqs(dev, sizeof_priv, 1, 1) argument
/Linux-v4.19/net/appletalk/
Ddev.c41 struct net_device *alloc_ltalkdev(int sizeof_priv) in alloc_ltalkdev()
/Linux-v4.19/net/802/
Dfc.c106 struct net_device *alloc_fcdev(int sizeof_priv) in alloc_fcdev()
Dfddi.c175 struct net_device *alloc_fddidev(int sizeof_priv) in alloc_fddidev()
Dhippi.c191 struct net_device *alloc_hippi_dev(int sizeof_priv) in alloc_hippi_dev()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_module.c85 struct net_device *alloc_rtllib(int sizeof_priv) in alloc_rtllib()
/Linux-v4.19/drivers/mux/
Dcore.c80 unsigned int controllers, size_t sizeof_priv) in mux_chip_alloc()
221 size_t sizeof_priv) in devm_mux_chip_alloc()
/Linux-v4.19/net/ethernet/
Deth.c388 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
401 struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv, in devm_alloc_etherdev_mqs()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c211 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv()
228 struct net_device *rtw_alloc_etherdev(int sizeof_priv) in rtw_alloc_etherdev()
/Linux-v4.19/include/linux/can/
Ddev.h148 #define alloc_candev(sizeof_priv, echo_skb_max) \ argument
150 #define alloc_candev_mq(sizeof_priv, echo_skb_max, count) \ argument
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c98 struct net_device *alloc_ieee80211(int sizeof_priv) in alloc_ieee80211()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_module.c121 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h154 u32 sizeof_priv; member
/Linux-v4.19/drivers/iio/afe/
Diio-rescale.c274 int sizeof_priv; in rescale_probe() local
/Linux-v4.19/drivers/char/ipmi/
Dkcs_bmc.c426 struct kcs_bmc *kcs_bmc_alloc(struct device *dev, int sizeof_priv, u32 channel) in kcs_bmc_alloc()
/Linux-v4.19/drivers/net/can/sja1000/
Dsja1000.c619 struct net_device *alloc_sja1000dev(int sizeof_priv) in alloc_sja1000dev()
/Linux-v4.19/drivers/iio/multiplexer/
Diio-mux.c352 int sizeof_priv; in mux_probe() local
/Linux-v4.19/drivers/i2c/
Di2c-mux.c240 int sizeof_priv, u32 flags, in i2c_mux_alloc()
/Linux-v4.19/drivers/net/phy/
Dmdio_bus.c189 struct mii_bus *devm_mdiobus_alloc_size(struct device *dev, int sizeof_priv) in devm_mdiobus_alloc_size()
/Linux-v4.19/drivers/net/can/peak_canfd/
Dpeak_canfd.c746 struct net_device *alloc_peak_canfd_dev(int sizeof_priv, int index, in alloc_peak_canfd_dev()
/Linux-v4.19/drivers/net/can/cc770/
Dcc770.c811 struct net_device *alloc_cc770dev(int sizeof_priv) in alloc_cc770dev()
/Linux-v4.19/drivers/iio/
Dindustrialio-core.c1444 struct iio_dev *iio_device_alloc(int sizeof_priv) in iio_device_alloc()
1525 struct iio_dev *devm_iio_device_alloc(struct device *dev, int sizeof_priv) in devm_iio_device_alloc()
/Linux-v4.19/net/wireless/
Dcore.c383 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm()
/Linux-v4.19/drivers/net/can/
Ddev.c704 struct net_device *alloc_candev_mqs(int sizeof_priv, unsigned int echo_skb_max, in alloc_candev_mqs()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c2019 size_t sizeof_priv) in hns_dsaf_alloc_dev()

12