Searched refs:switch_clock (Results 1 - 9 of 9) sorted by last modified time

/linux-master/sound/aoa/soundbus/
H A Dsoundbus.h83 int (*switch_clock)(struct codec_info_item *cii, member in struct:codec_info
/linux-master/sound/aoa/codecs/
H A Donyx.c854 .switch_clock = onyx_switch_clock,
H A Dtas.c790 .switch_clock = tas_switch_clock,
/linux-master/drivers/staging/rts5208/
H A Dsd.c608 retval = switch_clock(chip, sd_card->sd_clock);
1978 retval = switch_clock(chip, sd_card->sd_clock);
2838 retval = switch_clock(chip, sd_card->sd_clock);
H A Dxd.c44 retval = switch_clock(chip, xd_card->xd_clock);
60 retval = switch_clock(chip, xd_card->xd_clock);
H A Dms.c358 retval = switch_clock(chip, ms_card->ms_clock);
378 retval = switch_clock(chip, ms_card->ms_clock);
H A Dspi.c57 retval = switch_clock(chip, spi->spi_clock);
236 retval = switch_clock(chip, clk);
H A Drtsx_card.h1033 static inline int switch_clock(struct rtsx_chip *chip, int clk) function
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c484 if (cii->codec->switch_clock)
485 cii->codec->switch_clock(cii, CLOCK_SWITCH_PREPARE_SLAVE);
514 if (cii->codec->switch_clock)
515 cii->codec->switch_clock(cii, CLOCK_SWITCH_SLAVE);

Completed in 223 milliseconds