Home
last modified time | relevance | path

Searched refs:sync_start (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Doprof.c58 if (oprofile_ops.sync_start) { in oprofile_setup()
59 int sync_ret = oprofile_ops.sync_start(); in oprofile_setup()
72 if ((err = sync_start())) in oprofile_setup()
H A Dbuffer_sync.h14 int sync_start(void);
H A Dbuffer_sync.c154 int sync_start(void) in sync_start() function
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/
H A Dcommon.c200 ops->sync_start = model->sync_start; in oprofile_arch_init()
H A Dop_model_cell.c1706 .sync_start = cell_sync_start,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Doprofile_impl.h52 int (*sync_start)(void); member
/OK3568_Linux_fs/kernel/include/linux/
H A Doprofile.h67 int (*sync_start)(void); member
/OK3568_Linux_fs/kernel/drivers/block/rsxx/
H A Dcore.c41 static unsigned int sync_start = 1; variable
42 module_param(sync_start, uint, 0444);
43 MODULE_PARM_DESC(sync_start, "On by Default: Driver load will not complete "
904 if (sync_start) { in rsxx_pci_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.h66 u32 sync_start; member
H A Ddp_panel.c387 catalog->sync_start = data; in dp_panel_timing_cfg()
H A Ddp_catalog.c739 dp_catalog->sync_start); in dp_catalog_panel_timing_cfg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c46 u8 reset_type_sel, u8 sync_resp, bool sync_start) in mlx5_reg_mfrl_set() argument
54 MLX5_SET(mfrl_reg, in, pci_sync_for_fw_update_start, sync_start); in mlx5_reg_mfrl_set()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.c705 static void aw883xx_start(struct aw883xx *aw883xx, bool sync_start) in aw883xx_start() argument
727 if (sync_start == AW_SYNC_START) in aw883xx_start()