Searched refs:i_slot (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | max98373.c | 347 (max98373->i_slot << MAX98373_PCM_TX_CH_SRC_A_I_SHIFT | in max98373_probe() 358 if (max98373->i_slot < 8) in max98373_probe() 361 1 << max98373->i_slot, 0); in max98373_probe() 365 1 << (max98373->i_slot - 8), 0); in max98373_probe() 426 max98373->i_slot = value & 0xF; in max98373_slot_config() 428 max98373->i_slot = 1; in max98373_slot_config()
|
H A D | max98373-sdw.c | 412 (max98373->i_slot << MAX98373_PCM_TX_CH_SRC_A_I_SHIFT | in max98373_io_init() 423 if (max98373->i_slot < 8) in max98373_io_init() 426 1 << max98373->i_slot, 0); in max98373_io_init() 430 1 << (max98373->i_slot - 8), 0); in max98373_io_init()
|
H A D | max98373.h | 210 unsigned int i_slot; member
|
H A D | max98925.c | 292 max98925->i_slot << M98925_DAI_IMON_SLOT_SHIFT); in max98925_set_sense_data() 597 max98925->i_slot = value; in max98925_i2c_probe()
|
H A D | max98926.c | 310 max98926->i_slot); in max98926_set_sense_data() 548 max98926->i_slot = value; in max98926_i2c_probe()
|
H A D | max98925.h | 825 unsigned int i_slot; member
|
H A D | max98926.h | 842 unsigned int i_slot; member
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | max98373.c | 385 (max98373->i_slot << MAX98373_PCM_TX_CH_SRC_A_I_SHIFT | in max98373_probe() 396 if (max98373->i_slot < 8) in max98373_probe() 399 1 << max98373->i_slot, 0); in max98373_probe() 403 1 << (max98373->i_slot - 8), 0); in max98373_probe() 478 max98373->i_slot = value & 0xF; in max98373_slot_config() 480 max98373->i_slot = 1; in max98373_slot_config()
|
H A D | max98373-sdw.c | 413 (max98373->i_slot << MAX98373_PCM_TX_CH_SRC_A_I_SHIFT | in max98373_io_init() 424 if (max98373->i_slot < 8) in max98373_io_init() 427 1 << max98373->i_slot, 0); in max98373_io_init() 431 1 << (max98373->i_slot - 8), 0); in max98373_io_init()
|
H A D | max98388.h | 227 unsigned int i_slot; member
|
H A D | max98388.c | 444 max98388->i_slot); in max98388_probe() 913 max98388->i_slot = value & 0xF; in max98388_read_deveice_property() 915 max98388->i_slot = 1; in max98388_read_deveice_property()
|
H A D | max98396.c | 1431 max98396->i_slot); in max98396_probe() 1455 if (max98396->i_slot < 8) in max98396_probe() 1459 1 << max98396->i_slot, 0); in max98396_probe() 1463 1 << max98396->i_slot, 0); in max98396_probe() 1468 1 << (max98396->i_slot - 8), 0); in max98396_probe() 1472 1 << (max98396->i_slot - 8), 0); in max98396_probe() 1685 max98396->i_slot = value & 0xF; in max98396_read_device_property() 1687 max98396->i_slot = 1; in max98396_read_device_property()
|
H A D | max98373.h | 218 unsigned int i_slot; member
|
H A D | max98925.c | 292 max98925->i_slot << M98925_DAI_IMON_SLOT_SHIFT); in max98925_set_sense_data() 592 max98925->i_slot = value; in max98925_i2c_probe()
|
H A D | max98926.c | 310 max98926->i_slot); in max98926_set_sense_data() 547 max98926->i_slot = value; in max98926_i2c_probe()
|
H A D | max98396.h | 314 unsigned int i_slot; member
|
H A D | max98926.h | 842 unsigned int i_slot; member
|
H A D | max98925.h | 825 unsigned int i_slot; member
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-multitouch.c | 1013 struct input_mt_slot *i_slot = &mt->slots[slotnum]; in mt_process_slot() local 1015 if (input_mt_is_active(i_slot) && in mt_process_slot() 1016 input_mt_is_used(mt, i_slot)) in mt_process_slot()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-multitouch.c | 1046 struct input_mt_slot *i_slot = &mt->slots[slotnum]; in mt_process_slot() local 1048 if (input_mt_is_active(i_slot) && in mt_process_slot() 1049 input_mt_is_used(mt, i_slot)) in mt_process_slot()
|
Completed in 28 milliseconds