Home
last modified time | relevance | path

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

12

/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()
212 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.h4949 #define alloc_netdev(sizeof_priv, name, name_assign_type, setup) \ argument
4952 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \ 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 struct net_device *alloc_fddidev(int sizeof_priv) in alloc_fddidev()
H A Dhippi.c
/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/mux/
H A Dcore.c93 unsigned int controllers, size_t sizeof_priv) in mux_chip_alloc()
236 size_t sizeof_priv) in devm_mux_chip_alloc()
/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/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/drivers/i2c/
H A Di2c-mux.c228 int sizeof_priv, u32 flags, in i2c_mux_alloc()
/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 struct iio_dev *iio_device_alloc(struct device *parent, int sizeof_priv) in iio_device_alloc()
1761 struct iio_dev *devm_iio_device_alloc(struct device *parent, int sizeof_priv) in devm_iio_device_alloc()
/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.c448 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm()
/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.c2438 struct hci_dev *hci_alloc_dev_priv(int sizeof_priv) in hci_alloc_dev_priv()

12