Searched refs:sync_start (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/oprofile/ |
| H A D | oprof.c | 58 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 D | buffer_sync.h | 14 int sync_start(void);
|
| H A D | buffer_sync.c | 154 int sync_start(void) in sync_start() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/oprofile/ |
| H A D | common.c | 200 ops->sync_start = model->sync_start; in oprofile_arch_init()
|
| H A D | op_model_cell.c | 1706 .sync_start = cell_sync_start,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | oprofile_impl.h | 52 int (*sync_start)(void); member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | oprofile.h | 67 int (*sync_start)(void); member
|
| /OK3568_Linux_fs/kernel/drivers/block/rsxx/ |
| H A D | core.c | 41 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 D | dp_catalog.h | 66 u32 sync_start; member
|
| H A D | dp_panel.c | 387 catalog->sync_start = data; in dp_panel_timing_cfg()
|
| H A D | dp_catalog.c | 739 dp_catalog->sync_start); in dp_catalog_panel_timing_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw_reset.c | 46 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 D | aw883xx.c | 705 static void aw883xx_start(struct aw883xx *aw883xx, bool sync_start) in aw883xx_start() argument 727 if (sync_start == AW_SYNC_START) in aw883xx_start()
|