Searched refs:priv_tmp (Results 1 – 2 of 2) sorted by relevance
565 struct dwc_pcie_rasdes_priv *priv_tmp; in dwc_pcie_rasdes_debugfs_init() local599 priv_tmp = devm_kzalloc(dev, sizeof(*priv_tmp), GFP_KERNEL); in dwc_pcie_rasdes_debugfs_init()600 if (!priv_tmp) { in dwc_pcie_rasdes_debugfs_init()605 priv_tmp->idx = i; in dwc_pcie_rasdes_debugfs_init()606 priv_tmp->pci = pci; in dwc_pcie_rasdes_debugfs_init()613 priv_tmp = devm_kzalloc(dev, sizeof(*priv_tmp), GFP_KERNEL); in dwc_pcie_rasdes_debugfs_init()614 if (!priv_tmp) { in dwc_pcie_rasdes_debugfs_init()619 priv_tmp->idx = i; in dwc_pcie_rasdes_debugfs_init()620 priv_tmp->pci = pci; in dwc_pcie_rasdes_debugfs_init()624 priv_tmp, &dwc_pcie_counter_lane_ops); in dwc_pcie_rasdes_debugfs_init()[all …]
1087 struct mwifiex_private *priv_tmp; in mwifiex_wmm_get_highest_priolist_ptr() local1104 !priv_tmp->port_open) || in mwifiex_wmm_get_highest_priolist_ptr()1109 !adapter->if_ops.is_port_ready(priv_tmp)) in mwifiex_wmm_get_highest_priolist_ptr()1113 hqp = &priv_tmp->wmm.highest_queued_prio; in mwifiex_wmm_get_highest_priolist_ptr()1116 spin_lock_bh(&priv_tmp->wmm.ra_list_spinlock); in mwifiex_wmm_get_highest_priolist_ptr()1118 tid_ptr = &(priv_tmp)->wmm. in mwifiex_wmm_get_highest_priolist_ptr()1131 spin_unlock_bh(&priv_tmp->wmm.ra_list_spinlock); in mwifiex_wmm_get_highest_priolist_ptr()1135 atomic_set(&priv_tmp->wmm.highest_queued_prio, in mwifiex_wmm_get_highest_priolist_ptr()1142 atomic_set(&priv_tmp->wmm.highest_queued_prio, in mwifiex_wmm_get_highest_priolist_ptr()1153 spin_unlock_bh(&priv_tmp->wmm.ra_list_spinlock); in mwifiex_wmm_get_highest_priolist_ptr()[all …]
Completed in 11 milliseconds