Home
last modified time | relevance | path

Searched full:_sync (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/mtd/chips/
H A Dmap_absent.c62 mtd->_sync = map_absent_sync; in map_absent_probe()
H A Dmap_rom.c61 mtd->_sync = maprom_nop; in map_rom_probe()
H A Dmap_ram.c73 mtd->_sync = mapram_nop; in map_ram_probe()
H A Dcfi_cmdset_0020.c233 mtd->_sync = cfi_staa_sync; in cfi_staa_setup()
H A Dcfi_cmdset_0001.c514 mtd->_sync = cfi_intelext_sync; in cfi_cmdset_0001()
H A Dcfi_cmdset_0002.c617 mtd->_sync = cfi_amdstd_sync; in cfi_cmdset_0002()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c72 part->mtd._sync = ef4_mtd_sync; in ef4_mtd_add()
/linux/drivers/net/ethernet/sfc/siena/
H A Dmtd.c75 part->mtd._sync = efx_mtd_sync; in efx_siena_mtd_add()
/linux/drivers/net/ethernet/sfc/
H A Dmtd.c75 part->mtd._sync = efx_mtd_sync; in efx_mtd_add()
/linux/include/linux/mtd/
H A Dmtd.h347 void (*_sync) (struct mtd_info *mtd); member
535 if (master->_sync) in mtd_sync()
536 master->_sync(master); in mtd_sync()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c2124 * idpf_addr_sync - Callback for dev_(mc|uc)_sync to add address
2128 * Called by __dev_(mc|uc)_sync when an address needs to be added. We call
2129 * __dev_(uc|mc)_sync from .set_rx_mode. Kernel takes addr_list_lock spinlock
2144 * idpf_addr_unsync - Callback for dev_(mc|uc)_sync to remove address
2148 * Called by __dev_(mc|uc)_sync when an address needs to be added. We call
2149 * __dev_(uc|mc)_sync from .set_rx_mode. Kernel takes addr_list_lock spinlock
/linux/drivers/gpio/
H A Dgpiolib-acpi-quirks.c130 /* We must use _sync so that this runs after the first deferred_probe run */
/linux/arch/mips/include/asm/
H A Duasm.h174 Ip_u1(_sync);
/linux/drivers/mtd/devices/
H A Dblock2mtd.c322 dev->mtd._sync = block2mtd_sync; in add_device()
/linux/arch/mips/mm/
H A Duasm.c372 I_u1(_sync)
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c1076 * iavf_addr_sync - Callback for dev_(mc|uc)_sync to add address
1080 * Called by __dev_(mc|uc)_sync when an address needs to be added. We call
1081 * __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 address
1098 * Called by __dev_(mc|uc)_sync when an address needs to be removed. We call
1099 * __dev_(uc|mc)_sync from .set_rx_mode and guarantee to hold the hash lock.
/linux/drivers/mtd/maps/
H A Dvmu-flash.c539 mtd_cur->_sync = vmu_flash_sync; in vmu_queryblocks()
/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c1754 /* Must not use _sync to avoid deadlock, we do that in in ath10k_debug_stop()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c2178 * i40e_addr_sync - Callback for dev_(mc|uc)_sync to add address
2182 * Called by __dev_(mc|uc)_sync when an address needs to be added. We call
2183 * __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 address
2201 * Called by __dev_(mc|uc)_sync when an address needs to be removed. We call
2202 * __dev_(uc|mc)_sync from .set_rx_mode and guarantee to hold the hash lock.
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3964 mtd->_sync = onenand_sync; in onenand_scan()
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c6433 mtd->_sync = nand_sync; in nand_scan_tail()
/linux/kernel/
H A Dworkqueue.c4605 * Undo disable_work[_sync]() by decrementing @work's disable count. @work can