Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dosdep_service.c48 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, in rtw_alloc_etherdev_with_old_priv()
66 struct net_device *rtw_alloc_etherdev(int sizeof_priv) in rtw_alloc_etherdev()
/Linux-v6.1/drivers/counter/
Dcounter-core.c87 struct counter_device *counter_alloc(size_t sizeof_priv) in counter_alloc()
211 struct counter_device *devm_counter_alloc(struct device *dev, size_t sizeof_priv) in devm_counter_alloc()
/Linux-v6.1/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c52 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv()
69 struct net_device *rtw_alloc_etherdev(int sizeof_priv) in rtw_alloc_etherdev()
/Linux-v6.1/include/linux/
Detherdevice.h58 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) argument
59 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) argument
64 #define devm_alloc_etherdev(dev, sizeof_priv) devm_alloc_etherdev_mqs(dev, sizeof_priv, 1, 1) argument
/Linux-v6.1/net/appletalk/
Ddev.c41 struct net_device *alloc_ltalkdev(int sizeof_priv) in alloc_ltalkdev()
/Linux-v6.1/net/802/
Dfc.c102 struct net_device *alloc_fcdev(int sizeof_priv) in alloc_fcdev()
Dfddi.c171 struct net_device *alloc_fddidev(int sizeof_priv) in alloc_fddidev()
Dhippi.c187 struct net_device *alloc_hippi_dev(int sizeof_priv) in alloc_hippi_dev()
/Linux-v6.1/include/linux/can/
Ddev.h175 #define alloc_candev(sizeof_priv, echo_skb_max) \ argument
177 #define alloc_candev_mq(sizeof_priv, echo_skb_max, count) \ argument
/Linux-v6.1/drivers/staging/rtl8192e/
Drtllib_module.c72 struct net_device *alloc_rtllib(int sizeof_priv) in alloc_rtllib()
/Linux-v6.1/net/
Ddevres.c21 struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv, in devm_alloc_etherdev_mqs()
/Linux-v6.1/drivers/net/phy/
Dmdio_devres.c30 struct mii_bus *devm_mdiobus_alloc_size(struct device *dev, int sizeof_priv) in devm_mdiobus_alloc_size()
/Linux-v6.1/drivers/mux/
Dcore.c95 unsigned int controllers, size_t sizeof_priv) in mux_chip_alloc()
239 size_t sizeof_priv) in devm_mux_chip_alloc()
/Linux-v6.1/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c80 struct net_device *alloc_ieee80211(int sizeof_priv) in alloc_ieee80211()
/Linux-v6.1/drivers/iio/adc/
Dadi-axi-adc.c168 size_t sizeof_priv) in adi_axi_adc_conv_register()
212 size_t sizeof_priv) in devm_adi_axi_adc_conv_register()
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h112 u32 sizeof_priv; member
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/
Dlibipw_module.c107 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw()
/Linux-v6.1/drivers/staging/r8188eu/include/
Dosdep_service.h92 u32 sizeof_priv; member
/Linux-v6.1/drivers/net/can/dev/
Ddev.c228 struct net_device *alloc_candev_mqs(int sizeof_priv, unsigned int echo_skb_max, in alloc_candev_mqs()
/Linux-v6.1/drivers/net/can/sja1000/
Dsja1000.c611 struct net_device *alloc_sja1000dev(int sizeof_priv) in alloc_sja1000dev()
/Linux-v6.1/net/ethernet/
Deth.c391 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
/Linux-v6.1/drivers/iio/afe/
Diio-rescale.c517 int sizeof_priv; in rescale_probe() local
/Linux-v6.1/drivers/iio/multiplexer/
Diio-mux.c339 int sizeof_priv; in mux_probe() local
/Linux-v6.1/drivers/i2c/
Di2c-mux.c241 int sizeof_priv, u32 flags, in i2c_mux_alloc()
/Linux-v6.1/drivers/net/can/cc770/
Dcc770.c799 struct net_device *alloc_cc770dev(int sizeof_priv) in alloc_cc770dev()

12