Home
last modified time | relevance | path

Searched refs:need_update (Results 1 – 12 of 12) sorted by relevance

/drivers/nfc/s3fwrn5/
Dcore.c36 bool need_update; in s3fwrn5_firmware_update() local
50 need_update = s3fwrn5_fw_check_version(&info->fw_info, in s3fwrn5_firmware_update()
52 if (!need_update) in s3fwrn5_firmware_update()
/drivers/net/wireless/iwlwifi/dvm/
Dlib.c583 bool need_update = false; in iwlagn_set_kill_msk() local
603 need_update = true; in iwlagn_set_kill_msk()
605 return need_update; in iwlagn_set_kill_msk()
620 bool need_update = false; in iwlagn_fill_txpower_mode() local
633 return need_update; in iwlagn_fill_txpower_mode()
645 need_update = true; in iwlagn_fill_txpower_mode()
656 need_update = true; in iwlagn_fill_txpower_mode()
659 return need_update; in iwlagn_fill_txpower_mode()
/drivers/cpufreq/
Dcpufreq-dt.c202 bool need_update = false; in cpufreq_init() local
226 need_update = true; in cpufreq_init()
254 if (need_update) { in cpufreq_init()
/drivers/net/wireless/iwlwifi/pcie/
Dinternal.h121 bool need_update; member
277 bool need_update; member
Drx.c198 rxq->need_update = true; in iwl_pcie_rxq_inc_wr_ptr()
214 if (!rxq->need_update) in iwl_pcie_rxq_check_wrptr()
218 rxq->need_update = false; in iwl_pcie_rxq_check_wrptr()
Dtx.c311 txq->need_update = true; in iwl_pcie_txq_inc_wr_ptr()
333 if (trans_pcie->txq[i].need_update) { in iwl_pcie_txq_check_wrptrs()
335 trans_pcie->txq[i].need_update = false; in iwl_pcie_txq_check_wrptrs()
556 txq->need_update = false; in iwl_pcie_txq_init()
Dtrans.c1955 txq->need_update, txq->frozen, in iwl_dbgfs_tx_queue_read()
1981 rxq->need_update); in iwl_dbgfs_rx_queue_read()
/drivers/thermal/
Dthermal_core.c1348 atomic_set(&tz->need_update, 1); in thermal_zone_bind_cooling_device()
1505 if (atomic_cmpxchg(&pos->need_update, 1, 0)) in __thermal_cooling_device_register()
1843 atomic_set(&tz->need_update, 1); in thermal_zone_device_register()
1946 if (atomic_cmpxchg(&tz->need_update, 1, 0)) in thermal_zone_device_register()
/drivers/net/wireless/iwlegacy/
Dcommon.c2579 if (q->need_update == 0) in il_rx_queue_update_write_ptr()
2604 q->need_update = 0; in il_rx_queue_update_write_ptr()
2642 rxq->need_update = 0; in il_rx_queue_alloc()
2729 if (txq->need_update == 0) in il_txq_update_write_ptr()
2756 txq->need_update = 0; in il_txq_update_write_ptr()
3061 txq->need_update = 0; in il_tx_queue_init()
3104 txq->need_update = 0; in il_tx_queue_reset()
3226 txq->need_update = 1; in il_enqueue_hcmd()
D3945-mac.c624 txq->need_update = 1; in il3945_tx_skb()
627 txq->need_update = 0; in il3945_tx_skb()
646 txq->need_update = 1; in il3945_tx_skb()
988 rxq->need_update = 1; in il3945_rx_queue_restock()
Dcommon.h171 u8 need_update; member
617 int need_update; member
D4965-mac.c226 rxq->need_update = 1; in il4965_hw_nic_init()
300 rxq->need_update = 1; in il4965_rx_queue_restock()
1861 txq->need_update = 1; in il4965_tx_skb()
1864 txq->need_update = 0; in il4965_tx_skb()
1916 txq->need_update = 1; in il4965_tx_skb()