Home
last modified time | relevance | path

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

12

/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/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c51 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv()
68 struct net_device *rtw_alloc_etherdev(int sizeof_priv) in rtw_alloc_etherdev()
/linux/include/linux/
H A 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/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()
/linux/include/linux/can/
H A Ddev.h179 #define alloc_candev(sizeof_priv, echo_skb_max) \ argument
181 #define alloc_candev_mq(sizeof_priv, echo_skb_max, count) \ 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/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/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.c116 int sizeof_priv; member
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c107 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw()
/linux/drivers/net/can/dev/
H A Ddev.c253 struct net_device *alloc_candev_mqs(int sizeof_priv, unsigned int echo_skb_max, in alloc_candev_mqs()
/linux/drivers/net/can/sja1000/
H A Dsja1000.c656 struct net_device *alloc_sja1000dev(int sizeof_priv) in alloc_sja1000dev()
/linux/drivers/iio/multiplexer/
H A Diio-mux.c346 int sizeof_priv; in mux_probe() local
/linux/drivers/iio/afe/
H A Diio-rescale.c528 int sizeof_priv; in rescale_probe() local
/linux/drivers/i2c/
H A Di2c-mux.c228 int sizeof_priv, u32 flags, in i2c_mux_alloc()
/linux/net/ethernet/
H A Deth.c379 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
/linux/drivers/net/can/cc770/
H A Dcc770.c799 struct net_device *alloc_cc770dev(int sizeof_priv) in alloc_cc770dev()
/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c796 struct net_device *alloc_peak_canfd_dev(int sizeof_priv, int index, in alloc_peak_canfd_dev()
/linux/drivers/iio/
H A Dindustrialio-core.c1669 struct iio_dev *iio_device_alloc(struct device *parent, int sizeof_priv) in iio_device_alloc()
1749 struct iio_dev *devm_iio_device_alloc(struct device *parent, int sizeof_priv) in devm_iio_device_alloc()
/linux/drivers/pwm/
H A Dcore.c1610 struct pwm_chip *pwmchip_alloc(struct device *parent, unsigned int npwm, size_t sizeof_priv) in pwmchip_alloc()
1653 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.c443 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c2088 size_t sizeof_priv) in hns_dsaf_alloc_dev()

12