Home
last modified time | relevance | path

Searched defs:sizeof_priv (Results 1 – 25 of 28) 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/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.h177 struct net_device *alloc_candev_mqs(int sizeof_priv, unsigned int echo_skb_max, argument
175 alloc_candev(sizeof_priv,echo_skb_max) global() 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.c116 int sizeof_priv; member
/linux/include/linux/
H A Dpwm.h551 size_t sizeof_priv) in pwmchip_alloc()
558 size_t sizeof_priv) in devm_pwmchip_alloc()
H A Dnetdevice.h4837 #define alloc_netdev(sizeof_priv, name, name_assign_type, setup) \ argument
4840 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \ argument
/linux/net/ethernet/
H A Deth.c381 alloc_etherdev_mqs(int sizeof_priv,unsigned int txqs,unsigned int rxqs) alloc_etherdev_mqs() argument
/linux/drivers/net/can/sja1000/
H A Dsja1000.c656 struct net_device *alloc_sja1000dev(int sizeof_priv) in alloc_sja1000dev()
/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/cc770/
H A Dcc770.c799 struct net_device *alloc_cc770dev(int sizeof_priv) in alloc_cc770dev()
/linux/drivers/pwm/
H A Dcore.c1608 struct pwm_chip *pwmchip_alloc(struct device *parent, unsigned int npwm, size_t sizeof_priv) in pwmchip_alloc()
1651 struct pwm_chip *devm_pwmchip_alloc(struct device *parent, unsigned int npwm, size_t sizeof_priv) in devm_pwmchip_alloc()
/linux/drivers/iio/
H A Dindustrialio-core.c1665 struct iio_dev *iio_device_alloc(struct device *parent, int sizeof_priv) in iio_device_alloc()
1745 struct iio_dev *devm_iio_device_alloc(struct device *parent, int sizeof_priv) in devm_iio_device_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/can/m_can/
H A Dm_can.c2347 int sizeof_priv) in m_can_class_allocate_dev()
/linux/net/bluetooth/
H A Dhci_core.c2439 struct hci_dev *hci_alloc_dev_priv(int sizeof_priv) in hci_alloc_dev_priv()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c3555 int enetc_pci_probe(struct pci_dev *pdev, const char *name, int sizeof_priv) in enetc_pci_probe()

12