Searched refs:tasks (Results 1 – 14 of 14) sorted by relevance
/drivers/isdn/hardware/eicon/ |
D | os_4bri.c | 154 int tasks = _4bri_is_rev_2_bri_card(a->CardOrdinal) ? 1 : MQ_INSTANCE_COUNT; in diva_4bri_init_card() local 155 int factor = (tasks == 1) ? 1 : 2; in diva_4bri_init_card() 169 bar_length[2], tasks, factor)) in diva_4bri_init_card() 260 if (tasks > 1) { in diva_4bri_init_card() 301 for (i = 0; i < (tasks - 1); i++) { in diva_4bri_init_card() 314 for (i = 0; i < tasks; i++) { in diva_4bri_init_card() 316 adapter_list[i]->xdi_adapter.tasks = tasks; in diva_4bri_init_card() 321 for (i = 0; i < tasks; i++) { in diva_4bri_init_card() 346 for (i = 1; i < (tasks - 1); i++) { in diva_4bri_init_card() 357 for (i = 1; i < (tasks - 1); i++) { in diva_4bri_init_card() [all …]
|
D | s_4bri.c | 52 int factor = (IoAdapter->tasks == 1) ? 1 : 2; in qBri_cpu_trapped() 394 for (i = 0; i < IoAdapter->tasks; ++i) in qBri_ISR() 468 if (!IoAdapter->tasks) { in set_qBri_functions() 469 IoAdapter->tasks = MQ_INSTANCE_COUNT; in set_qBri_functions() 477 if (!IoAdapter->tasks) { in set_qBri2_functions() 478 IoAdapter->tasks = MQ_INSTANCE_COUNT; in set_qBri2_functions() 480 IoAdapter->MemorySize = (IoAdapter->tasks == 1) ? BRI2_MEMORY_SIZE : MQ2_MEMORY_SIZE; in set_qBri2_functions() 497 if (!IoAdapter->tasks) { in prepare_qBri2_functions() 498 IoAdapter->tasks = MQ_INSTANCE_COUNT; in prepare_qBri2_functions() 502 if (IoAdapter->tasks > 1) { in prepare_qBri2_functions()
|
D | io.h | 220 dword tasks; member
|
/drivers/gpu/drm/ |
D | drm_flip_work.c | 114 struct list_head tasks; in flip_worker() local 120 INIT_LIST_HEAD(&tasks); in flip_worker() 122 list_splice_tail(&work->commited, &tasks); in flip_worker() 126 if (list_empty(&tasks)) in flip_worker() 129 list_for_each_entry_safe(task, tmp, &tasks, node) { in flip_worker()
|
/drivers/dma/bestcomm/ |
D | Kconfig | 29 This option enables the support for the FEC tasks. 35 This option enables the support for the GenBD tasks.
|
/drivers/oprofile/ |
D | buffer_sync.c | 60 list_add(&task->tasks, &dying_tasks); in task_free_notify() 447 list_for_each_entry_safe(task, ttask, &local_dead_tasks, tasks) { in process_task_mortuary() 448 list_del(&task->tasks); in process_task_mortuary()
|
/drivers/gpu/drm/amd/powerplay/inc/ |
D | smu_ucode_xfer_cz.h | 124 SMU_Task tasks[1]; member
|
/drivers/net/ethernet/freescale/fman/ |
D | fman_port.c | 447 struct fman_port_rsrc tasks; member 1295 port->tasks.num = in fman_port_config() 1298 port->tasks.extra = in fman_port_config() 1388 params.num_of_tasks = (u8)port->tasks.num; in fman_port_init() 1389 params.num_of_extra_tasks = (u8)port->tasks.extra; in fman_port_init()
|
D | fman.c | 1644 u8 tasks = *num_of_tasks; in set_num_of_tasks() local 1653 if ((fman->state->accumulated_num_of_tasks + tasks) > in set_num_of_tasks() 1661 fman->state->accumulated_num_of_tasks += tasks; in set_num_of_tasks() 1666 tmp |= ((u32)((tasks - 1) << BMI_NUM_OF_TASKS_SHIFT) | in set_num_of_tasks()
|
/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | cz_smumgr.c | 398 struct SMU_Task *task = &toc->tasks[cz_smu->toc_entry_used_count++]; in cz_smu_populate_single_scratch_task() 435 struct SMU_Task *task = &toc->tasks[cz_smu->toc_entry_used_count++]; in cz_smu_populate_single_ucode_load_task()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | cz_smc.c | 503 struct SMU_Task *task = &toc->tasks[priv->toc_entry_used_count++]; in cz_smu_populate_single_ucode_load_task() 532 struct SMU_Task *task = &toc->tasks[priv->toc_entry_used_count++]; in cz_smu_populate_single_scratch_task()
|
/drivers/dma/ |
D | pl330.c | 487 struct tasklet_struct tasks; member 1665 tasklet_schedule(&pl330->tasks); in pl330_update() 1921 tasklet_init(&pl330->tasks, pl330_dotask, (unsigned long) pl330); in pl330_add() 1949 tasklet_kill(&pl330->tasks); in pl330_del()
|
/drivers/scsi/ |
D | Kconfig | 882 you will still be able to use the parallel port for other tasks, 909 you will still be able to use the parallel port for other tasks,
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 506 * perform the tasks of accessing a serial eeprom, testing termination
|