Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/include/linux/
H A Detherdevice.h51 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) argument
52 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) argument
57 #define devm_alloc_etherdev(dev, sizeof_priv) devm_alloc_etherdev_mqs(dev, sizeof_priv, 1, 1) argument
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c63 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv()
80 struct net_device *rtw_alloc_etherdev(int sizeof_priv) in rtw_alloc_etherdev()
/OK3568_Linux_fs/kernel/net/appletalk/
H A Ddev.c41 struct net_device *alloc_ltalkdev(int sizeof_priv) in alloc_ltalkdev()
/OK3568_Linux_fs/kernel/net/802/
H A Dfc.c102 struct net_device *alloc_fcdev(int sizeof_priv) in alloc_fcdev()
H A Dfddi.c171 struct net_device *alloc_fddidev(int sizeof_priv) in alloc_fddidev()
H A Dhippi.c187 struct net_device *alloc_hippi_dev(int sizeof_priv) in alloc_hippi_dev()
/OK3568_Linux_fs/kernel/drivers/mux/
H A Dcore.c80 unsigned int controllers, size_t sizeof_priv) in mux_chip_alloc()
221 size_t sizeof_priv) in devm_mux_chip_alloc()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_module.c72 struct net_device *alloc_rtllib(int sizeof_priv) in alloc_rtllib()
/OK3568_Linux_fs/kernel/include/linux/can/
H A Ddev.h197 #define alloc_candev(sizeof_priv, echo_skb_max) \ argument
199 #define alloc_candev_mq(sizeof_priv, echo_skb_max, count) \ argument
/OK3568_Linux_fs/kernel/net/
H A Ddevres.c21 struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv, in devm_alloc_etherdev_mqs()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmdio_devres.c30 struct mii_bus *devm_mdiobus_alloc_size(struct device *dev, int sizeof_priv) in devm_mdiobus_alloc_size()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c80 struct net_device *alloc_ieee80211(int sizeof_priv) in alloc_ieee80211()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dadi-axi-adc.c175 size_t sizeof_priv) in adi_axi_adc_conv_register()
219 size_t sizeof_priv) in devm_adi_axi_adc_conv_register()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c107 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h137 u32 sizeof_priv; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/
H A Dosdep_service_linux.c703 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv()
724 struct net_device *rtw_alloc_etherdev(int sizeof_priv) in rtw_alloc_etherdev()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/
H A Dosdep_service_linux.c703 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv()
724 struct net_device *rtw_alloc_etherdev(int sizeof_priv) in rtw_alloc_etherdev()
/OK3568_Linux_fs/kernel/drivers/iio/afe/
H A Diio-rescale.c274 int sizeof_priv; in rescale_probe() local
/OK3568_Linux_fs/kernel/net/ethernet/
H A Deth.c395 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dkcs_bmc.c426 struct kcs_bmc *kcs_bmc_alloc(struct device *dev, int sizeof_priv, u32 channel) in kcs_bmc_alloc()
/OK3568_Linux_fs/kernel/drivers/net/can/sja1000/
H A Dsja1000.c619 struct net_device *alloc_sja1000dev(int sizeof_priv) in alloc_sja1000dev()
/OK3568_Linux_fs/kernel/drivers/iio/multiplexer/
H A Diio-mux.c349 int sizeof_priv; in mux_probe() local
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-mux.c241 int sizeof_priv, u32 flags, in i2c_mux_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dosdep_service_linux.h419 u32 sizeof_priv; member
/OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c756 struct net_device *alloc_peak_canfd_dev(int sizeof_priv, int index, in alloc_peak_canfd_dev()

123