Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dir-sharp-decoder.c63 data->pulse_len = ev.duration; in ir_sharp_decode()
75 data->pulse_len = ev.duration; in ir_sharp_decode()
84 if (eq_margin(data->pulse_len + ev.duration, SHARP_BIT_1_PERIOD, in ir_sharp_decode()
87 else if (!eq_margin(data->pulse_len + ev.duration, in ir_sharp_decode()
H A Drc-core-priv.h123 unsigned int pulse_len; member
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcx2072x.c681 int pulse_len; in cx2072x_config_i2spcm() local
737 pulse_len = frame_len / 2; in cx2072x_config_i2spcm()
742 pulse_len = frame_len / 2; in cx2072x_config_i2spcm()
747 pulse_len = frame_len / 2; in cx2072x_config_i2spcm()
792 reg1.r.rx_ws_wid = pulse_len - 1; in cx2072x_config_i2spcm()
798 reg1.r.tx_ws_wid = pulse_len - 1; in cx2072x_config_i2spcm()
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c32 static void sja1105_hw_reset(struct gpio_desc *gpio, unsigned int pulse_len, in sja1105_hw_reset() argument
37 msleep(pulse_len); in sja1105_hw_reset()