Searched refs:i_slot (Results 1 – 13 of 13) sorted by relevance
| /linux/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 | max98396.c | 1429 max98396->i_slot); in max98396_probe() 1453 if (max98396->i_slot < 8) in max98396_probe() 1457 1 << max98396->i_slot, 0); in max98396_probe() 1461 1 << max98396->i_slot, 0); in max98396_probe() 1466 1 << (max98396->i_slot - 8), 0); in max98396_probe() 1470 1 << (max98396->i_slot - 8), 0); in max98396_probe() 1681 max98396->i_slot = value & 0xF; in max98396_read_device_property() 1683 max98396->i_slot = 1; in max98396_read_device_property()
|
| 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 | 443 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 | max98926.c | 310 max98926->i_slot); in max98926_set_sense_data() 547 max98926->i_slot = value; in max98926_i2c_probe()
|
| 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 | max98396.h | 314 unsigned int i_slot; member
|
| H A D | tas2770.c | 220 int i_slot, int v_slot) in tas2770_set_ivsense_transmit() argument 237 i_slot); in tas2770_set_ivsense_transmit()
|
| H A D | max98925.h | 825 unsigned int i_slot; member
|
| H A D | max98926.h | 842 unsigned int i_slot; member
|
| /linux/drivers/hid/ |
| H A D | hid-multitouch.c | 1140 struct input_mt_slot *i_slot = &mt->slots[slotnum]; in mt_process_slot() local 1142 if (input_mt_is_active(i_slot) && in mt_process_slot() 1143 input_mt_is_used(mt, i_slot)) in mt_process_slot()
|