| /include/linux/can/ |
| A D | dev.h | 177 struct net_device *alloc_candev_mqs(int sizeof_priv, unsigned int echo_skb_max, 179 #define alloc_candev(sizeof_priv, echo_skb_max) \ argument 180 alloc_candev_mqs(sizeof_priv, echo_skb_max, 1, 1) 181 #define alloc_candev_mq(sizeof_priv, echo_skb_max, count) \ argument 182 alloc_candev_mqs(sizeof_priv, echo_skb_max, count, count)
|
| /include/linux/mux/ |
| A D | driver.h | 87 unsigned int controllers, size_t sizeof_priv); 94 size_t sizeof_priv);
|
| /include/linux/ |
| A D | fcdevice.h | 25 struct net_device *alloc_fcdev(int sizeof_priv);
|
| A D | fddidevice.h | 25 struct net_device *alloc_fddidev(int sizeof_priv);
|
| A D | etherdevice.h | 56 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, 58 #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 61 struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv, 64 #define devm_alloc_etherdev(dev, sizeof_priv) devm_alloc_etherdev_mqs(dev, sizeof_priv, 1, 1) argument
|
| A D | hippidevice.h | 37 struct net_device *alloc_hippi_dev(int sizeof_priv);
|
| A D | pwm.h | 481 struct pwm_chip *pwmchip_alloc(struct device *parent, unsigned int npwm, size_t sizeof_priv); 482 struct pwm_chip *devm_pwmchip_alloc(struct device *parent, unsigned int npwm, size_t sizeof_priv); 556 size_t sizeof_priv) in pwmchip_alloc() argument 563 size_t sizeof_priv) in devm_pwmchip_alloc() argument 565 return pwmchip_alloc(parent, npwm, sizeof_priv); in devm_pwmchip_alloc()
|
| A D | i2c-mux.h | 37 int sizeof_priv, u32 flags,
|
| A D | counter.h | 404 struct counter_device *counter_alloc(size_t sizeof_priv); 410 size_t sizeof_priv);
|
| A D | netdevice.h | 4838 struct net_device *alloc_netdev_dummy(int sizeof_priv); 4841 struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name, 4845 #define alloc_netdev(sizeof_priv, name, name_assign_type, setup) \ argument 4846 alloc_netdev_mqs(sizeof_priv, name, name_assign_type, setup, 1, 1) 4848 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \ argument 4849 alloc_netdev_mqs(sizeof_priv, name, name_assign_type, setup, count, \
|
| A D | phy.h | 445 struct mii_bus *devm_mdiobus_alloc_size(struct device *dev, int sizeof_priv);
|
| /include/linux/iio/ |
| A D | iio.h | 819 struct iio_dev *iio_device_alloc(struct device *parent, int sizeof_priv); 828 struct iio_dev *devm_iio_device_alloc(struct device *parent, int sizeof_priv);
|
| /include/net/ |
| A D | cfg80211.h | 6089 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, 6105 int sizeof_priv) in wiphy_new() argument 6107 return wiphy_new_nm(ops, sizeof_priv, NULL); in wiphy_new()
|
| /include/net/bluetooth/ |
| A D | hci_core.h | 1702 struct hci_dev *hci_alloc_dev_priv(int sizeof_priv);
|
| /include/rdma/ |
| A D | ib_verbs.h | 2289 size_t sizeof_priv; member
|