Searched refs:sh_dac_output (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | hp680_bl.c | 47 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()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | hp680_bl.c | 47 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()
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-hp6xx/ |
H A D | setup.c | 87 sh_dac_output(0, pdata->channel); in dac_audio_stop() 149 sh_dac_output(0, DAC_SPEAKER_VOLUME); in hp6xx_setup()
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-hp6xx/ |
H A D | setup.c | 87 sh_dac_output(0, pdata->channel); in dac_audio_stop() 149 sh_dac_output(0, DAC_SPEAKER_VOLUME); in hp6xx_setup()
|
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh3/cpu/ |
H A D | dac.h | 36 static __inline__ void sh_dac_output(u8 value, int channel) in sh_dac_output() function
|
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh3/cpu/ |
H A D | dac.h | 36 static __inline__ void sh_dac_output(u8 value, int channel) in sh_dac_output() function
|
/kernel/linux/linux-5.10/sound/sh/ |
H A D | sh_dac_audio.c | 292 sh_dac_output(*chip->buffer_begin, chip->pdata->channel); in sh_dac_audio_timer()
|
/kernel/linux/linux-6.6/sound/sh/ |
H A D | sh_dac_audio.c | 271 sh_dac_output(*chip->buffer_begin, chip->pdata->channel); in sh_dac_audio_timer()
|
Completed in 5 milliseconds