Home
last modified time | relevance | path

Searched refs:dfc (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/thermal/
Ddevfreq_cooling.c78 static int partition_enable_opps(struct devfreq_cooling_device *dfc, in partition_enable_opps() argument
82 struct device *dev = dfc->devfreq->dev.parent; in partition_enable_opps()
84 for (i = 0; i < dfc->freq_table_size; i++) { in partition_enable_opps()
87 unsigned int freq = dfc->freq_table[i]; in partition_enable_opps()
114 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_max_state() local
116 *state = dfc->freq_table_size - 1; in devfreq_cooling_get_max_state()
124 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_cur_state() local
126 *state = dfc->cooling_state; in devfreq_cooling_get_cur_state()
134 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_set_cur_state() local
135 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state()
[all …]
/Linux-v5.4/arch/m68k/sun3/
Dleds.c8 unsigned char dfc; in sun3_leds() local
10 GET_DFC(dfc); in sun3_leds()
13 SET_DFC(dfc); in sun3_leds()
/Linux-v5.4/drivers/media/platform/davinci/
Ddm355_ccdc.c361 static int ccdc_write_dfc_entry(int index, struct ccdc_vertical_dft *dfc) in ccdc_write_dfc_entry() argument
367 regw(dfc->dft_corr_vert[index], DFCMEM0); in ccdc_write_dfc_entry()
368 regw(dfc->dft_corr_horz[index], DFCMEM1); in ccdc_write_dfc_entry()
369 regw(dfc->dft_corr_sub1[index], DFCMEM2); in ccdc_write_dfc_entry()
370 regw(dfc->dft_corr_sub2[index], DFCMEM3); in ccdc_write_dfc_entry()
371 regw(dfc->dft_corr_sub3[index], DFCMEM4); in ccdc_write_dfc_entry()
398 static int ccdc_config_vdfc(struct ccdc_vertical_dft *dfc) in ccdc_config_vdfc() argument
404 val = dfc->gen_dft_en & CCDC_DFCCTL_GDFCEN_MASK; in ccdc_config_vdfc()
407 if (!dfc->ver_dft_en) { in ccdc_config_vdfc()
413 if (dfc->table_size > CCDC_DFT_TABLE_SIZE) in ccdc_config_vdfc()
[all …]
Disif.c44 .dfc = {
659 if (isif_config_dfc(&module_params->dfc) < 0) in isif_config_raw()
/Linux-v5.4/arch/m68k/include/asm/
Dsun3mmu.h156 unsigned char dfc; in sun3_put_context() local
157 GET_DFC(dfc); in sun3_put_context()
160 SET_DFC(dfc); in sun3_put_context()
/Linux-v5.4/include/linux/
Ddevfreq_cooling.h74 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc);
98 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister() argument
/Linux-v5.4/arch/m68k/ifpsp060/
Diskeleton.S204 | load sfc/dfc
210 2: movec.l %dfc,%d2
211 movec.l %d0,%dfc
226 | restore sfc/dfc
227 movec.l %d2,%dfc
/Linux-v5.4/arch/m68k/kernel/
Dsun3-head.S42 movec %d0, %dfc
Dentry.S422 movec %a0,%dfc
/Linux-v5.4/include/media/davinci/
Disif.h410 struct isif_dfc dfc; member
/Linux-v5.4/Documentation/scsi/
DChangeLog.lpfc1536 * Break up ioctls into 3 sections, dfc, util, hbaapi