Searched full:_sync (Results 1 – 22 of 22) sorted by relevance
62 mtd->_sync = map_absent_sync; in map_absent_probe()
61 mtd->_sync = maprom_nop; in map_rom_probe()
73 mtd->_sync = mapram_nop; in map_ram_probe()
233 mtd->_sync = cfi_staa_sync; in cfi_staa_setup()
514 mtd->_sync = cfi_intelext_sync; in cfi_cmdset_0001()
617 mtd->_sync = cfi_amdstd_sync; in cfi_cmdset_0002()
72 part->mtd._sync = ef4_mtd_sync; in ef4_mtd_add()
75 part->mtd._sync = efx_mtd_sync; in efx_siena_mtd_add()
75 part->mtd._sync = efx_mtd_sync; in efx_mtd_add()
347 void (*_sync) (struct mtd_info *mtd); member535 if (master->_sync) in mtd_sync()536 master->_sync(master); in mtd_sync()
2124 * idpf_addr_sync - Callback for dev_(mc|uc)_sync to add address2128 * Called by __dev_(mc|uc)_sync when an address needs to be added. We call2129 * __dev_(uc|mc)_sync from .set_rx_mode. Kernel takes addr_list_lock spinlock2144 * idpf_addr_unsync - Callback for dev_(mc|uc)_sync to remove address2148 * Called by __dev_(mc|uc)_sync when an address needs to be added. We call2149 * __dev_(uc|mc)_sync from .set_rx_mode. Kernel takes addr_list_lock spinlock
130 /* We must use _sync so that this runs after the first deferred_probe run */
174 Ip_u1(_sync);
322 dev->mtd._sync = block2mtd_sync; in add_device()
372 I_u1(_sync)
1076 * iavf_addr_sync - Callback for dev_(mc|uc)_sync to add address1080 * Called by __dev_(mc|uc)_sync when an address needs to be added. We call1081 * __dev_(uc|mc)_sync from .set_rx_mode and guarantee to hold the hash lock.1094 * iavf_addr_unsync - Callback for dev_(mc|uc)_sync to remove address1098 * Called by __dev_(mc|uc)_sync when an address needs to be removed. We call1099 * __dev_(uc|mc)_sync from .set_rx_mode and guarantee to hold the hash lock.
539 mtd_cur->_sync = vmu_flash_sync; in vmu_queryblocks()
1754 /* Must not use _sync to avoid deadlock, we do that in in ath10k_debug_stop()
2178 * i40e_addr_sync - Callback for dev_(mc|uc)_sync to add address2182 * Called by __dev_(mc|uc)_sync when an address needs to be added. We call2183 * __dev_(uc|mc)_sync from .set_rx_mode and guarantee to hold the hash lock.2197 * i40e_addr_unsync - Callback for dev_(mc|uc)_sync to remove address2201 * Called by __dev_(mc|uc)_sync when an address needs to be removed. We call2202 * __dev_(uc|mc)_sync from .set_rx_mode and guarantee to hold the hash lock.
3964 mtd->_sync = onenand_sync; in onenand_scan()
6433 mtd->_sync = nand_sync; in nand_scan_tail()
4605 * Undo disable_work[_sync]() by decrementing @work's disable count. @work can