Searched refs:pmode (Results 1 – 10 of 10) sorted by relevance
/drivers/cpufreq/ |
D | ppc_cbe_cpufreq_pervasive.c | 53 int cbe_cpufreq_set_pmode(int cpu, unsigned int pmode) in cbe_cpufreq_set_pmode() argument 72 out_be64(&mic_tm_regs->slow_fast_timer_0, MIC_Slow_Fast_Timer_table[pmode]); in cbe_cpufreq_set_pmode() 73 out_be64(&mic_tm_regs->slow_fast_timer_1, MIC_Slow_Fast_Timer_table[pmode]); in cbe_cpufreq_set_pmode() 75 out_be64(&mic_tm_regs->slow_next_timer_0, MIC_Slow_Next_Timer_table[pmode]); in cbe_cpufreq_set_pmode() 76 out_be64(&mic_tm_regs->slow_next_timer_1, MIC_Slow_Next_Timer_table[pmode]); in cbe_cpufreq_set_pmode() 82 value |= pmode; in cbe_cpufreq_set_pmode() 89 while (value != pmode) { in cbe_cpufreq_set_pmode()
|
D | ppc_cbe_cpufreq.h | 15 int cbe_cpufreq_set_pmode(int cpu, unsigned int pmode); 18 int cbe_cpufreq_set_pmode_pmi(int cpu, unsigned int pmode);
|
D | ppc_cbe_cpufreq_pmi.c | 49 int cbe_cpufreq_set_pmode_pmi(int cpu, unsigned int pmode) in cbe_cpufreq_set_pmode_pmi() argument 58 pmi_msg.data2 = pmode; in cbe_cpufreq_set_pmode_pmi()
|
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_intent.c | 68 int pmode; in lmv_intent_remote() local 87 pmode = it->d.lustre.it_lock_mode; in lmv_intent_remote() 88 if (pmode) { in lmv_intent_remote() 142 it->d.lustre.it_lock_mode = pmode; in lmv_intent_remote() 147 if (rc && pmode) in lmv_intent_remote() 148 ldlm_lock_decref(&plock, pmode); in lmv_intent_remote()
|
D | lmv_obd.c | 1701 int pmode; in lmv_enqueue_remote() local 1715 pmode = it->d.lustre.it_lock_mode; in lmv_enqueue_remote() 1716 LASSERT(pmode != 0); in lmv_enqueue_remote() 1743 ldlm_lock_decref(&plock, pmode); in lmv_enqueue_remote()
|
/drivers/gpu/drm/ |
D | drm_modes.c | 1170 struct drm_display_mode *pmode, *pt; in drm_mode_connector_list_update() local 1175 list_for_each_entry_safe(pmode, pt, &connector->probed_modes, in drm_mode_connector_list_update() 1180 if (drm_mode_equal(pmode, mode)) { in drm_mode_connector_list_update() 1183 mode->status = pmode->status; in drm_mode_connector_list_update() 1186 mode->type |= pmode->type; in drm_mode_connector_list_update() 1188 mode->type = pmode->type; in drm_mode_connector_list_update() 1189 list_del(&pmode->head); in drm_mode_connector_list_update() 1190 drm_mode_destroy(connector->dev, pmode); in drm_mode_connector_list_update() 1196 list_move_tail(&pmode->head, &connector->modes); in drm_mode_connector_list_update()
|
/drivers/mfd/ |
D | omap-usb-tll.c | 144 static bool is_ohci_port(enum usbhs_omap_port_mode pmode) in is_ohci_port() argument 146 switch (pmode) { in is_ohci_port()
|
D | omap-usb-host.c | 290 static bool is_ohci_port(enum usbhs_omap_port_mode pmode) in is_ohci_port() argument 292 switch (pmode) { in is_ohci_port()
|
/drivers/iio/accel/ |
D | bma180.c | 123 bool pmode; member 294 data->pmode = mode; in bma180_set_pmode() 553 return data->pmode; in bma180_get_power_mode()
|
/drivers/gpu/drm/i915/ |
D | intel_sdvo.c | 871 static void intel_sdvo_get_mode_from_dtd(struct drm_display_mode *pmode, in intel_sdvo_get_mode_from_dtd() argument 912 drm_mode_copy(pmode, &mode); in intel_sdvo_get_mode_from_dtd()
|