Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dmax98373.c767 (max98373->i_slot << MAX98373_PCM_TX_CH_SRC_A_I_SHIFT | in max98373_probe()
778 if (max98373->i_slot < 8) in max98373_probe()
781 1 << max98373->i_slot, 0); in max98373_probe()
785 1 << (max98373->i_slot - 8), 0); in max98373_probe()
870 max98373->i_slot = value & 0xF; in max98373_slot_config()
872 max98373->i_slot = 1; in max98373_slot_config()
Dmax98373.h207 unsigned int i_slot; member
Dmax98926.c321 max98926->i_slot); in max98926_set_sense_data()
559 max98926->i_slot = value; in max98926_i2c_probe()
Dmax98925.c294 max98925->i_slot << M98925_DAI_IMON_SLOT_SHIFT); in max98925_set_sense_data()
599 max98925->i_slot = value; in max98925_i2c_probe()
Dmax98925.h828 unsigned int i_slot; member
Dmax98926.h844 unsigned int i_slot; member
/Linux-v4.19/drivers/hid/
Dhid-multitouch.c984 struct input_mt_slot *i_slot = &mt->slots[slotnum]; in mt_process_slot() local
986 if (input_mt_is_active(i_slot) && in mt_process_slot()
987 input_mt_is_used(mt, i_slot)) in mt_process_slot()