Home
last modified time | relevance | path

Searched refs:i_slot (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/sound/soc/codecs/
Dmax98373.c800 (max98373->i_slot << MAX98373_PCM_TX_CH_SRC_A_I_SHIFT | in max98373_probe()
811 if (max98373->i_slot < 8) in max98373_probe()
814 1 << max98373->i_slot, 0); in max98373_probe()
818 1 << (max98373->i_slot - 8), 0); in max98373_probe()
901 max98373->i_slot = value & 0xF; in max98373_slot_config()
903 max98373->i_slot = 1; in max98373_slot_config()
Dmax98373.h210 unsigned int i_slot; member
Dmax98926.c310 max98926->i_slot); in max98926_set_sense_data()
548 max98926->i_slot = value; in max98926_i2c_probe()
Dmax98925.c292 max98925->i_slot << M98925_DAI_IMON_SLOT_SHIFT); in max98925_set_sense_data()
597 max98925->i_slot = value; in max98925_i2c_probe()
Dmax98925.h825 unsigned int i_slot; member
Dmax98926.h842 unsigned int i_slot; member
/Linux-v5.4/drivers/hid/
Dhid-multitouch.c1003 struct input_mt_slot *i_slot = &mt->slots[slotnum]; in mt_process_slot() local
1005 if (input_mt_is_active(i_slot) && in mt_process_slot()
1006 input_mt_is_used(mt, i_slot)) in mt_process_slot()