Searched defs:cstate (Results 1 - 5 of 5) sorted by relevance

/drivers/idle/
H A Dintel_idle.c105 * States are indexed by the cstate number,
200 static long get_driver_data(int cstate) argument
203 switch (cstate) {
244 unsigned int cstate; local
249 cstate = (((eax) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK) + 1;
258 if (!(lapic_timer_reliable_states & (1 << (cstate))))
279 if (!(lapic_timer_reliable_states & (1 << (cstate))))
432 int cstate; local
437 for (cstate = 1; cstate < MWAIT_MAX_NUM_CSTATE
487 int cstate; local
[all...]
/drivers/acpi/
H A Dprocessor_idle.c214 struct acpi_processor_cx *cstate) { }
708 * @cx: cstate data
213 lapic_timer_check_state(int state, struct acpi_processor *pr, struct acpi_processor_cx *cstate) argument
/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c259 enum ttm_caching_state cstate)
263 if (cstate == tt_cached)
266 if (cstate == tt_wc)
433 enum ttm_caching_state cstate, unsigned cpages)
437 switch (cstate) {
464 int ttm_flags, enum ttm_caching_state cstate,
482 int ttm_flags, enum ttm_caching_state cstate, unsigned count)
510 cstate, cpages);
513 ttm_flags, cstate,
531 cstate, cpage
258 ttm_get_pool(int flags, enum ttm_caching_state cstate) argument
432 ttm_set_pages_caching(struct page **pages, enum ttm_caching_state cstate, unsigned cpages) argument
463 ttm_handle_caching_state_failure(struct list_head *pages, int ttm_flags, enum ttm_caching_state cstate, struct page **failed_pages, unsigned cpages) argument
481 ttm_alloc_new_pages(struct list_head *pages, gfp_t gfp_flags, int ttm_flags, enum ttm_caching_state cstate, unsigned count) argument
562 ttm_page_pool_fill_locked(struct ttm_page_pool *pool, int ttm_flags, enum ttm_caching_state cstate, unsigned count, unsigned long *irq_flags) argument
621 ttm_page_pool_get_pages(struct ttm_page_pool *pool, struct list_head *pages, int ttm_flags, enum ttm_caching_state cstate, unsigned count) argument
666 ttm_put_pages(struct page **pages, unsigned npages, int flags, enum ttm_caching_state cstate) argument
718 ttm_get_pages(struct page **pages, unsigned npages, int flags, enum ttm_caching_state cstate) argument
[all...]
H A Dttm_page_alloc_dma.c357 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate) argument
363 if (cstate == tt_cached)
365 else if (cstate == tt_uncached)
/drivers/media/video/marvell-ccic/
H A Dmcam-core.c1834 enum mcam_state cstate = cam->state; local
1838 cam->state = cstate;

Completed in 151 milliseconds