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

  /bionic/libc/kernel/uapi/sound/
asoc.h 197 __le32 rate_min; member in struct:snd_soc_tplg_stream_caps
361 __le32 rate_min; member in struct:snd_soc_tplg_stream_caps_v4
  /external/kernel-headers/original/uapi/sound/
asoc.h 301 __le32 rate_min; /* min rate */ member in struct:snd_soc_tplg_stream_caps
598 __le32 rate_min; /* min rate */ member in struct:snd_soc_tplg_stream_caps_v4
  /external/u-boot/drivers/i2c/
stm32f7_i2c.c 132 * @rate_min: 80% of I2C bus speed (Hz)
145 u32 rate_min; member in struct:stm32_i2c_spec
203 .rate_min = 8000,
215 .rate_min = 320000,
227 .rate_min = 800000,
579 clk_max = STM32_NSEC_PER_SEC / i2c_specs[setup->speed].rate_min;

Completed in 67 milliseconds