HomeSort by relevance Sort by last modified time
    Searched defs:rate_max (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/sound/
asoc.h 198 __le32 rate_max; member in struct:snd_soc_tplg_stream_caps
362 __le32 rate_max; member in struct:snd_soc_tplg_stream_caps_v4
  /external/kernel-headers/original/uapi/sound/
asoc.h 302 __le32 rate_max; /* max rate */ member in struct:snd_soc_tplg_stream_caps
599 __le32 rate_max; /* max rate */ member in struct:snd_soc_tplg_stream_caps_v4
  /external/u-boot/drivers/i2c/
stm32f7_i2c.c 133 * @rate_max: 120% of I2C bus speed (Hz)
146 u32 rate_max; member in struct:stm32_i2c_spec
204 .rate_max = 120000,
216 .rate_max = 480000,
228 .rate_max = 1200000,
580 clk_min = STM32_NSEC_PER_SEC / i2c_specs[setup->speed].rate_max;

Completed in 77 milliseconds