Home
last modified time | relevance | path

Searched refs:sh_dac_output (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/video/backlight/
Dhp680_bl.c47 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
49 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
55 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
/linux-6.12.1/arch/sh/boards/mach-hp6xx/
Dsetup.c87 sh_dac_output(0, pdata->channel); in dac_audio_stop()
149 sh_dac_output(0, DAC_SPEAKER_VOLUME); in hp6xx_setup()
/linux-6.12.1/arch/sh/include/cpu-sh3/cpu/
Ddac.h36 static __inline__ void sh_dac_output(u8 value, int channel) in sh_dac_output() function
/linux-6.12.1/sound/sh/
Dsh_dac_audio.c271 sh_dac_output(*chip->buffer_begin, chip->pdata->channel); in sh_dac_audio_timer()