Home
last modified time | relevance | path

Searched refs:n_slots (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dexc3000.c141 u8 *buf, int *n_slots) in exc3000_read_data()
149 *n_slots = buf[3]; in exc3000_read_data()
150 if (!*n_slots || *n_slots > EXC3000_NUM_SLOTS) in exc3000_read_data()
153 if (*n_slots > EXC3000_SLOTS_PER_FRAME) { in exc3000_read_data()
140 exc3000_read_data(struct exc3000_data *data, u8 *buf, int *n_slots) exc3000_read_data() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l43.c293 int n_slots = n_chans; in cs42l43_asp_hw_params() local
299 if (priv->n_slots) { in cs42l43_asp_hw_params()
300 n_slots = priv->n_slots; in cs42l43_asp_hw_params()
304 if (!dsp_mode && (n_slots & 0x1)) { in cs42l43_asp_hw_params()
306 n_slots++; in cs42l43_asp_hw_params()
309 frame = n_slots * slot_width; in cs42l43_asp_hw_params()
324 n, m, bclk_target, n_slots, slot_width); in cs42l43_asp_hw_params()
487 priv->n_slots = slots; in cs42l43_asp_set_tdm_slot()
H A Dcs42l43.h43 int n_slots; member

Completed in 5 milliseconds