Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ctxfi/
Dcttimer.c44 unsigned int need_update:1; member
210 ti->need_update = 1; in ct_xfitimer_reprogram()
219 if (ti->need_update && !can_update) in ct_xfitimer_reprogram()
240 if (ti->running && ti->need_update) { in ct_xfitimer_check_period()
241 ti->need_update = 0; in ct_xfitimer_check_period()
271 ti->need_update = 0; in ct_xfitimer_prepare()
302 ti->need_update = 0; in ct_xfitimer_start()
/linux-4.4.14/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()
/linux-4.4.14/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()
/linux-4.4.14/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()
/linux-4.4.14/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()
/linux-4.4.14/include/linux/
Dthermal.h203 atomic_t need_update; member
/linux-4.4.14/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()
/linux-4.4.14/net/batman-adv/
Dbat_iv_ogm.c1288 int need_update = 0; in batadv_iv_ogm_update_seqnos() local
1342 need_update |= batadv_bit_get_packet(bat_priv, bitmap, in batadv_iv_ogm_update_seqnos()
1352 if (need_update) { in batadv_iv_ogm_update_seqnos()
/linux-4.4.14/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()
/linux-4.4.14/mm/
Dvmstat.c1424 static bool need_update(int cpu) in need_update() function
1461 if (need_update(cpu) && in vmstat_shepherd()
/linux-4.4.14/fs/f2fs/
Dnode.c233 bool need_update = true; in need_inode_block_update() local
240 need_update = false; in need_inode_block_update()
242 return need_update; in need_inode_block_update()