Searched defs:iwl_trans (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-pci.c268 struct iwl_trans *iwl_trans; local
271 shrd = kzalloc(sizeof(*iwl_trans->shrd), GFP_KERNEL);
280 iwl_trans = iwl_trans_idi_alloc(shrd, pdev, ent);
282 iwl_trans = iwl_trans_pcie_alloc(shrd, pdev, ent);
284 if (iwl_trans == NULL) {
289 shrd->trans = iwl_trans;
290 pci_set_drvdata(pdev, iwl_trans);
292 err = iwl_drv_start(shrd, iwl_trans, cfg);
299 iwl_trans_free(iwl_trans);
308 struct iwl_trans *iwl_trans = pci_get_drvdata(pdev); local
324 struct iwl_trans *iwl_trans = pci_get_drvdata(pdev); local
337 struct iwl_trans *iwl_trans = pci_get_drvdata(pdev); local
[all...]
H A Diwl-trans.h353 int (*start_hw)(struct iwl_trans *iwl_trans);
354 void (*stop_hw)(struct iwl_trans *iwl_trans);
355 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw);
356 void (*fw_alive)(struct iwl_trans *trans);
357 void (*stop_device)(struct iwl_trans *trans);
359 void (*wowlan_suspend)(struct iwl_trans *trans);
361 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd);
363 int (*tx)(struct iwl_trans *tran
419 struct iwl_trans { struct
[all...]

Completed in 62 milliseconds