Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Ddevfreq_cooling.c104 static int partition_enable_opps(struct devfreq_cooling_device *dfc, in partition_enable_opps() argument
108 struct device *dev = dfc->devfreq->dev.parent; in partition_enable_opps()
110 for (i = 0; i < dfc->freq_table_size; i++) { in partition_enable_opps()
113 unsigned int freq = dfc->freq_table[i]; in partition_enable_opps()
140 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_max_state() local
142 *state = dfc->freq_table_size - 1; in devfreq_cooling_get_max_state()
150 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_cur_state() local
152 *state = dfc->cooling_state; in devfreq_cooling_get_cur_state()
160 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_set_cur_state() local
161 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state()
[all …]
/linux-4.4.14/arch/m68k/sun3/
Dleds.c7 unsigned char dfc; in sun3_leds() local
9 GET_DFC(dfc); in sun3_leds()
12 SET_DFC(dfc); in sun3_leds()
/linux-4.4.14/drivers/media/platform/davinci/
Ddm355_ccdc.c463 static int ccdc_write_dfc_entry(int index, struct ccdc_vertical_dft *dfc) in ccdc_write_dfc_entry() argument
469 regw(dfc->dft_corr_vert[index], DFCMEM0); in ccdc_write_dfc_entry()
470 regw(dfc->dft_corr_horz[index], DFCMEM1); in ccdc_write_dfc_entry()
471 regw(dfc->dft_corr_sub1[index], DFCMEM2); in ccdc_write_dfc_entry()
472 regw(dfc->dft_corr_sub2[index], DFCMEM3); in ccdc_write_dfc_entry()
473 regw(dfc->dft_corr_sub3[index], DFCMEM4); in ccdc_write_dfc_entry()
500 static int ccdc_config_vdfc(struct ccdc_vertical_dft *dfc) in ccdc_config_vdfc() argument
506 val = dfc->gen_dft_en & CCDC_DFCCTL_GDFCEN_MASK; in ccdc_config_vdfc()
509 if (!dfc->ver_dft_en) { in ccdc_config_vdfc()
515 if (dfc->table_size > CCDC_DFT_TABLE_SIZE) in ccdc_config_vdfc()
[all …]
Disif.c59 .dfc = {
674 if (isif_config_dfc(&module_params->dfc) < 0) in isif_config_raw()
/linux-4.4.14/arch/m68k/include/asm/
Dsun3mmu.h155 unsigned char dfc; in sun3_put_context() local
156 GET_DFC(dfc); in sun3_put_context()
159 SET_DFC(dfc); in sun3_put_context()
/linux-4.4.14/include/linux/
Ddevfreq_cooling.h52 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc);
76 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister() argument
/linux-4.4.14/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-4.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_isif.c487 static int isif_validate_dfc_params(struct vpfe_isif_dfc *dfc) in isif_validate_dfc_params() argument
492 if (!dfc->en) in isif_validate_dfc_params()
495 if (dfc->corr_whole_line > 1) { in isif_validate_dfc_params()
500 if (dfc->def_level_shift > DM365_ISIF_MAX_VDFLSFT) { in isif_validate_dfc_params()
505 if (dfc->def_sat_level > DM365_ISIF_MAX_VDFSLV) { in isif_validate_dfc_params()
510 if (!dfc->num_vdefects || in isif_validate_dfc_params()
511 dfc->num_vdefects > VPFE_ISIF_VDFC_TABLE_SIZE) { in isif_validate_dfc_params()
517 if (dfc->table[i].pos_vert > DM365_ISIF_MAX_DFCMEM0) { in isif_validate_dfc_params()
521 if (dfc->table[i].pos_horz > DM365_ISIF_MAX_DFCMEM1) { in isif_validate_dfc_params()
593 ret = isif_validate_dfc_params(&params->dfc); in isif_validate_raw_params()
[all …]
Ddavinci_vpfe_user.h527 struct vpfe_isif_dfc dfc; member
/linux-4.4.14/arch/m68k/kernel/
Dsun3-head.S41 movec %d0, %dfc
Dentry.S416 movec %a0,%dfc
/linux-4.4.14/arch/m68k/68360/
Dhead-rom.S122 movec %d1, %dfc
131 movec.l %d1, %dfc
Dhead-ram.S110 movec %d1, %dfc
119 movec.l %d1, %dfc
/linux-4.4.14/include/media/davinci/
Disif.h423 struct isif_dfc dfc; member
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1536 * Break up ioctls into 3 sections, dfc, util, hbaapi