Searched refs:drv_info (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c194 struct bnad_debug_info *drv_info; local
197 drv_info = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL);
198 if (!drv_info)
201 drv_info->buffer_len = sizeof(struct bnad_drvinfo);
203 drv_info->debug_buffer = kzalloc(drv_info->buffer_len, GFP_KERNEL);
204 if (!drv_info->debug_buffer) {
205 kfree(drv_info);
206 drv_info = NULL;
211 rc = bnad_get_debug_drvinfo(bnad, drv_info
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c194 u32 drv_info)
258 if (IS_AR7010_DEVICE(drv_info))
606 u32 drv_info)
619 ah->hw_version.usbdev = drv_info;
784 u16 devid, char *product, u32 drv_info)
794 error = ath9k_init_priv(priv, devid, product, drv_info);
886 u16 devid, char *product, u32 drv_info)
913 ret = ath9k_init_htc_services(priv, devid, drv_info);
917 ret = ath9k_init_device(priv, devid, product, drv_info);
193 ath9k_init_htc_services(struct ath9k_htc_priv *priv, u16 devid, u32 drv_info) argument
604 ath9k_init_priv(struct ath9k_htc_priv *priv, u16 devid, char *product, u32 drv_info) argument
783 ath9k_init_device(struct ath9k_htc_priv *priv, u16 devid, char *product, u32 drv_info) argument
885 ath9k_htc_probe_device(struct htc_target *htc_handle, struct device *dev, u16 devid, char *product, u32 drv_info) argument
H A Dhtc_hst.h215 u32 drv_info);
H A Dhtc_hst.c461 char *product, u32 drv_info)
463 if (ath9k_htc_probe_device(target, dev, devid, product, drv_info)) {
459 ath9k_htc_hw_init(struct htc_target *target, struct device *dev, u16 devid, char *product, u32 drv_info) argument
H A Dhtc.h597 u16 devid, char *product, u32 drv_info);
/drivers/staging/wlags49_h2/
H A Dmdd.h1098 hcf_32 drv_info; /*driver specific info member in struct:CFG_DRV_INFO_STRCT

Completed in 1415 milliseconds