Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c23 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv()
40 struct net_device *rtw_alloc_etherdev(int sizeof_priv) in rtw_alloc_etherdev()
/linux/drivers/counter/
H A Dcounter-core.c88 struct counter_device *counter_alloc(size_t sizeof_priv) in counter_alloc()
213 struct counter_device *devm_counter_alloc(struct device *dev, size_t sizeof_priv) in devm_counter_alloc()
/linux/include/linux/
H A Detherdevice.h59 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) argument
60 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) argument
65 #define devm_alloc_etherdev(dev, sizeof_priv) devm_alloc_etherdev_mqs(dev, sizeof_priv, 1, 1) argument
H A Dnetdevice.h4984 alloc_netdev(sizeof_priv,name,name_assign_type,setup) global() argument
4987 alloc_netdev_mq(sizeof_priv,name,name_assign_type,setup,count) global() argument
/linux/include/linux/can/
H A Ddev.h107 #define alloc_candev(sizeof_priv, echo_skb_max) \ argument
109 #define alloc_candev_mq(sizeof_priv, echo_skb_max, count) \ argument
/linux/net/802/
H A Dfc.c102 struct net_device *alloc_fcdev(int sizeof_priv) in alloc_fcdev()
H A Dfddi.c171 alloc_fddidev(int sizeof_priv) alloc_fddidev() argument
/linux/net/
H A Ddevres.c21 struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv, in devm_alloc_etherdev_mqs()
/linux/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()
/linux/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h110 u32 sizeof_priv; member
/linux/drivers/bluetooth/
H A Dhci_serdev.c305 int sizeof_priv) in hci_uart_register_device_priv()
H A Dhci_h5.c119 int sizeof_priv; member
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c106 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw()
/linux/drivers/iio/afe/
H A Diio-rescale.c528 int sizeof_priv; in rescale_probe() local
/linux/drivers/iio/multiplexer/
H A Diio-mux.c346 int sizeof_priv; in mux_probe() local
/linux/drivers/i2c/
H A Di2c-mux.c228 int sizeof_priv, u32 flags, in i2c_mux_alloc()
/linux/drivers/net/can/dev/
H A Ddev.c298 struct net_device *alloc_candev_mqs(int sizeof_priv, unsigned int echo_skb_max, in alloc_candev_mqs()
/linux/net/ethernet/
H A Deth.c376 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
/linux/drivers/iio/
H A Dindustrialio-core.c1679 iio_device_alloc(struct device * parent,int sizeof_priv) iio_device_alloc() argument
1761 devm_iio_device_alloc(struct device * parent,int sizeof_priv) devm_iio_device_alloc() argument
/linux/drivers/pwm/
H A Dcore.c1619 struct pwm_chip *pwmchip_alloc(struct device *parent, unsigned int npwm, size_t sizeof_priv) in pwmchip_alloc()
1662 struct pwm_chip *devm_pwmchip_alloc(struct device *parent, unsigned int npwm, size_t sizeof_priv) in devm_pwmchip_alloc()
/linux/net/wireless/
H A Dcore.c521 wiphy_new_nm(const struct cfg80211_ops * ops,int sizeof_priv,const char * requested_name) wiphy_new_nm() argument
/linux/drivers/net/can/m_can/
H A Dm_can.c2450 int sizeof_priv) in m_can_class_allocate_dev()
/linux/net/bluetooth/
H A Dhci_core.c2401 hci_alloc_dev_priv(int sizeof_priv) hci_alloc_dev_priv() argument
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c3631 int enetc_pci_probe(struct pci_dev *pdev, const char *name, int sizeof_priv) in enetc_pci_probe()
/linux/net/core/
H A Ddev.c12006 alloc_netdev_mqs(int sizeof_priv,const char * name,unsigned char name_assign_type,void (* setup)(struct net_device *),unsigned int txqs,unsigned int rxqs) alloc_netdev_mqs() argument
12233 alloc_netdev_dummy(int sizeof_priv) alloc_netdev_dummy() argument